Shades of Empress #886D75
Tints of Empress #886D75
RGB
CMYK
RGB Variations
Color information
#886D75 (or 0x886D75) is known color: Empress. HEX triplet: 88, 6D and 75. RGB value is (136,109,117). Sum of RGB (Red+Green+Blue) = 136+109+117=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #886D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D75 is #77928A. Grayscale: #757575. Windows color (decimal): -7836299 or 7695752. OLE color: 7695752.
HSL color Cylindrical-coordinate representation of color #886D75: hue angle of 342.22º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #886D75 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 117 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.47 |
| HSL | 342.22º | 0.11% | 0.48% | - |
| HSV(B) | 342.22º | 0.2% | 0.53% | - |
| XYZ | 18.83 | 17.46 | 19.21 | - |
| YUV | 117.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 117 | 0 | 0.20 | 0.14 | 0.47 | 342.22 | 0.11 | 0.48 |
| Hex | 88 | 6D | 75 | 0 | 14 | E | 2F | 156 | B | 30 |
| Octal | 210 | 155 | 165 | 0 | 24 | 16 | 57 | 526 | 13 | 60 |
| Binary | 10001000 | 1101101 | 1110101 | 0 | 10100 | 1110 | 101111 | 101010110 | 1011 | 110000 |
Color Harmonies of #886D75
Complementary color
Monochromatic Colors of #886D75
Black with #886D75
Text Example
Text Example
White with #886D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D75; }
p { color: rgb(136,109,117); }
H1.HeaderClassName
{
color: #886D75;
}
.AnyTagClassName
{
color: #886D75;
}
</style>
background-color css
<style>
a { background-color: #886D75; }
a { background-color: rgb(136,109,117); }
div.DivClassName
{
background-color: #886D75;
}
.BgClassName
{
background-color: #886D75;
}
</style>
border-color css
<style>
span { border-color: #886D75; }
span { border-color: rgb(136,109,117); }
td.TdClassName
{
border-color: #886D75;
}
.TagClassName
{
border-color: #886D75;
}
</style>