Shades of Empress #81787A
Tints of Empress #81787A
RGB
CMYK
RGB Variations
Color information
#81787A (or 0x81787A) is known color: Empress. HEX triplet: 81, 78 and 7A. RGB value is (129,120,122). Sum of RGB (Red+Green+Blue) = 129+120+122=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 129 - color contains mainly: red. Hex color #81787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81787A is #7E8785. Grayscale: #7A7A7A. Windows color (decimal): -8292230 or 8026241. OLE color: 8026241.
HSL color Cylindrical-coordinate representation of color #81787A: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81787A is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 122 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.49 |
| HSL | 346.67º | 0.04% | 0.49% | - |
| HSV(B) | 346.67º | 0.07% | 0.51% | - |
| XYZ | 19.28 | 19.51 | 21.16 | - |
| YUV | 122.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 122 | 0 | 0.07 | 0.05 | 0.49 | 346.67 | 0.04 | 0.49 |
| Hex | 81 | 78 | 7A | 0 | 7 | 5 | 31 | 15B | 4 | 31 |
| Octal | 201 | 170 | 172 | 0 | 7 | 5 | 61 | 533 | 4 | 61 |
| Binary | 10000001 | 1111000 | 1111010 | 0 | 111 | 101 | 110001 | 101011011 | 100 | 110001 |
Color Harmonies of #81787A
Complementary color
Monochromatic Colors of #81787A
Black with #81787A
Text Example
Text Example
White with #81787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81787A; }
p { color: rgb(129,120,122); }
H1.HeaderClassName
{
color: #81787A;
}
.AnyTagClassName
{
color: #81787A;
}
</style>
background-color css
<style>
a { background-color: #81787A; }
a { background-color: rgb(129,120,122); }
div.DivClassName
{
background-color: #81787A;
}
.BgClassName
{
background-color: #81787A;
}
</style>
border-color css
<style>
span { border-color: #81787A; }
span { border-color: rgb(129,120,122); }
td.TdClassName
{
border-color: #81787A;
}
.TagClassName
{
border-color: #81787A;
}
</style>