#7C7C5F
A medium, muted yellow closely aligning with Gray.
About #7C7C5F
When working with digital screens, the color #7C7C5F is rendered by mixing light. It is closely associated with the named CSS color Gray. In the RGB color space, it consists of 124 red, 124 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C7C5F
RGB124, 124, 95
HSL60.0°, 13.2%, 42.9%
CMYK0%, 0%, 23%, 51%
HSV60.0°, 23.4%, 48.6%
LAB51.3, -5.2, 15.9
XYZ17.6, 19.5, 13.7
Decimal8158303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.28:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.09:1
Text on #F8FAFC
AA Large
4.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C7C5F;
}
.text-color {
color: #7C7C5F;
}
.border-color {
border: 2px solid #7C7C5F;
}