Shades of Empress #8C6F72
Tints of Empress #8C6F72
RGB
CMYK
RGB Variations
Color information
#8C6F72 (or 0x8C6F72) is known color: Empress. HEX triplet: 8C, 6F and 72. RGB value is (140,111,114). Sum of RGB (Red+Green+Blue) = 140+111+114=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6F72 is #73908D. Grayscale: #787878. Windows color (decimal): -7573646 or 7499660. OLE color: 7499660.
HSL color Cylindrical-coordinate representation of color #8C6F72: hue angle of 353.79º 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 #8C6F72 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 111 | 114 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.45 |
| HSL | 353.79º | 0.12% | 0.49% | - |
| HSV(B) | 353.79º | 0.21% | 0.55% | - |
| XYZ | 19.54 | 18.16 | 18.39 | - |
| YUV | 120.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 114 | 0 | 0.21 | 0.19 | 0.45 | 353.79 | 0.12 | 0.49 |
| Hex | 8C | 6F | 72 | 0 | 15 | 13 | 2D | 162 | C | 31 |
| Octal | 214 | 157 | 162 | 0 | 25 | 23 | 55 | 542 | 14 | 61 |
| Binary | 10001100 | 1101111 | 1110010 | 0 | 10101 | 10011 | 101101 | 101100010 | 1100 | 110001 |
Color Harmonies of #8C6F72
Complementary color
Monochromatic Colors of #8C6F72
Black with #8C6F72
Text Example
Text Example
White with #8C6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6F72; }
p { color: rgb(140,111,114); }
H1.HeaderClassName
{
color: #8C6F72;
}
.AnyTagClassName
{
color: #8C6F72;
}
</style>
background-color css
<style>
a { background-color: #8C6F72; }
a { background-color: rgb(140,111,114); }
div.DivClassName
{
background-color: #8C6F72;
}
.BgClassName
{
background-color: #8C6F72;
}
</style>
border-color css
<style>
span { border-color: #8C6F72; }
span { border-color: rgb(140,111,114); }
td.TdClassName
{
border-color: #8C6F72;
}
.TagClassName
{
border-color: #8C6F72;
}
</style>