Shades of Empress #886F73
Tints of Empress #886F73
RGB
CMYK
RGB Variations
Color information
#886F73 (or 0x886F73) is known color: Empress. HEX triplet: 88, 6F and 73. RGB value is (136,111,115). Sum of RGB (Red+Green+Blue) = 136+111+115=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #886F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F73 is #77908C. Grayscale: #767676. Windows color (decimal): -7835789 or 7565192. OLE color: 7565192.
HSL color Cylindrical-coordinate representation of color #886F73: hue angle of 350.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #886F73 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 115 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.47 |
| HSL | 350.4º | 0.1% | 0.48% | - |
| HSV(B) | 350.4º | 0.18% | 0.53% | - |
| XYZ | 18.93 | 17.84 | 18.67 | - |
| YUV | 118.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 115 | 0 | 0.18 | 0.15 | 0.47 | 350.4 | 0.1 | 0.48 |
| Hex | 88 | 6F | 73 | 0 | 12 | F | 2F | 15E | A | 30 |
| Octal | 210 | 157 | 163 | 0 | 22 | 17 | 57 | 536 | 12 | 60 |
| Binary | 10001000 | 1101111 | 1110011 | 0 | 10010 | 1111 | 101111 | 101011110 | 1010 | 110000 |
Color Harmonies of #886F73
Complementary color
Monochromatic Colors of #886F73
Black with #886F73
Text Example
Text Example
White with #886F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F73; }
p { color: rgb(136,111,115); }
H1.HeaderClassName
{
color: #886F73;
}
.AnyTagClassName
{
color: #886F73;
}
</style>
background-color css
<style>
a { background-color: #886F73; }
a { background-color: rgb(136,111,115); }
div.DivClassName
{
background-color: #886F73;
}
.BgClassName
{
background-color: #886F73;
}
</style>
border-color css
<style>
span { border-color: #886F73; }
span { border-color: rgb(136,111,115); }
td.TdClassName
{
border-color: #886F73;
}
.TagClassName
{
border-color: #886F73;
}
</style>