Shades of Empress #7C6A6D
Tints of Empress #7C6A6D
RGB
CMYK
RGB Variations
Color information
#7C6A6D (or 0x7C6A6D) is known color: Empress. HEX triplet: 7C, 6A and 6D. RGB value is (124,106,109). Sum of RGB (Red+Green+Blue) = 124+106+109=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A6D is #839592. Grayscale: #6F6F6F. Windows color (decimal): -8623507 or 7170684. OLE color: 7170684.
HSL color Cylindrical-coordinate representation of color #7C6A6D: hue angle of 350º 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 #7C6A6D is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 106 | 109 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.51 |
| HSL | 350º | 0.08% | 0.45% | - |
| HSV(B) | 350º | 0.15% | 0.49% | - |
| XYZ | 16.23 | 15.7 | 16.64 | - |
| YUV | 111.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 109 | 0 | 0.15 | 0.12 | 0.51 | 350 | 0.08 | 0.45 |
| Hex | 7C | 6A | 6D | 0 | F | C | 33 | 15E | 8 | 2D |
| Octal | 174 | 152 | 155 | 0 | 17 | 14 | 63 | 536 | 10 | 55 |
| Binary | 1111100 | 1101010 | 1101101 | 0 | 1111 | 1100 | 110011 | 101011110 | 1000 | 101101 |
Color Harmonies of #7C6A6D
Complementary color
Monochromatic Colors of #7C6A6D
Black with #7C6A6D
Text Example
Text Example
White with #7C6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6A6D; }
p { color: rgb(124,106,109); }
H1.HeaderClassName
{
color: #7C6A6D;
}
.AnyTagClassName
{
color: #7C6A6D;
}
</style>
background-color css
<style>
a { background-color: #7C6A6D; }
a { background-color: rgb(124,106,109); }
div.DivClassName
{
background-color: #7C6A6D;
}
.BgClassName
{
background-color: #7C6A6D;
}
</style>
border-color css
<style>
span { border-color: #7C6A6D; }
span { border-color: rgb(124,106,109); }
td.TdClassName
{
border-color: #7C6A6D;
}
.TagClassName
{
border-color: #7C6A6D;
}
</style>