#7C756D
A medium, muted neutral closely aligning with Gray.
About #7C756D
When working with digital screens, the color #7C756D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Gray. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 117, and 109.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 6% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C756D
RGB124, 117, 109
HSL32.0°, 6.4%, 45.7%
CMYK0%, 6%, 12%, 51%
HSV32.0°, 12.1%, 48.6%
LAB49.6, 1.2, 5.4
XYZ17.4, 18.1, 17.0
Decimal8156525
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C756D;
}
.text-color {
color: #7C756D;
}
.border-color {
border: 2px solid #7C756D;
}