#7C7C6D
A medium, muted neutral closely aligning with Gray.
About #7C7C6D
At its core, #7C7C6D is a medium and muted hue. It is closely associated with the named CSS color Gray. This translates to an RGB value of rgb(124, 124, 109).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 12% Y, and 51% K. With a hue angle of 60.0 degrees, it sits comfortably in the neutral spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C7C6D
RGB124, 124, 109
HSL60.0°, 6.4%, 45.7%
CMYK0%, 0%, 12%, 51%
HSV60.0°, 12.1%, 48.6%
LAB51.6, -2.8, 8.2
XYZ18.3, 19.8, 17.3
Decimal8158317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.23:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C7C6D;
}
.text-color {
color: #7C7C6D;
}
.border-color {
border: 2px solid #7C7C6D;
}