Shades of Empress #866F77
Tints of Empress #866F77
RGB
CMYK
RGB Variations
Color information
#866F77 (or 0x866F77) is known color: Empress. HEX triplet: 86, 6F and 77. RGB value is (134,111,119). Sum of RGB (Red+Green+Blue) = 134+111+119=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #866F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F77 is #799088. Grayscale: #767676. Windows color (decimal): -7966857 or 7827334. OLE color: 7827334.
HSL color Cylindrical-coordinate representation of color #866F77: hue angle of 339.13º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #866F77 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 119 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.47 |
| HSL | 339.13º | 0.09% | 0.48% | - |
| HSV(B) | 339.13º | 0.17% | 0.53% | - |
| XYZ | 18.85 | 17.77 | 19.89 | - |
| YUV | 118.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 119 | 0 | 0.17 | 0.11 | 0.47 | 339.13 | 0.09 | 0.48 |
| Hex | 86 | 6F | 77 | 0 | 11 | B | 2F | 153 | 9 | 30 |
| Octal | 206 | 157 | 167 | 0 | 21 | 13 | 57 | 523 | 11 | 60 |
| Binary | 10000110 | 1101111 | 1110111 | 0 | 10001 | 1011 | 101111 | 101010011 | 1001 | 110000 |
Color Harmonies of #866F77
Complementary color
Monochromatic Colors of #866F77
Black with #866F77
Text Example
Text Example
White with #866F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F77; }
p { color: rgb(134,111,119); }
H1.HeaderClassName
{
color: #866F77;
}
.AnyTagClassName
{
color: #866F77;
}
</style>
background-color css
<style>
a { background-color: #866F77; }
a { background-color: rgb(134,111,119); }
div.DivClassName
{
background-color: #866F77;
}
.BgClassName
{
background-color: #866F77;
}
</style>
border-color css
<style>
span { border-color: #866F77; }
span { border-color: rgb(134,111,119); }
td.TdClassName
{
border-color: #866F77;
}
.TagClassName
{
border-color: #866F77;
}
</style>