Shades of Empress #846F76
Tints of Empress #846F76
RGB
CMYK
RGB Variations
Color information
#846F76 (or 0x846F76) is known color: Empress. HEX triplet: 84, 6F and 76. RGB value is (132,111,118). Sum of RGB (Red+Green+Blue) = 132+111+118=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #846F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F76 is #7B9089. Grayscale: #767676. Windows color (decimal): -8097930 or 7761796. OLE color: 7761796.
HSL color Cylindrical-coordinate representation of color #846F76: hue angle of 340º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #846F76 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 118 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.48 |
| HSL | 340º | 0.09% | 0.48% | - |
| HSV(B) | 340º | 0.16% | 0.52% | - |
| XYZ | 18.47 | 17.58 | 19.56 | - |
| YUV | 118.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 118 | 0 | 0.16 | 0.11 | 0.48 | 340 | 0.09 | 0.48 |
| Hex | 84 | 6F | 76 | 0 | 10 | B | 30 | 154 | 9 | 30 |
| Octal | 204 | 157 | 166 | 0 | 20 | 13 | 60 | 524 | 11 | 60 |
| Binary | 10000100 | 1101111 | 1110110 | 0 | 10000 | 1011 | 110000 | 101010100 | 1001 | 110000 |
Color Harmonies of #846F76
Complementary color
Monochromatic Colors of #846F76
Black with #846F76
Text Example
Text Example
White with #846F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F76; }
p { color: rgb(132,111,118); }
H1.HeaderClassName
{
color: #846F76;
}
.AnyTagClassName
{
color: #846F76;
}
</style>
background-color css
<style>
a { background-color: #846F76; }
a { background-color: rgb(132,111,118); }
div.DivClassName
{
background-color: #846F76;
}
.BgClassName
{
background-color: #846F76;
}
</style>
border-color css
<style>
span { border-color: #846F76; }
span { border-color: rgb(132,111,118); }
td.TdClassName
{
border-color: #846F76;
}
.TagClassName
{
border-color: #846F76;
}
</style>