#7C5750
A medium, muted red closely aligning with Dimgray.
About #7C5750
Visually, #7C5750 is defined as a muted red. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 124 red, 87 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 30% magenta inks. With a hue angle of 9.5 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C5750
RGB124, 87, 80
HSL9.5°, 21.6%, 40.0%
CMYK0%, 30%, 35%, 51%
HSV9.5°, 35.5%, 48.6%
LAB40.7, 14.3, 10.2
XYZ13.2, 11.7, 9.1
Decimal8148816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.29:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.02:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5750;
}
.text-color {
color: #7C5750;
}
.border-color {
border: 2px solid #7C5750;
}