Shades of Empress #886E75
Tints of Empress #886E75
RGB
CMYK
RGB Variations
Color information
#886E75 (or 0x886E75) is known color: Empress. HEX triplet: 88, 6E and 75. RGB value is (136,110,117). Sum of RGB (Red+Green+Blue) = 136+110+117=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #886E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E75 is #77918A. Grayscale: #767676. Windows color (decimal): -7836043 or 7696008. OLE color: 7696008.
HSL color Cylindrical-coordinate representation of color #886E75: hue angle of 343.85º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #886E75 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 117 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.47 |
| HSL | 343.85º | 0.11% | 0.48% | - |
| HSV(B) | 343.85º | 0.19% | 0.53% | - |
| XYZ | 18.94 | 17.67 | 19.24 | - |
| YUV | 118.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 117 | 0 | 0.19 | 0.14 | 0.47 | 343.85 | 0.11 | 0.48 |
| Hex | 88 | 6E | 75 | 0 | 13 | E | 2F | 158 | B | 30 |
| Octal | 210 | 156 | 165 | 0 | 23 | 16 | 57 | 530 | 13 | 60 |
| Binary | 10001000 | 1101110 | 1110101 | 0 | 10011 | 1110 | 101111 | 101011000 | 1011 | 110000 |
Color Harmonies of #886E75
Complementary color
Monochromatic Colors of #886E75
Black with #886E75
Text Example
Text Example
White with #886E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E75; }
p { color: rgb(136,110,117); }
H1.HeaderClassName
{
color: #886E75;
}
.AnyTagClassName
{
color: #886E75;
}
</style>
background-color css
<style>
a { background-color: #886E75; }
a { background-color: rgb(136,110,117); }
div.DivClassName
{
background-color: #886E75;
}
.BgClassName
{
background-color: #886E75;
}
</style>
border-color css
<style>
span { border-color: #886E75; }
span { border-color: rgb(136,110,117); }
td.TdClassName
{
border-color: #886E75;
}
.TagClassName
{
border-color: #886E75;
}
</style>