Shades of Empress #886F74
Tints of Empress #886F74
RGB
CMYK
RGB Variations
Color information
#886F74 (or 0x886F74) is known color: Empress. HEX triplet: 88, 6F and 74. RGB value is (136,111,116). Sum of RGB (Red+Green+Blue) = 136+111+116=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #886F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F74 is #77908B. Grayscale: #777777. Windows color (decimal): -7835788 or 7630728. OLE color: 7630728.
HSL color Cylindrical-coordinate representation of color #886F74: hue angle of 348º 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 #886F74 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 116 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.47 |
| HSL | 348º | 0.1% | 0.48% | - |
| HSV(B) | 348º | 0.18% | 0.53% | - |
| XYZ | 18.99 | 17.86 | 18.97 | - |
| YUV | 119.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 116 | 0 | 0.18 | 0.15 | 0.47 | 348 | 0.1 | 0.48 |
| Hex | 88 | 6F | 74 | 0 | 12 | F | 2F | 15C | A | 30 |
| Octal | 210 | 157 | 164 | 0 | 22 | 17 | 57 | 534 | 12 | 60 |
| Binary | 10001000 | 1101111 | 1110100 | 0 | 10010 | 1111 | 101111 | 101011100 | 1010 | 110000 |
Color Harmonies of #886F74
Complementary color
Monochromatic Colors of #886F74
Black with #886F74
Text Example
Text Example
White with #886F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F74; }
p { color: rgb(136,111,116); }
H1.HeaderClassName
{
color: #886F74;
}
.AnyTagClassName
{
color: #886F74;
}
</style>
background-color css
<style>
a { background-color: #886F74; }
a { background-color: rgb(136,111,116); }
div.DivClassName
{
background-color: #886F74;
}
.BgClassName
{
background-color: #886F74;
}
</style>
border-color css
<style>
span { border-color: #886F74; }
span { border-color: rgb(136,111,116); }
td.TdClassName
{
border-color: #886F74;
}
.TagClassName
{
border-color: #886F74;
}
</style>