Shades of Empress #87676A
Tints of Empress #87676A
RGB
CMYK
RGB Variations
Color information
#87676A (or 0x87676A) is known color: Empress. HEX triplet: 87, 67 and 6A. RGB value is (135,103,106). Sum of RGB (Red+Green+Blue) = 135+103+106=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87676A is #789895. Grayscale: #707070. Windows color (decimal): -7903382 or 6973319. OLE color: 6973319.
HSL color Cylindrical-coordinate representation of color #87676A: hue angle of 354.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87676A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 103 | 106 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.47 |
| HSL | 354.38º | 0.13% | 0.47% | - |
| HSV(B) | 354.38º | 0.24% | 0.53% | - |
| XYZ | 17.44 | 15.89 | 15.78 | - |
| YUV | 112.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 106 | 0 | 0.24 | 0.21 | 0.47 | 354.38 | 0.13 | 0.47 |
| Hex | 87 | 67 | 6A | 0 | 18 | 15 | 2F | 162 | D | 2F |
| Octal | 207 | 147 | 152 | 0 | 30 | 25 | 57 | 542 | 15 | 57 |
| Binary | 10000111 | 1100111 | 1101010 | 0 | 11000 | 10101 | 101111 | 101100010 | 1101 | 101111 |
Color Harmonies of #87676A
Complementary color
Monochromatic Colors of #87676A
Black with #87676A
Text Example
Text Example
White with #87676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87676A; }
p { color: rgb(135,103,106); }
H1.HeaderClassName
{
color: #87676A;
}
.AnyTagClassName
{
color: #87676A;
}
</style>
background-color css
<style>
a { background-color: #87676A; }
a { background-color: rgb(135,103,106); }
div.DivClassName
{
background-color: #87676A;
}
.BgClassName
{
background-color: #87676A;
}
</style>
border-color css
<style>
span { border-color: #87676A; }
span { border-color: rgb(135,103,106); }
td.TdClassName
{
border-color: #87676A;
}
.TagClassName
{
border-color: #87676A;
}
</style>