Shades of Empress #887273
Tints of Empress #887273
RGB
CMYK
RGB Variations
Color information
#887273 (or 0x887273) is known color: Empress. HEX triplet: 88, 72 and 73. RGB value is (136,114,115). Sum of RGB (Red+Green+Blue) = 136+114+115=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #887273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887273 is #778D8C. Grayscale: #787878. Windows color (decimal): -7835021 or 7565960. OLE color: 7565960.
HSL color Cylindrical-coordinate representation of color #887273: hue angle of 357.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #887273 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 114 | 115 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.47 |
| HSL | 357.27º | 0.09% | 0.49% | - |
| HSV(B) | 357.27º | 0.16% | 0.53% | - |
| XYZ | 19.27 | 18.51 | 18.78 | - |
| YUV | 120.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 115 | 0 | 0.16 | 0.15 | 0.47 | 357.27 | 0.09 | 0.49 |
| Hex | 88 | 72 | 73 | 0 | 10 | F | 2F | 165 | 9 | 31 |
| Octal | 210 | 162 | 163 | 0 | 20 | 17 | 57 | 545 | 11 | 61 |
| Binary | 10001000 | 1110010 | 1110011 | 0 | 10000 | 1111 | 101111 | 101100101 | 1001 | 110001 |
Color Harmonies of #887273
Complementary color
Monochromatic Colors of #887273
Black with #887273
Text Example
Text Example
White with #887273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887273; }
p { color: rgb(136,114,115); }
H1.HeaderClassName
{
color: #887273;
}
.AnyTagClassName
{
color: #887273;
}
</style>
background-color css
<style>
a { background-color: #887273; }
a { background-color: rgb(136,114,115); }
div.DivClassName
{
background-color: #887273;
}
.BgClassName
{
background-color: #887273;
}
</style>
border-color css
<style>
span { border-color: #887273; }
span { border-color: rgb(136,114,115); }
td.TdClassName
{
border-color: #887273;
}
.TagClassName
{
border-color: #887273;
}
</style>