Shades of Empress #8F6F73
Tints of Empress #8F6F73
RGB
CMYK
RGB Variations
Color information
#8F6F73 (or 0x8F6F73) is known color: Empress. HEX triplet: 8F, 6F and 73. RGB value is (143,111,115). Sum of RGB (Red+Green+Blue) = 143+111+115=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F73 is #70908C. Grayscale: #797979. Windows color (decimal): -7377037 or 7565199. OLE color: 7565199.
HSL color Cylindrical-coordinate representation of color #8F6F73: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F6F73 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 111 | 115 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.44 |
| HSL | 352.5º | 0.13% | 0.5% | - |
| HSV(B) | 352.5º | 0.22% | 0.56% | - |
| XYZ | 20.11 | 18.45 | 18.72 | - |
| YUV | 121.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 111 | 115 | 0 | 0.22 | 0.20 | 0.44 | 352.5 | 0.13 | 0.5 |
| Hex | 8F | 6F | 73 | 0 | 16 | 14 | 2C | 160 | D | 32 |
| Octal | 217 | 157 | 163 | 0 | 26 | 24 | 54 | 540 | 15 | 62 |
| Binary | 10001111 | 1101111 | 1110011 | 0 | 10110 | 10100 | 101100 | 101100000 | 1101 | 110010 |
Color Harmonies of #8F6F73
Complementary color
Monochromatic Colors of #8F6F73
Black with #8F6F73
Text Example
Text Example
White with #8F6F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6F73; }
p { color: rgb(143,111,115); }
H1.HeaderClassName
{
color: #8F6F73;
}
.AnyTagClassName
{
color: #8F6F73;
}
</style>
background-color css
<style>
a { background-color: #8F6F73; }
a { background-color: rgb(143,111,115); }
div.DivClassName
{
background-color: #8F6F73;
}
.BgClassName
{
background-color: #8F6F73;
}
</style>
border-color css
<style>
span { border-color: #8F6F73; }
span { border-color: rgb(143,111,115); }
td.TdClassName
{
border-color: #8F6F73;
}
.TagClassName
{
border-color: #8F6F73;
}
</style>