Shades of Empress #856E76
Tints of Empress #856E76
RGB
CMYK
RGB Variations
Color information
#856E76 (or 0x856E76) is known color: Empress. HEX triplet: 85, 6E and 76. RGB value is (133,110,118). Sum of RGB (Red+Green+Blue) = 133+110+118=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #856E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E76 is #7A9189. Grayscale: #757575. Windows color (decimal): -8032650 or 7761541. OLE color: 7761541.
HSL color Cylindrical-coordinate representation of color #856E76: hue angle of 339.13º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #856E76 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 110 | 118 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.48 |
| HSL | 339.13º | 0.09% | 0.48% | - |
| HSV(B) | 339.13º | 0.17% | 0.52% | - |
| XYZ | 18.52 | 17.45 | 19.53 | - |
| YUV | 117.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 118 | 0 | 0.17 | 0.11 | 0.48 | 339.13 | 0.09 | 0.48 |
| Hex | 85 | 6E | 76 | 0 | 11 | B | 30 | 153 | 9 | 30 |
| Octal | 205 | 156 | 166 | 0 | 21 | 13 | 60 | 523 | 11 | 60 |
| Binary | 10000101 | 1101110 | 1110110 | 0 | 10001 | 1011 | 110000 | 101010011 | 1001 | 110000 |
Color Harmonies of #856E76
Complementary color
Monochromatic Colors of #856E76
Black with #856E76
Text Example
Text Example
White with #856E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E76; }
p { color: rgb(133,110,118); }
H1.HeaderClassName
{
color: #856E76;
}
.AnyTagClassName
{
color: #856E76;
}
</style>
background-color css
<style>
a { background-color: #856E76; }
a { background-color: rgb(133,110,118); }
div.DivClassName
{
background-color: #856E76;
}
.BgClassName
{
background-color: #856E76;
}
</style>
border-color css
<style>
span { border-color: #856E76; }
span { border-color: rgb(133,110,118); }
td.TdClassName
{
border-color: #856E76;
}
.TagClassName
{
border-color: #856E76;
}
</style>