Shades of Empress #817C7D
Tints of Empress #817C7D
RGB
CMYK
RGB Variations
Color information
#817C7D (or 0x817C7D) is known color: Empress. HEX triplet: 81, 7C and 7D. RGB value is (129,124,125). Sum of RGB (Red+Green+Blue) = 129+124+125=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 129 - color contains mainly: red. Hex color #817C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C7D is #7E8382. Grayscale: #7D7D7D. Windows color (decimal): -8291203 or 8223873. OLE color: 8223873.
HSL color Cylindrical-coordinate representation of color #817C7D: hue angle of 348º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #817C7D is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 125 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.49 |
| HSL | 348º | 0.02% | 0.5% | - |
| HSV(B) | 348º | 0.04% | 0.51% | - |
| XYZ | 19.96 | 20.56 | 22.32 | - |
| YUV | 125.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 125 | 0 | 0.04 | 0.03 | 0.49 | 348 | 0.02 | 0.5 |
| Hex | 81 | 7C | 7D | 0 | 4 | 3 | 31 | 15C | 2 | 32 |
| Octal | 201 | 174 | 175 | 0 | 4 | 3 | 61 | 534 | 2 | 62 |
| Binary | 10000001 | 1111100 | 1111101 | 0 | 100 | 11 | 110001 | 101011100 | 10 | 110010 |
Color Harmonies of #817C7D
Complementary color
Monochromatic Colors of #817C7D
Black with #817C7D
Text Example
Text Example
White with #817C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C7D; }
p { color: rgb(129,124,125); }
H1.HeaderClassName
{
color: #817C7D;
}
.AnyTagClassName
{
color: #817C7D;
}
</style>
background-color css
<style>
a { background-color: #817C7D; }
a { background-color: rgb(129,124,125); }
div.DivClassName
{
background-color: #817C7D;
}
.BgClassName
{
background-color: #817C7D;
}
</style>
border-color css
<style>
span { border-color: #817C7D; }
span { border-color: rgb(129,124,125); }
td.TdClassName
{
border-color: #817C7D;
}
.TagClassName
{
border-color: #817C7D;
}
</style>