Shades of Empress #836D76
Tints of Empress #836D76
RGB
CMYK
RGB Variations
Color information
#836D76 (or 0x836D76) is known color: Empress. HEX triplet: 83, 6D and 76. RGB value is (131,109,118). Sum of RGB (Red+Green+Blue) = 131+109+118=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #836D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D76 is #7C9289. Grayscale: #747474. Windows color (decimal): -8163978 or 7761283. OLE color: 7761283.
HSL color Cylindrical-coordinate representation of color #836D76: hue angle of 335.45º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #836D76 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 118 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.49 |
| HSL | 335.45º | 0.09% | 0.47% | - |
| HSV(B) | 335.45º | 0.17% | 0.51% | - |
| XYZ | 18.1 | 17.07 | 19.48 | - |
| YUV | 116.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 118 | 0 | 0.17 | 0.10 | 0.49 | 335.45 | 0.09 | 0.47 |
| Hex | 83 | 6D | 76 | 0 | 11 | A | 31 | 14F | 9 | 2F |
| Octal | 203 | 155 | 166 | 0 | 21 | 12 | 61 | 517 | 11 | 57 |
| Binary | 10000011 | 1101101 | 1110110 | 0 | 10001 | 1010 | 110001 | 101001111 | 1001 | 101111 |
Color Harmonies of #836D76
Complementary color
Monochromatic Colors of #836D76
Black with #836D76
Text Example
Text Example
White with #836D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D76; }
p { color: rgb(131,109,118); }
H1.HeaderClassName
{
color: #836D76;
}
.AnyTagClassName
{
color: #836D76;
}
</style>
background-color css
<style>
a { background-color: #836D76; }
a { background-color: rgb(131,109,118); }
div.DivClassName
{
background-color: #836D76;
}
.BgClassName
{
background-color: #836D76;
}
</style>
border-color css
<style>
span { border-color: #836D76; }
span { border-color: rgb(131,109,118); }
td.TdClassName
{
border-color: #836D76;
}
.TagClassName
{
border-color: #836D76;
}
</style>