Shades of Empress #7C6C73
Tints of Empress #7C6C73
RGB
CMYK
RGB Variations
Color information
#7C6C73 (or 0x7C6C73) is known color: Empress. HEX triplet: 7C, 6C and 73. RGB value is (124,108,115). Sum of RGB (Red+Green+Blue) = 124+108+115=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6C73 is #83938C. Grayscale: #717171. Windows color (decimal): -8622989 or 7564412. OLE color: 7564412.
HSL color Cylindrical-coordinate representation of color #7C6C73: hue angle of 333.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C6C73 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 108 | 115 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.51 |
| HSL | 333.75º | 0.07% | 0.45% | - |
| HSV(B) | 333.75º | 0.13% | 0.49% | - |
| XYZ | 16.77 | 16.25 | 18.47 | - |
| YUV | 113.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 108 | 115 | 0 | 0.13 | 0.07 | 0.51 | 333.75 | 0.07 | 0.45 |
| Hex | 7C | 6C | 73 | 0 | D | 7 | 33 | 14E | 7 | 2D |
| Octal | 174 | 154 | 163 | 0 | 15 | 7 | 63 | 516 | 7 | 55 |
| Binary | 1111100 | 1101100 | 1110011 | 0 | 1101 | 111 | 110011 | 101001110 | 111 | 101101 |
Color Harmonies of #7C6C73
Complementary color
Monochromatic Colors of #7C6C73
Black with #7C6C73
Text Example
Text Example
White with #7C6C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6C73; }
p { color: rgb(124,108,115); }
H1.HeaderClassName
{
color: #7C6C73;
}
.AnyTagClassName
{
color: #7C6C73;
}
</style>
background-color css
<style>
a { background-color: #7C6C73; }
a { background-color: rgb(124,108,115); }
div.DivClassName
{
background-color: #7C6C73;
}
.BgClassName
{
background-color: #7C6C73;
}
</style>
border-color css
<style>
span { border-color: #7C6C73; }
span { border-color: rgb(124,108,115); }
td.TdClassName
{
border-color: #7C6C73;
}
.TagClassName
{
border-color: #7C6C73;
}
</style>