Shades of Empress #7C7275
Tints of Empress #7C7275
RGB
CMYK
RGB Variations
Color information
#7C7275 (or 0x7C7275) is known color: Empress. HEX triplet: 7C, 72 and 75. RGB value is (124,114,117). Sum of RGB (Red+Green+Blue) = 124+114+117=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7275 is #838D8A. Grayscale: #757575. Windows color (decimal): -8621451 or 7697020. OLE color: 7697020.
HSL color Cylindrical-coordinate representation of color #7C7275: hue angle of 342º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7C7275 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 117 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.51 |
| HSL | 342º | 0.04% | 0.47% | - |
| HSV(B) | 342º | 0.08% | 0.49% | - |
| XYZ | 17.54 | 17.6 | 19.3 | - |
| YUV | 117.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 117 | 0 | 0.08 | 0.06 | 0.51 | 342 | 0.04 | 0.47 |
| Hex | 7C | 72 | 75 | 0 | 8 | 6 | 33 | 156 | 4 | 2F |
| Octal | 174 | 162 | 165 | 0 | 10 | 6 | 63 | 526 | 4 | 57 |
| Binary | 1111100 | 1110010 | 1110101 | 0 | 1000 | 110 | 110011 | 101010110 | 100 | 101111 |
Color Harmonies of #7C7275
Complementary color
Monochromatic Colors of #7C7275
Black with #7C7275
Text Example
Text Example
White with #7C7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7275; }
p { color: rgb(124,114,117); }
H1.HeaderClassName
{
color: #7C7275;
}
.AnyTagClassName
{
color: #7C7275;
}
</style>
background-color css
<style>
a { background-color: #7C7275; }
a { background-color: rgb(124,114,117); }
div.DivClassName
{
background-color: #7C7275;
}
.BgClassName
{
background-color: #7C7275;
}
</style>
border-color css
<style>
span { border-color: #7C7275; }
span { border-color: rgb(124,114,117); }
td.TdClassName
{
border-color: #7C7275;
}
.TagClassName
{
border-color: #7C7275;
}
</style>