Shades of Empress #7C7375
Tints of Empress #7C7375
RGB
CMYK
RGB Variations
Color information
#7C7375 (or 0x7C7375) is known color: Empress. HEX triplet: 7C, 73 and 75. RGB value is (124,115,117). Sum of RGB (Red+Green+Blue) = 124+115+117=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7375 is #838C8A. Grayscale: #757575. Windows color (decimal): -8621195 or 7697276. OLE color: 7697276.
HSL color Cylindrical-coordinate representation of color #7C7375: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C7375 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 117 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.51 |
| HSL | 346.67º | 0.04% | 0.47% | - |
| HSV(B) | 346.67º | 0.07% | 0.49% | - |
| XYZ | 17.65 | 17.83 | 19.34 | - |
| YUV | 117.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 117 | 0 | 0.07 | 0.06 | 0.51 | 346.67 | 0.04 | 0.47 |
| Hex | 7C | 73 | 75 | 0 | 7 | 6 | 33 | 15B | 4 | 2F |
| Octal | 174 | 163 | 165 | 0 | 7 | 6 | 63 | 533 | 4 | 57 |
| Binary | 1111100 | 1110011 | 1110101 | 0 | 111 | 110 | 110011 | 101011011 | 100 | 101111 |
Color Harmonies of #7C7375
Complementary color
Monochromatic Colors of #7C7375
Black with #7C7375
Text Example
Text Example
White with #7C7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7375; }
p { color: rgb(124,115,117); }
H1.HeaderClassName
{
color: #7C7375;
}
.AnyTagClassName
{
color: #7C7375;
}
</style>
background-color css
<style>
a { background-color: #7C7375; }
a { background-color: rgb(124,115,117); }
div.DivClassName
{
background-color: #7C7375;
}
.BgClassName
{
background-color: #7C7375;
}
</style>
border-color css
<style>
span { border-color: #7C7375; }
span { border-color: rgb(124,115,117); }
td.TdClassName
{
border-color: #7C7375;
}
.TagClassName
{
border-color: #7C7375;
}
</style>