Shades of Empress #837A7C
Tints of Empress #837A7C
RGB
CMYK
RGB Variations
Color information
#837A7C (or 0x837A7C) is known color: Empress. HEX triplet: 83, 7A and 7C. RGB value is (131,122,124). Sum of RGB (Red+Green+Blue) = 131+122+124=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 131 - color contains mainly: red. Hex color #837A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A7C is #7C8583. Grayscale: #7C7C7C. Windows color (decimal): -8160644 or 8157827. OLE color: 8157827.
HSL color Cylindrical-coordinate representation of color #837A7C: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #837A7C is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 124 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.49 |
| HSL | 346.67º | 0.04% | 0.5% | - |
| HSV(B) | 346.67º | 0.07% | 0.51% | - |
| XYZ | 19.96 | 20.2 | 21.92 | - |
| YUV | 124.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 124 | 0 | 0.07 | 0.05 | 0.49 | 346.67 | 0.04 | 0.5 |
| Hex | 83 | 7A | 7C | 0 | 7 | 5 | 31 | 15B | 4 | 32 |
| Octal | 203 | 172 | 174 | 0 | 7 | 5 | 61 | 533 | 4 | 62 |
| Binary | 10000011 | 1111010 | 1111100 | 0 | 111 | 101 | 110001 | 101011011 | 100 | 110010 |
Color Harmonies of #837A7C
Complementary color
Monochromatic Colors of #837A7C
Black with #837A7C
Text Example
Text Example
White with #837A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A7C; }
p { color: rgb(131,122,124); }
H1.HeaderClassName
{
color: #837A7C;
}
.AnyTagClassName
{
color: #837A7C;
}
</style>
background-color css
<style>
a { background-color: #837A7C; }
a { background-color: rgb(131,122,124); }
div.DivClassName
{
background-color: #837A7C;
}
.BgClassName
{
background-color: #837A7C;
}
</style>
border-color css
<style>
span { border-color: #837A7C; }
span { border-color: rgb(131,122,124); }
td.TdClassName
{
border-color: #837A7C;
}
.TagClassName
{
border-color: #837A7C;
}
</style>