Shades of Empress #886D73
Tints of Empress #886D73
RGB
CMYK
RGB Variations
Color information
#886D73 (or 0x886D73) is known color: Empress. HEX triplet: 88, 6D and 73. RGB value is (136,109,115). Sum of RGB (Red+Green+Blue) = 136+109+115=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #886D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D73 is #77928C. Grayscale: #757575. Windows color (decimal): -7836301 or 7564680. OLE color: 7564680.
HSL color Cylindrical-coordinate representation of color #886D73: hue angle of 346.67º 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 #886D73 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 115 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.47 |
| HSL | 346.67º | 0.11% | 0.48% | - |
| HSV(B) | 346.67º | 0.2% | 0.53% | - |
| XYZ | 18.72 | 17.41 | 18.59 | - |
| YUV | 117.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 115 | 0 | 0.20 | 0.15 | 0.47 | 346.67 | 0.11 | 0.48 |
| Hex | 88 | 6D | 73 | 0 | 14 | F | 2F | 15B | B | 30 |
| Octal | 210 | 155 | 163 | 0 | 24 | 17 | 57 | 533 | 13 | 60 |
| Binary | 10001000 | 1101101 | 1110011 | 0 | 10100 | 1111 | 101111 | 101011011 | 1011 | 110000 |
Color Harmonies of #886D73
Complementary color
Monochromatic Colors of #886D73
Black with #886D73
Text Example
Text Example
White with #886D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D73; }
p { color: rgb(136,109,115); }
H1.HeaderClassName
{
color: #886D73;
}
.AnyTagClassName
{
color: #886D73;
}
</style>
background-color css
<style>
a { background-color: #886D73; }
a { background-color: rgb(136,109,115); }
div.DivClassName
{
background-color: #886D73;
}
.BgClassName
{
background-color: #886D73;
}
</style>
border-color css
<style>
span { border-color: #886D73; }
span { border-color: rgb(136,109,115); }
td.TdClassName
{
border-color: #886D73;
}
.TagClassName
{
border-color: #886D73;
}
</style>