Shades of Empress #846C72
Tints of Empress #846C72
RGB
CMYK
RGB Variations
Color information
#846C72 (or 0x846C72) is known color: Empress. HEX triplet: 84, 6C and 72. RGB value is (132,108,114). Sum of RGB (Red+Green+Blue) = 132+108+114=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C72 is #7B938D. Grayscale: #737373. Windows color (decimal): -8098702 or 7498884. OLE color: 7498884.
HSL color Cylindrical-coordinate representation of color #846C72: hue angle of 345º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #846C72 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 114 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.48 |
| HSL | 345º | 0.1% | 0.47% | - |
| HSV(B) | 345º | 0.18% | 0.52% | - |
| XYZ | 17.92 | 16.85 | 18.23 | - |
| YUV | 115.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 114 | 0 | 0.18 | 0.14 | 0.48 | 345 | 0.1 | 0.47 |
| Hex | 84 | 6C | 72 | 0 | 12 | E | 30 | 159 | A | 2F |
| Octal | 204 | 154 | 162 | 0 | 22 | 16 | 60 | 531 | 12 | 57 |
| Binary | 10000100 | 1101100 | 1110010 | 0 | 10010 | 1110 | 110000 | 101011001 | 1010 | 101111 |
Color Harmonies of #846C72
Complementary color
Monochromatic Colors of #846C72
Black with #846C72
Text Example
Text Example
White with #846C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C72; }
p { color: rgb(132,108,114); }
H1.HeaderClassName
{
color: #846C72;
}
.AnyTagClassName
{
color: #846C72;
}
</style>
background-color css
<style>
a { background-color: #846C72; }
a { background-color: rgb(132,108,114); }
div.DivClassName
{
background-color: #846C72;
}
.BgClassName
{
background-color: #846C72;
}
</style>
border-color css
<style>
span { border-color: #846C72; }
span { border-color: rgb(132,108,114); }
td.TdClassName
{
border-color: #846C72;
}
.TagClassName
{
border-color: #846C72;
}
</style>