#7C6D6D
A medium, muted neutral closely aligning with Dimgray.
About #7C6D6D
At its core, #7C6D6D is a medium and muted hue. It is closely associated with the named CSS color Dimgray. In the RGB color space, it consists of 124 red, 109 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 12% M, 12% Y, and 51% K. With a hue angle of 0.0 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C6D6D
RGB124, 109, 109
HSL0.0°, 6.4%, 45.7%
CMYK0%, 12%, 12%, 51%
HSV0.0°, 12.1%, 48.6%
LAB47.4, 5.9, 2.2
XYZ16.5, 16.3, 16.7
Decimal8154477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C6D6D;
}
.text-color {
color: #7C6D6D;
}
.border-color {
border: 2px solid #7C6D6D;
}