Shades of Empress #86787B
Tints of Empress #86787B
RGB
CMYK
RGB Variations
Color information
#86787B (or 0x86787B) is known color: Empress. HEX triplet: 86, 78 and 7B. RGB value is (134,120,123). Sum of RGB (Red+Green+Blue) = 134+120+123=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #86787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86787B is #798784. Grayscale: #7C7C7C. Windows color (decimal): -7964549 or 8091782. OLE color: 8091782.
HSL color Cylindrical-coordinate representation of color #86787B: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86787B is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 123 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.47 |
| HSL | 347.14º | 0.06% | 0.5% | - |
| HSV(B) | 347.14º | 0.1% | 0.53% | - |
| XYZ | 20.12 | 19.93 | 21.53 | - |
| YUV | 124.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 123 | 0 | 0.10 | 0.08 | 0.47 | 347.14 | 0.06 | 0.5 |
| Hex | 86 | 78 | 7B | 0 | A | 8 | 2F | 15B | 6 | 32 |
| Octal | 206 | 170 | 173 | 0 | 12 | 10 | 57 | 533 | 6 | 62 |
| Binary | 10000110 | 1111000 | 1111011 | 0 | 1010 | 1000 | 101111 | 101011011 | 110 | 110010 |
Color Harmonies of #86787B
Complementary color
Monochromatic Colors of #86787B
Black with #86787B
Text Example
Text Example
White with #86787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86787B; }
p { color: rgb(134,120,123); }
H1.HeaderClassName
{
color: #86787B;
}
.AnyTagClassName
{
color: #86787B;
}
</style>
background-color css
<style>
a { background-color: #86787B; }
a { background-color: rgb(134,120,123); }
div.DivClassName
{
background-color: #86787B;
}
.BgClassName
{
background-color: #86787B;
}
</style>
border-color css
<style>
span { border-color: #86787B; }
span { border-color: rgb(134,120,123); }
td.TdClassName
{
border-color: #86787B;
}
.TagClassName
{
border-color: #86787B;
}
</style>