Shades of Empress #88686A
Tints of Empress #88686A
RGB
CMYK
RGB Variations
Color information
#88686A (or 0x88686A) is known color: Empress. HEX triplet: 88, 68 and 6A. RGB value is (136,104,106). Sum of RGB (Red+Green+Blue) = 136+104+106=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88686A is #779795. Grayscale: #717171. Windows color (decimal): -7837590 or 6973576. OLE color: 6973576.
HSL color Cylindrical-coordinate representation of color #88686A: hue angle of 356.25º 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 #88686A is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 106 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.47 |
| HSL | 356.25º | 0.13% | 0.47% | - |
| HSV(B) | 356.25º | 0.24% | 0.53% | - |
| XYZ | 17.71 | 16.18 | 15.82 | - |
| YUV | 113.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 106 | 0 | 0.24 | 0.22 | 0.47 | 356.25 | 0.13 | 0.47 |
| Hex | 88 | 68 | 6A | 0 | 18 | 16 | 2F | 164 | D | 2F |
| Octal | 210 | 150 | 152 | 0 | 30 | 26 | 57 | 544 | 15 | 57 |
| Binary | 10001000 | 1101000 | 1101010 | 0 | 11000 | 10110 | 101111 | 101100100 | 1101 | 101111 |
Color Harmonies of #88686A
Complementary color
Monochromatic Colors of #88686A
Black with #88686A
Text Example
Text Example
White with #88686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88686A; }
p { color: rgb(136,104,106); }
H1.HeaderClassName
{
color: #88686A;
}
.AnyTagClassName
{
color: #88686A;
}
</style>
background-color css
<style>
a { background-color: #88686A; }
a { background-color: rgb(136,104,106); }
div.DivClassName
{
background-color: #88686A;
}
.BgClassName
{
background-color: #88686A;
}
</style>
border-color css
<style>
span { border-color: #88686A; }
span { border-color: rgb(136,104,106); }
td.TdClassName
{
border-color: #88686A;
}
.TagClassName
{
border-color: #88686A;
}
</style>