Shades of Empress #846B72
Tints of Empress #846B72
RGB
CMYK
RGB Variations
Color information
#846B72 (or 0x846B72) is known color: Empress. HEX triplet: 84, 6B and 72. RGB value is (132,107,114). Sum of RGB (Red+Green+Blue) = 132+107+114=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #846B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B72 is #7B948D. Grayscale: #737373. Windows color (decimal): -8098958 or 7498628. OLE color: 7498628.
HSL color Cylindrical-coordinate representation of color #846B72: hue angle of 343.2º 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 #846B72 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 114 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.48 |
| HSL | 343.2º | 0.1% | 0.47% | - |
| HSV(B) | 343.2º | 0.19% | 0.52% | - |
| XYZ | 17.81 | 16.64 | 18.19 | - |
| YUV | 115.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 114 | 0 | 0.19 | 0.14 | 0.48 | 343.2 | 0.1 | 0.47 |
| Hex | 84 | 6B | 72 | 0 | 13 | E | 30 | 157 | A | 2F |
| Octal | 204 | 153 | 162 | 0 | 23 | 16 | 60 | 527 | 12 | 57 |
| Binary | 10000100 | 1101011 | 1110010 | 0 | 10011 | 1110 | 110000 | 101010111 | 1010 | 101111 |
Color Harmonies of #846B72
Complementary color
Monochromatic Colors of #846B72
Black with #846B72
Text Example
Text Example
White with #846B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B72; }
p { color: rgb(132,107,114); }
H1.HeaderClassName
{
color: #846B72;
}
.AnyTagClassName
{
color: #846B72;
}
</style>
background-color css
<style>
a { background-color: #846B72; }
a { background-color: rgb(132,107,114); }
div.DivClassName
{
background-color: #846B72;
}
.BgClassName
{
background-color: #846B72;
}
</style>
border-color css
<style>
span { border-color: #846B72; }
span { border-color: rgb(132,107,114); }
td.TdClassName
{
border-color: #846B72;
}
.TagClassName
{
border-color: #846B72;
}
</style>