#756D5F
A medium, muted orange closely aligning with Dimgray.
About #756D5F
Visually, #756D5F is defined as a muted orange. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(117, 109, 95).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 7% magenta, 19% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#756D5F
RGB117, 109, 95
HSL38.2°, 10.4%, 41.6%
CMYK0%, 7%, 19%, 54%
HSV38.2°, 18.8%, 45.9%
LAB46.4, 0.6, 8.9
XYZ14.9, 15.5, 13.0
Decimal7695711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.11:1
Text on #FFFFFF
AA
4.11:1
Text on #000000
AA Large
4.88:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #756D5F;
}
.text-color {
color: #756D5F;
}
.border-color {
border: 2px solid #756D5F;
}