Shades of Empress #7C6A6E
Tints of Empress #7C6A6E
RGB
CMYK
RGB Variations
Color information
#7C6A6E (or 0x7C6A6E) is known color: Empress. HEX triplet: 7C, 6A and 6E. RGB value is (124,106,110). Sum of RGB (Red+Green+Blue) = 124+106+110=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A6E is #839591. Grayscale: #6F6F6F. Windows color (decimal): -8623506 or 7236220. OLE color: 7236220.
HSL color Cylindrical-coordinate representation of color #7C6A6E: hue angle of 346.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C6A6E is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 106 | 110 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.51 |
| HSL | 346.67º | 0.08% | 0.45% | - |
| HSV(B) | 346.67º | 0.15% | 0.49% | - |
| XYZ | 16.28 | 15.72 | 16.93 | - |
| YUV | 111.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 110 | 0 | 0.15 | 0.11 | 0.51 | 346.67 | 0.08 | 0.45 |
| Hex | 7C | 6A | 6E | 0 | F | B | 33 | 15B | 8 | 2D |
| Octal | 174 | 152 | 156 | 0 | 17 | 13 | 63 | 533 | 10 | 55 |
| Binary | 1111100 | 1101010 | 1101110 | 0 | 1111 | 1011 | 110011 | 101011011 | 1000 | 101101 |
Color Harmonies of #7C6A6E
Complementary color
Monochromatic Colors of #7C6A6E
Black with #7C6A6E
Text Example
Text Example
White with #7C6A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6A6E; }
p { color: rgb(124,106,110); }
H1.HeaderClassName
{
color: #7C6A6E;
}
.AnyTagClassName
{
color: #7C6A6E;
}
</style>
background-color css
<style>
a { background-color: #7C6A6E; }
a { background-color: rgb(124,106,110); }
div.DivClassName
{
background-color: #7C6A6E;
}
.BgClassName
{
background-color: #7C6A6E;
}
</style>
border-color css
<style>
span { border-color: #7C6A6E; }
span { border-color: rgb(124,106,110); }
td.TdClassName
{
border-color: #7C6A6E;
}
.TagClassName
{
border-color: #7C6A6E;
}
</style>