#7C7C66
A medium, muted neutral closely aligning with Gray.
About #7C7C66
Visually, #7C7C66 is defined as a muted neutral. It is closely associated with the named CSS color Gray. Its digital footprint relies on 124 parts red, 124 parts green, and 102 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 0% M, 18% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 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#7C7C66
RGB124, 124, 102
HSL60.0°, 9.7%, 44.3%
CMYK0%, 0%, 18%, 51%
HSV60.0°, 17.7%, 48.6%
LAB51.5, -4.0, 12.0
XYZ17.9, 19.7, 15.4
Decimal8158310
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C7C66;
}
.text-color {
color: #7C7C66;
}
.border-color {
border: 2px solid #7C7C66;
}