Shades of Empress #856C74
Tints of Empress #856C74
RGB
CMYK
RGB Variations
Color information
#856C74 (or 0x856C74) is known color: Empress. HEX triplet: 85, 6C and 74. RGB value is (133,108,116). Sum of RGB (Red+Green+Blue) = 133+108+116=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #856C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C74 is #7A938B. Grayscale: #747474. Windows color (decimal): -8033164 or 7629957. OLE color: 7629957.
HSL color Cylindrical-coordinate representation of color #856C74: hue angle of 340.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #856C74 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 116 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.48 |
| HSL | 340.8º | 0.1% | 0.47% | - |
| HSV(B) | 340.8º | 0.19% | 0.52% | - |
| XYZ | 18.19 | 16.97 | 18.84 | - |
| YUV | 116.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 116 | 0 | 0.19 | 0.13 | 0.48 | 340.8 | 0.1 | 0.47 |
| Hex | 85 | 6C | 74 | 0 | 13 | D | 30 | 155 | A | 2F |
| Octal | 205 | 154 | 164 | 0 | 23 | 15 | 60 | 525 | 12 | 57 |
| Binary | 10000101 | 1101100 | 1110100 | 0 | 10011 | 1101 | 110000 | 101010101 | 1010 | 101111 |
Color Harmonies of #856C74
Complementary color
Monochromatic Colors of #856C74
Black with #856C74
Text Example
Text Example
White with #856C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C74; }
p { color: rgb(133,108,116); }
H1.HeaderClassName
{
color: #856C74;
}
.AnyTagClassName
{
color: #856C74;
}
</style>
background-color css
<style>
a { background-color: #856C74; }
a { background-color: rgb(133,108,116); }
div.DivClassName
{
background-color: #856C74;
}
.BgClassName
{
background-color: #856C74;
}
</style>
border-color css
<style>
span { border-color: #856C74; }
span { border-color: rgb(133,108,116); }
td.TdClassName
{
border-color: #856C74;
}
.TagClassName
{
border-color: #856C74;
}
</style>