Shades of Empress #886E76
Tints of Empress #886E76
RGB
CMYK
RGB Variations
Color information
#886E76 (or 0x886E76) is known color: Empress. HEX triplet: 88, 6E and 76. RGB value is (136,110,118). Sum of RGB (Red+Green+Blue) = 136+110+118=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #886E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E76 is #779189. Grayscale: #767676. Windows color (decimal): -7836042 or 7761544. OLE color: 7761544.
HSL color Cylindrical-coordinate representation of color #886E76: hue angle of 341.54º 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 #886E76 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 118 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.47 |
| HSL | 341.54º | 0.11% | 0.48% | - |
| HSV(B) | 341.54º | 0.19% | 0.53% | - |
| XYZ | 19 | 17.69 | 19.55 | - |
| YUV | 118.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 118 | 0 | 0.19 | 0.13 | 0.47 | 341.54 | 0.11 | 0.48 |
| Hex | 88 | 6E | 76 | 0 | 13 | D | 2F | 156 | B | 30 |
| Octal | 210 | 156 | 166 | 0 | 23 | 15 | 57 | 526 | 13 | 60 |
| Binary | 10001000 | 1101110 | 1110110 | 0 | 10011 | 1101 | 101111 | 101010110 | 1011 | 110000 |
Color Harmonies of #886E76
Complementary color
Monochromatic Colors of #886E76
Black with #886E76
Text Example
Text Example
White with #886E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E76; }
p { color: rgb(136,110,118); }
H1.HeaderClassName
{
color: #886E76;
}
.AnyTagClassName
{
color: #886E76;
}
</style>
background-color css
<style>
a { background-color: #886E76; }
a { background-color: rgb(136,110,118); }
div.DivClassName
{
background-color: #886E76;
}
.BgClassName
{
background-color: #886E76;
}
</style>
border-color css
<style>
span { border-color: #886E76; }
span { border-color: rgb(136,110,118); }
td.TdClassName
{
border-color: #886E76;
}
.TagClassName
{
border-color: #886E76;
}
</style>