#7C757C
A medium, muted neutral closely aligning with Gray.
About #7C757C
The hex code #7C757C represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Gray. This translates to an RGB value of rgb(124, 117, 124).
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 6% magenta inks. With a hue angle of 300.0 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C757C
RGB124, 117, 124
HSL300.0°, 2.9%, 47.3%
CMYK0%, 6%, 0%, 51%
HSV300.0°, 5.6%, 48.6%
LAB50.1, 4.1, -2.9
XYZ18.3, 18.5, 21.7
Decimal8156540
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.48:1
Text on #FFFFFF
AA Large
4.69:1
Text on #000000
AA
4.28:1
Text on #F8FAFC
AA Large
3.99:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C757C;
}
.text-color {
color: #7C757C;
}
.border-color {
border: 2px solid #7C757C;
}