Shades of Empress #88686C
Tints of Empress #88686C
RGB
CMYK
RGB Variations
Color information
#88686C (or 0x88686C) is known color: Empress. HEX triplet: 88, 68 and 6C. RGB value is (136,104,108). Sum of RGB (Red+Green+Blue) = 136+104+108=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88686C is #779793. Grayscale: #727272. Windows color (decimal): -7837588 or 7104648. OLE color: 7104648.
HSL color Cylindrical-coordinate representation of color #88686C: hue angle of 352.5º 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 #88686C is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 108 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.47 |
| HSL | 352.5º | 0.13% | 0.47% | - |
| HSV(B) | 352.5º | 0.24% | 0.53% | - |
| XYZ | 17.81 | 16.22 | 16.38 | - |
| YUV | 114.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 108 | 0 | 0.24 | 0.21 | 0.47 | 352.5 | 0.13 | 0.47 |
| Hex | 88 | 68 | 6C | 0 | 18 | 15 | 2F | 160 | D | 2F |
| Octal | 210 | 150 | 154 | 0 | 30 | 25 | 57 | 540 | 15 | 57 |
| Binary | 10001000 | 1101000 | 1101100 | 0 | 11000 | 10101 | 101111 | 101100000 | 1101 | 101111 |
Color Harmonies of #88686C
Complementary color
Monochromatic Colors of #88686C
Black with #88686C
Text Example
Text Example
White with #88686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88686C; }
p { color: rgb(136,104,108); }
H1.HeaderClassName
{
color: #88686C;
}
.AnyTagClassName
{
color: #88686C;
}
</style>
background-color css
<style>
a { background-color: #88686C; }
a { background-color: rgb(136,104,108); }
div.DivClassName
{
background-color: #88686C;
}
.BgClassName
{
background-color: #88686C;
}
</style>
border-color css
<style>
span { border-color: #88686C; }
span { border-color: rgb(136,104,108); }
td.TdClassName
{
border-color: #88686C;
}
.TagClassName
{
border-color: #88686C;
}
</style>