Shades of Empress #88686B
Tints of Empress #88686B
RGB
CMYK
RGB Variations
Color information
#88686B (or 0x88686B) is known color: Empress. HEX triplet: 88, 68 and 6B. RGB value is (136,104,107). Sum of RGB (Red+Green+Blue) = 136+104+107=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88686B is #779794. Grayscale: #717171. Windows color (decimal): -7837589 or 7039112. OLE color: 7039112.
HSL color Cylindrical-coordinate representation of color #88686B: 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 #88686B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 107 | - |
| 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.76 | 16.2 | 16.1 | - |
| YUV | 113.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 107 | 0 | 0.24 | 0.21 | 0.47 | 354.38 | 0.13 | 0.47 |
| Hex | 88 | 68 | 6B | 0 | 18 | 15 | 2F | 162 | D | 2F |
| Octal | 210 | 150 | 153 | 0 | 30 | 25 | 57 | 542 | 15 | 57 |
| Binary | 10001000 | 1101000 | 1101011 | 0 | 11000 | 10101 | 101111 | 101100010 | 1101 | 101111 |
Color Harmonies of #88686B
Complementary color
Monochromatic Colors of #88686B
Black with #88686B
Text Example
Text Example
White with #88686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88686B; }
p { color: rgb(136,104,107); }
H1.HeaderClassName
{
color: #88686B;
}
.AnyTagClassName
{
color: #88686B;
}
</style>
background-color css
<style>
a { background-color: #88686B; }
a { background-color: rgb(136,104,107); }
div.DivClassName
{
background-color: #88686B;
}
.BgClassName
{
background-color: #88686B;
}
</style>
border-color css
<style>
span { border-color: #88686B; }
span { border-color: rgb(136,104,107); }
td.TdClassName
{
border-color: #88686B;
}
.TagClassName
{
border-color: #88686B;
}
</style>