Shades of Empress #7C7172
Tints of Empress #7C7172
RGB
CMYK
RGB Variations
Color information
#7C7172 (or 0x7C7172) is known color: Empress. HEX triplet: 7C, 71 and 72. RGB value is (124,113,114). Sum of RGB (Red+Green+Blue) = 124+113+114=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7172 is #838E8D. Grayscale: #747474. Windows color (decimal): -8621710 or 7500156. OLE color: 7500156.
HSL color Cylindrical-coordinate representation of color #7C7172: hue angle of 354.55º 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 #7C7172 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 114 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.51 |
| HSL | 354.55º | 0.05% | 0.46% | - |
| HSV(B) | 354.55º | 0.09% | 0.49% | - |
| XYZ | 17.25 | 17.31 | 18.35 | - |
| YUV | 116.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 114 | 0 | 0.09 | 0.08 | 0.51 | 354.55 | 0.05 | 0.46 |
| Hex | 7C | 71 | 72 | 0 | 9 | 8 | 33 | 163 | 5 | 2E |
| Octal | 174 | 161 | 162 | 0 | 11 | 10 | 63 | 543 | 5 | 56 |
| Binary | 1111100 | 1110001 | 1110010 | 0 | 1001 | 1000 | 110011 | 101100011 | 101 | 101110 |
Color Harmonies of #7C7172
Complementary color
Monochromatic Colors of #7C7172
Black with #7C7172
Text Example
Text Example
White with #7C7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7172; }
p { color: rgb(124,113,114); }
H1.HeaderClassName
{
color: #7C7172;
}
.AnyTagClassName
{
color: #7C7172;
}
</style>
background-color css
<style>
a { background-color: #7C7172; }
a { background-color: rgb(124,113,114); }
div.DivClassName
{
background-color: #7C7172;
}
.BgClassName
{
background-color: #7C7172;
}
</style>
border-color css
<style>
span { border-color: #7C7172; }
span { border-color: rgb(124,113,114); }
td.TdClassName
{
border-color: #7C7172;
}
.TagClassName
{
border-color: #7C7172;
}
</style>