Shades of Empress #7C666C
Tints of Empress #7C666C
RGB
CMYK
RGB Variations
Color information
#7C666C (or 0x7C666C) is known color: Empress. HEX triplet: 7C, 66 and 6C. RGB value is (124,102,108). Sum of RGB (Red+Green+Blue) = 124+102+108=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C666C is #839993. Grayscale: #6D6D6D. Windows color (decimal): -8624532 or 7104124. OLE color: 7104124.
HSL color Cylindrical-coordinate representation of color #7C666C: hue angle of 343.64º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C666C is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 108 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.51 |
| HSL | 343.64º | 0.1% | 0.44% | - |
| HSV(B) | 343.64º | 0.18% | 0.49% | - |
| XYZ | 15.77 | 14.87 | 16.23 | - |
| YUV | 109.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 108 | 0 | 0.18 | 0.13 | 0.51 | 343.64 | 0.1 | 0.44 |
| Hex | 7C | 66 | 6C | 0 | 12 | D | 33 | 158 | A | 2C |
| Octal | 174 | 146 | 154 | 0 | 22 | 15 | 63 | 530 | 12 | 54 |
| Binary | 1111100 | 1100110 | 1101100 | 0 | 10010 | 1101 | 110011 | 101011000 | 1010 | 101100 |
Color Harmonies of #7C666C
Complementary color
Monochromatic Colors of #7C666C
Black with #7C666C
Text Example
Text Example
White with #7C666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C666C; }
p { color: rgb(124,102,108); }
H1.HeaderClassName
{
color: #7C666C;
}
.AnyTagClassName
{
color: #7C666C;
}
</style>
background-color css
<style>
a { background-color: #7C666C; }
a { background-color: rgb(124,102,108); }
div.DivClassName
{
background-color: #7C666C;
}
.BgClassName
{
background-color: #7C666C;
}
</style>
border-color css
<style>
span { border-color: #7C666C; }
span { border-color: rgb(124,102,108); }
td.TdClassName
{
border-color: #7C666C;
}
.TagClassName
{
border-color: #7C666C;
}
</style>