#7C5749
A dark, muted orange closely aligning with Dimgray.
About #7C5749
Visually, #7C5749 is defined as a muted orange. It is closely associated with the named CSS color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 87, and 73.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 30% M, 41% Y, and 51% K. The HSL representation is 16.5° hue, 25.9% saturation, and 38.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C5749
RGB124, 87, 73
HSL16.5°, 25.9%, 38.6%
CMYK0%, 30%, 41%, 51%
HSV16.5°, 41.1%, 48.6%
LAB40.5, 13.4, 14.2
XYZ12.9, 11.6, 7.9
Decimal8148809
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.33:1
Text on #FFFFFF
AA
3.32:1
Text on #000000
AA Large
6.05:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5749;
}
.text-color {
color: #7C5749;
}
.border-color {
border: 2px solid #7C5749;
}