Shades of Empress #7C7176
Tints of Empress #7C7176
RGB
CMYK
RGB Variations
Color information
#7C7176 (or 0x7C7176) is known color: Empress. HEX triplet: 7C, 71 and 76. RGB value is (124,113,118). Sum of RGB (Red+Green+Blue) = 124+113+118=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7176 is #838E89. Grayscale: #747474. Windows color (decimal): -8621706 or 7762300. OLE color: 7762300.
HSL color Cylindrical-coordinate representation of color #7C7176: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C7176 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 118 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.51 |
| HSL | 332.73º | 0.05% | 0.46% | - |
| HSV(B) | 332.73º | 0.09% | 0.49% | - |
| XYZ | 17.49 | 17.4 | 19.58 | - |
| YUV | 116.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 118 | 0 | 0.09 | 0.05 | 0.51 | 332.73 | 0.05 | 0.46 |
| Hex | 7C | 71 | 76 | 0 | 9 | 5 | 33 | 14D | 5 | 2E |
| Octal | 174 | 161 | 166 | 0 | 11 | 5 | 63 | 515 | 5 | 56 |
| Binary | 1111100 | 1110001 | 1110110 | 0 | 1001 | 101 | 110011 | 101001101 | 101 | 101110 |
Color Harmonies of #7C7176
Complementary color
Monochromatic Colors of #7C7176
Black with #7C7176
Text Example
Text Example
White with #7C7176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7176; }
p { color: rgb(124,113,118); }
H1.HeaderClassName
{
color: #7C7176;
}
.AnyTagClassName
{
color: #7C7176;
}
</style>
background-color css
<style>
a { background-color: #7C7176; }
a { background-color: rgb(124,113,118); }
div.DivClassName
{
background-color: #7C7176;
}
.BgClassName
{
background-color: #7C7176;
}
</style>
border-color css
<style>
span { border-color: #7C7176; }
span { border-color: rgb(124,113,118); }
td.TdClassName
{
border-color: #7C7176;
}
.TagClassName
{
border-color: #7C7176;
}
</style>