Shades of Empress #8C6E73
Tints of Empress #8C6E73
RGB
CMYK
RGB Variations
Color information
#8C6E73 (or 0x8C6E73) is known color: Empress. HEX triplet: 8C, 6E and 73. RGB value is (140,110,115). Sum of RGB (Red+Green+Blue) = 140+110+115=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E73 is #73918C. Grayscale: #777777. Windows color (decimal): -7573901 or 7564940. OLE color: 7564940.
HSL color Cylindrical-coordinate representation of color #8C6E73: hue angle of 350º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C6E73 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 115 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.45 |
| HSL | 350º | 0.12% | 0.49% | - |
| HSV(B) | 350º | 0.21% | 0.55% | - |
| XYZ | 19.49 | 17.97 | 18.66 | - |
| YUV | 119.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 115 | 0 | 0.21 | 0.18 | 0.45 | 350 | 0.12 | 0.49 |
| Hex | 8C | 6E | 73 | 0 | 15 | 12 | 2D | 15E | C | 31 |
| Octal | 214 | 156 | 163 | 0 | 25 | 22 | 55 | 536 | 14 | 61 |
| Binary | 10001100 | 1101110 | 1110011 | 0 | 10101 | 10010 | 101101 | 101011110 | 1100 | 110001 |
Color Harmonies of #8C6E73
Complementary color
Monochromatic Colors of #8C6E73
Black with #8C6E73
Text Example
Text Example
White with #8C6E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E73; }
p { color: rgb(140,110,115); }
H1.HeaderClassName
{
color: #8C6E73;
}
.AnyTagClassName
{
color: #8C6E73;
}
</style>
background-color css
<style>
a { background-color: #8C6E73; }
a { background-color: rgb(140,110,115); }
div.DivClassName
{
background-color: #8C6E73;
}
.BgClassName
{
background-color: #8C6E73;
}
</style>
border-color css
<style>
span { border-color: #8C6E73; }
span { border-color: rgb(140,110,115); }
td.TdClassName
{
border-color: #8C6E73;
}
.TagClassName
{
border-color: #8C6E73;
}
</style>