#7C5F42
A dark, moderate orange closely aligning with Dimgray.
About #7C5F42
At its core, #7C5F42 is a dark and moderate hue. It is closely associated with the named CSS color Dimgray. In the RGB color space, it consists of 124 red, 95 green, and 66 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 23% Magenta, 47% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C5F42
RGB124, 95, 66
HSL30.0°, 30.5%, 37.3%
CMYK0%, 23%, 47%, 51%
HSV30.0°, 46.8%, 48.6%
LAB42.6, 7.8, 21.1
XYZ13.4, 12.9, 6.9
Decimal8150850
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.88:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.62:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C5F42;
}
.text-color {
color: #7C5F42;
}
.border-color {
border: 2px solid #7C5F42;
}