Shades of Empress #8F7677
Tints of Empress #8F7677
RGB
CMYK
RGB Variations
Color information
#8F7677 (or 0x8F7677) is known color: Empress. HEX triplet: 8F, 76 and 77. RGB value is (143,118,119). Sum of RGB (Red+Green+Blue) = 143+118+119=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7677 is #708988. Grayscale: #7D7D7D. Windows color (decimal): -7375241 or 7829135. OLE color: 7829135.
HSL color Cylindrical-coordinate representation of color #8F7677: hue angle of 357.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F7677 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 118 | 119 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.44 |
| HSL | 357.6º | 0.1% | 0.51% | - |
| HSV(B) | 357.6º | 0.17% | 0.56% | - |
| XYZ | 21.14 | 20.13 | 20.22 | - |
| YUV | 125.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 119 | 0 | 0.17 | 0.17 | 0.44 | 357.6 | 0.1 | 0.51 |
| Hex | 8F | 76 | 77 | 0 | 11 | 11 | 2C | 166 | A | 33 |
| Octal | 217 | 166 | 167 | 0 | 21 | 21 | 54 | 546 | 12 | 63 |
| Binary | 10001111 | 1110110 | 1110111 | 0 | 10001 | 10001 | 101100 | 101100110 | 1010 | 110011 |
Color Harmonies of #8F7677
Complementary color
Monochromatic Colors of #8F7677
Black with #8F7677
Text Example
Text Example
White with #8F7677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7677; }
p { color: rgb(143,118,119); }
H1.HeaderClassName
{
color: #8F7677;
}
.AnyTagClassName
{
color: #8F7677;
}
</style>
background-color css
<style>
a { background-color: #8F7677; }
a { background-color: rgb(143,118,119); }
div.DivClassName
{
background-color: #8F7677;
}
.BgClassName
{
background-color: #8F7677;
}
</style>
border-color css
<style>
span { border-color: #8F7677; }
span { border-color: rgb(143,118,119); }
td.TdClassName
{
border-color: #8F7677;
}
.TagClassName
{
border-color: #8F7677;
}
</style>