Shades of Empress #7C6F70
Tints of Empress #7C6F70
RGB
CMYK
RGB Variations
Color information
#7C6F70 (or 0x7C6F70) is known color: Empress. HEX triplet: 7C, 6F and 70. RGB value is (124,111,112). Sum of RGB (Red+Green+Blue) = 124+111+112=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F70 is #83908F. Grayscale: #737373. Windows color (decimal): -8622224 or 7368572. OLE color: 7368572.
HSL color Cylindrical-coordinate representation of color #7C6F70: hue angle of 355.38º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C6F70 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 111 | 112 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.51 |
| HSL | 355.38º | 0.06% | 0.46% | - |
| HSV(B) | 355.38º | 0.1% | 0.49% | - |
| XYZ | 16.92 | 16.82 | 17.68 | - |
| YUV | 115 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 112 | 0 | 0.10 | 0.10 | 0.51 | 355.38 | 0.06 | 0.46 |
| Hex | 7C | 6F | 70 | 0 | A | A | 33 | 163 | 6 | 2E |
| Octal | 174 | 157 | 160 | 0 | 12 | 12 | 63 | 543 | 6 | 56 |
| Binary | 1111100 | 1101111 | 1110000 | 0 | 1010 | 1010 | 110011 | 101100011 | 110 | 101110 |
Color Harmonies of #7C6F70
Complementary color
Monochromatic Colors of #7C6F70
Black with #7C6F70
Text Example
Text Example
White with #7C6F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F70; }
p { color: rgb(124,111,112); }
H1.HeaderClassName
{
color: #7C6F70;
}
.AnyTagClassName
{
color: #7C6F70;
}
</style>
background-color css
<style>
a { background-color: #7C6F70; }
a { background-color: rgb(124,111,112); }
div.DivClassName
{
background-color: #7C6F70;
}
.BgClassName
{
background-color: #7C6F70;
}
</style>
border-color css
<style>
span { border-color: #7C6F70; }
span { border-color: rgb(124,111,112); }
td.TdClassName
{
border-color: #7C6F70;
}
.TagClassName
{
border-color: #7C6F70;
}
</style>