Shades of Empress #81777A
Tints of Empress #81777A
RGB
CMYK
RGB Variations
Color information
#81777A (or 0x81777A) is known color: Empress. HEX triplet: 81, 77 and 7A. RGB value is (129,119,122). Sum of RGB (Red+Green+Blue) = 129+119+122=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 129 - color contains mainly: red. Hex color #81777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81777A is #7E8885. Grayscale: #7A7A7A. Windows color (decimal): -8292486 or 8025985. OLE color: 8025985.
HSL color Cylindrical-coordinate representation of color #81777A: hue angle of 342º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #81777A is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 119 | 122 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.49 |
| HSL | 342º | 0.04% | 0.49% | - |
| HSV(B) | 342º | 0.08% | 0.51% | - |
| XYZ | 19.16 | 19.27 | 21.12 | - |
| YUV | 122.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 122 | 0 | 0.08 | 0.05 | 0.49 | 342 | 0.04 | 0.49 |
| Hex | 81 | 77 | 7A | 0 | 8 | 5 | 31 | 156 | 4 | 31 |
| Octal | 201 | 167 | 172 | 0 | 10 | 5 | 61 | 526 | 4 | 61 |
| Binary | 10000001 | 1110111 | 1111010 | 0 | 1000 | 101 | 110001 | 101010110 | 100 | 110001 |
Color Harmonies of #81777A
Complementary color
Monochromatic Colors of #81777A
Black with #81777A
Text Example
Text Example
White with #81777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81777A; }
p { color: rgb(129,119,122); }
H1.HeaderClassName
{
color: #81777A;
}
.AnyTagClassName
{
color: #81777A;
}
</style>
background-color css
<style>
a { background-color: #81777A; }
a { background-color: rgb(129,119,122); }
div.DivClassName
{
background-color: #81777A;
}
.BgClassName
{
background-color: #81777A;
}
</style>
border-color css
<style>
span { border-color: #81777A; }
span { border-color: rgb(129,119,122); }
td.TdClassName
{
border-color: #81777A;
}
.TagClassName
{
border-color: #81777A;
}
</style>