Shades of Empress #88686D
Tints of Empress #88686D
RGB
CMYK
RGB Variations
Color information
#88686D (or 0x88686D) is known color: Empress. HEX triplet: 88, 68 and 6D. RGB value is (136,104,109). Sum of RGB (Red+Green+Blue) = 136+104+109=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88686D is #779792. Grayscale: #727272. Windows color (decimal): -7837587 or 7170184. OLE color: 7170184.
HSL color Cylindrical-coordinate representation of color #88686D: hue angle of 350.62º 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 #88686D is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 109 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.47 |
| HSL | 350.63º | 0.13% | 0.47% | - |
| HSV(B) | 350.63º | 0.24% | 0.53% | - |
| XYZ | 17.86 | 16.24 | 16.66 | - |
| YUV | 114.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 109 | 0 | 0.24 | 0.20 | 0.47 | 350.63 | 0.13 | 0.47 |
| Hex | 88 | 68 | 6D | 0 | 18 | 14 | 2F | 15F | D | 2F |
| Octal | 210 | 150 | 155 | 0 | 30 | 24 | 57 | 537 | 15 | 57 |
| Binary | 10001000 | 1101000 | 1101101 | 0 | 11000 | 10100 | 101111 | 101011111 | 1101 | 101111 |
Color Harmonies of #88686D
Complementary color
Monochromatic Colors of #88686D
Black with #88686D
Text Example
Text Example
White with #88686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88686D; }
p { color: rgb(136,104,109); }
H1.HeaderClassName
{
color: #88686D;
}
.AnyTagClassName
{
color: #88686D;
}
</style>
background-color css
<style>
a { background-color: #88686D; }
a { background-color: rgb(136,104,109); }
div.DivClassName
{
background-color: #88686D;
}
.BgClassName
{
background-color: #88686D;
}
</style>
border-color css
<style>
span { border-color: #88686D; }
span { border-color: rgb(136,104,109); }
td.TdClassName
{
border-color: #88686D;
}
.TagClassName
{
border-color: #88686D;
}
</style>