Shades of Empress #8F7577
Tints of Empress #8F7577
RGB
CMYK
RGB Variations
Color information
#8F7577 (or 0x8F7577) is known color: Empress. HEX triplet: 8F, 75 and 77. RGB value is (143,117,119). Sum of RGB (Red+Green+Blue) = 143+117+119=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7577 is #708A88. Grayscale: #7D7D7D. Windows color (decimal): -7375497 or 7828879. OLE color: 7828879.
HSL color Cylindrical-coordinate representation of color #8F7577: hue angle of 355.38º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7577 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 119 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.44 |
| HSL | 355.38º | 0.1% | 0.51% | - |
| HSV(B) | 355.38º | 0.18% | 0.56% | - |
| XYZ | 21.02 | 19.89 | 20.18 | - |
| YUV | 125 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 119 | 0 | 0.18 | 0.17 | 0.44 | 355.38 | 0.1 | 0.51 |
| Hex | 8F | 75 | 77 | 0 | 12 | 11 | 2C | 163 | A | 33 |
| Octal | 217 | 165 | 167 | 0 | 22 | 21 | 54 | 543 | 12 | 63 |
| Binary | 10001111 | 1110101 | 1110111 | 0 | 10010 | 10001 | 101100 | 101100011 | 1010 | 110011 |
Color Harmonies of #8F7577
Complementary color
Monochromatic Colors of #8F7577
Black with #8F7577
Text Example
Text Example
White with #8F7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7577; }
p { color: rgb(143,117,119); }
H1.HeaderClassName
{
color: #8F7577;
}
.AnyTagClassName
{
color: #8F7577;
}
</style>
background-color css
<style>
a { background-color: #8F7577; }
a { background-color: rgb(143,117,119); }
div.DivClassName
{
background-color: #8F7577;
}
.BgClassName
{
background-color: #8F7577;
}
</style>
border-color css
<style>
span { border-color: #8F7577; }
span { border-color: rgb(143,117,119); }
td.TdClassName
{
border-color: #8F7577;
}
.TagClassName
{
border-color: #8F7577;
}
</style>