Shades of Empress #876B6C
Tints of Empress #876B6C
RGB
CMYK
RGB Variations
Color information
#876B6C (or 0x876B6C) is known color: Empress. HEX triplet: 87, 6B and 6C. RGB value is (135,107,108). Sum of RGB (Red+Green+Blue) = 135+107+108=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B6C is #789493. Grayscale: #737373. Windows color (decimal): -7902356 or 7105415. OLE color: 7105415.
HSL color Cylindrical-coordinate representation of color #876B6C: hue angle of 357.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876B6C is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 107 | 108 | - |
| CMYK | 0 | 0.21 | 0.2 | 0.47 |
| HSL | 357.86º | 0.12% | 0.47% | - |
| HSV(B) | 357.86º | 0.21% | 0.53% | - |
| XYZ | 17.96 | 16.75 | 16.47 | - |
| YUV | 115.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 108 | 0 | 0.21 | 0.2 | 0.47 | 357.86 | 0.12 | 0.47 |
| Hex | 87 | 6B | 6C | 0 | 15 | 14 | 2F | 166 | C | 2F |
| Octal | 207 | 153 | 154 | 0 | 25 | 24 | 57 | 546 | 14 | 57 |
| Binary | 10000111 | 1101011 | 1101100 | 0 | 10101 | 10100 | 101111 | 101100110 | 1100 | 101111 |
Color Harmonies of #876B6C
Complementary color
Monochromatic Colors of #876B6C
Black with #876B6C
Text Example
Text Example
White with #876B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876B6C; }
p { color: rgb(135,107,108); }
H1.HeaderClassName
{
color: #876B6C;
}
.AnyTagClassName
{
color: #876B6C;
}
</style>
background-color css
<style>
a { background-color: #876B6C; }
a { background-color: rgb(135,107,108); }
div.DivClassName
{
background-color: #876B6C;
}
.BgClassName
{
background-color: #876B6C;
}
</style>
border-color css
<style>
span { border-color: #876B6C; }
span { border-color: rgb(135,107,108); }
td.TdClassName
{
border-color: #876B6C;
}
.TagClassName
{
border-color: #876B6C;
}
</style>