#755F66
A medium, muted magenta closely aligning with Dimgray.
About #755F66
Visually, #755F66 is defined as a muted magenta. It is closely associated with the named CSS color Dimgray. In the RGB color space, it consists of 117 red, 95 green, and 102 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, 19% M, 13% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#755F66
RGB117, 95, 102
HSL340.9°, 10.4%, 41.6%
CMYK0%, 19%, 13%, 54%
HSV340.9°, 18.8%, 45.9%
LAB42.7, 10.2, -0.6
XYZ13.8, 12.9, 14.3
Decimal7692134
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.86:1
Text on #FFFFFF
AA
3.59:1
Text on #000000
AA Large
5.60:1
Text on #F8FAFC
AA
3.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #755F66;
}
.text-color {
color: #755F66;
}
.border-color {
border: 2px solid #755F66;
}