Shades of Empress #846A74
Tints of Empress #846A74
RGB
CMYK
RGB Variations
Color information
#846A74 (or 0x846A74) is known color: Empress. HEX triplet: 84, 6A and 74. RGB value is (132,106,116). Sum of RGB (Red+Green+Blue) = 132+106+116=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A74 is #7B958B. Grayscale: #727272. Windows color (decimal): -8099212 or 7629444. OLE color: 7629444.
HSL color Cylindrical-coordinate representation of color #846A74: hue angle of 336.92º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846A74 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 116 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.48 |
| HSL | 336.92º | 0.11% | 0.47% | - |
| HSV(B) | 336.92º | 0.2% | 0.52% | - |
| XYZ | 17.82 | 16.47 | 18.76 | - |
| YUV | 114.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 116 | 0 | 0.20 | 0.12 | 0.48 | 336.92 | 0.11 | 0.47 |
| Hex | 84 | 6A | 74 | 0 | 14 | C | 30 | 151 | B | 2F |
| Octal | 204 | 152 | 164 | 0 | 24 | 14 | 60 | 521 | 13 | 57 |
| Binary | 10000100 | 1101010 | 1110100 | 0 | 10100 | 1100 | 110000 | 101010001 | 1011 | 101111 |
Color Harmonies of #846A74
Complementary color
Monochromatic Colors of #846A74
Black with #846A74
Text Example
Text Example
White with #846A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A74; }
p { color: rgb(132,106,116); }
H1.HeaderClassName
{
color: #846A74;
}
.AnyTagClassName
{
color: #846A74;
}
</style>
background-color css
<style>
a { background-color: #846A74; }
a { background-color: rgb(132,106,116); }
div.DivClassName
{
background-color: #846A74;
}
.BgClassName
{
background-color: #846A74;
}
</style>
border-color css
<style>
span { border-color: #846A74; }
span { border-color: rgb(132,106,116); }
td.TdClassName
{
border-color: #846A74;
}
.TagClassName
{
border-color: #846A74;
}
</style>