Shades of Empress #896F72
Tints of Empress #896F72
RGB
CMYK
RGB Variations
Color information
#896F72 (or 0x896F72) is known color: Empress. HEX triplet: 89, 6F and 72. RGB value is (137,111,114). Sum of RGB (Red+Green+Blue) = 137+111+114=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #896F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F72 is #76908D. Grayscale: #777777. Windows color (decimal): -7770254 or 7499657. OLE color: 7499657.
HSL color Cylindrical-coordinate representation of color #896F72: hue angle of 353.08º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F72 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 114 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.46 |
| HSL | 353.08º | 0.1% | 0.49% | - |
| HSV(B) | 353.08º | 0.19% | 0.54% | - |
| XYZ | 19.04 | 17.9 | 18.37 | - |
| YUV | 119.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 114 | 0 | 0.19 | 0.17 | 0.46 | 353.08 | 0.1 | 0.49 |
| Hex | 89 | 6F | 72 | 0 | 13 | 11 | 2E | 161 | A | 31 |
| Octal | 211 | 157 | 162 | 0 | 23 | 21 | 56 | 541 | 12 | 61 |
| Binary | 10001001 | 1101111 | 1110010 | 0 | 10011 | 10001 | 101110 | 101100001 | 1010 | 110001 |
Color Harmonies of #896F72
Complementary color
Monochromatic Colors of #896F72
Black with #896F72
Text Example
Text Example
White with #896F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F72; }
p { color: rgb(137,111,114); }
H1.HeaderClassName
{
color: #896F72;
}
.AnyTagClassName
{
color: #896F72;
}
</style>
background-color css
<style>
a { background-color: #896F72; }
a { background-color: rgb(137,111,114); }
div.DivClassName
{
background-color: #896F72;
}
.BgClassName
{
background-color: #896F72;
}
</style>
border-color css
<style>
span { border-color: #896F72; }
span { border-color: rgb(137,111,114); }
td.TdClassName
{
border-color: #896F72;
}
.TagClassName
{
border-color: #896F72;
}
</style>