Shades of Empress #836E72
Tints of Empress #836E72
RGB
CMYK
RGB Variations
Color information
#836E72 (or 0x836E72) is known color: Empress. HEX triplet: 83, 6E and 72. RGB value is (131,110,114). Sum of RGB (Red+Green+Blue) = 131+110+114=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #836E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836E72 is #7C918D. Grayscale: #747474. Windows color (decimal): -8163726 or 7499395. OLE color: 7499395.
HSL color Cylindrical-coordinate representation of color #836E72: hue angle of 348.57º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #836E72 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 110 | 114 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.49 |
| HSL | 348.57º | 0.09% | 0.47% | - |
| HSV(B) | 348.57º | 0.16% | 0.51% | - |
| XYZ | 17.97 | 17.19 | 18.29 | - |
| YUV | 116.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 114 | 0 | 0.16 | 0.13 | 0.49 | 348.57 | 0.09 | 0.47 |
| Hex | 83 | 6E | 72 | 0 | 10 | D | 31 | 15D | 9 | 2F |
| Octal | 203 | 156 | 162 | 0 | 20 | 15 | 61 | 535 | 11 | 57 |
| Binary | 10000011 | 1101110 | 1110010 | 0 | 10000 | 1101 | 110001 | 101011101 | 1001 | 101111 |
Color Harmonies of #836E72
Complementary color
Monochromatic Colors of #836E72
Black with #836E72
Text Example
Text Example
White with #836E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836E72; }
p { color: rgb(131,110,114); }
H1.HeaderClassName
{
color: #836E72;
}
.AnyTagClassName
{
color: #836E72;
}
</style>
background-color css
<style>
a { background-color: #836E72; }
a { background-color: rgb(131,110,114); }
div.DivClassName
{
background-color: #836E72;
}
.BgClassName
{
background-color: #836E72;
}
</style>
border-color css
<style>
span { border-color: #836E72; }
span { border-color: rgb(131,110,114); }
td.TdClassName
{
border-color: #836E72;
}
.TagClassName
{
border-color: #836E72;
}
</style>