Shades of Empress #84777A
Tints of Empress #84777A
RGB
CMYK
RGB Variations
Color information
#84777A (or 0x84777A) is known color: Empress. HEX triplet: 84, 77 and 7A. RGB value is (132,119,122). Sum of RGB (Red+Green+Blue) = 132+119+122=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #84777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84777A is #7B8885. Grayscale: #7B7B7B. Windows color (decimal): -8095878 or 8025988. OLE color: 8025988.
HSL color Cylindrical-coordinate representation of color #84777A: hue angle of 346.15º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84777A is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 122 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.48 |
| HSL | 346.15º | 0.05% | 0.49% | - |
| HSV(B) | 346.15º | 0.1% | 0.52% | - |
| XYZ | 19.63 | 19.5 | 21.14 | - |
| YUV | 123.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 122 | 0 | 0.10 | 0.08 | 0.48 | 346.15 | 0.05 | 0.49 |
| Hex | 84 | 77 | 7A | 0 | A | 8 | 30 | 15A | 5 | 31 |
| Octal | 204 | 167 | 172 | 0 | 12 | 10 | 60 | 532 | 5 | 61 |
| Binary | 10000100 | 1110111 | 1111010 | 0 | 1010 | 1000 | 110000 | 101011010 | 101 | 110001 |
Color Harmonies of #84777A
Complementary color
Monochromatic Colors of #84777A
Black with #84777A
Text Example
Text Example
White with #84777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84777A; }
p { color: rgb(132,119,122); }
H1.HeaderClassName
{
color: #84777A;
}
.AnyTagClassName
{
color: #84777A;
}
</style>
background-color css
<style>
a { background-color: #84777A; }
a { background-color: rgb(132,119,122); }
div.DivClassName
{
background-color: #84777A;
}
.BgClassName
{
background-color: #84777A;
}
</style>
border-color css
<style>
span { border-color: #84777A; }
span { border-color: rgb(132,119,122); }
td.TdClassName
{
border-color: #84777A;
}
.TagClassName
{
border-color: #84777A;
}
</style>