#755750
A dark, muted red closely aligning with Dimgray.
About #755750
When working with digital screens, the color #755750 is rendered by mixing light. Its closest recognized web color is Dimgray. In the RGB color space, it consists of 117 red, 87 green, and 80 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 26% M, 32% Y, and 54% K. With a hue angle of 11.4 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#755750
RGB117, 87, 80
HSL11.4°, 18.8%, 38.6%
CMYK0%, 26%, 32%, 54%
HSV11.4°, 31.6%, 45.9%
LAB39.9, 11.3, 8.9
XYZ12.2, 11.2, 9.1
Decimal7690064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.49:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.20:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #755750;
}
.text-color {
color: #755750;
}
.border-color {
border: 2px solid #755750;
}