Shades of Empress #7C666B
Tints of Empress #7C666B
RGB
CMYK
RGB Variations
Color information
#7C666B (or 0x7C666B) is known color: Empress. HEX triplet: 7C, 66 and 6B. RGB value is (124,102,107). Sum of RGB (Red+Green+Blue) = 124+102+107=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C666B is #839994. Grayscale: #6D6D6D. Windows color (decimal): -8624533 or 7038588. OLE color: 7038588.
HSL color Cylindrical-coordinate representation of color #7C666B: hue angle of 346.36º 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 #7C666B is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 107 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.51 |
| HSL | 346.36º | 0.1% | 0.44% | - |
| HSV(B) | 346.36º | 0.18% | 0.49% | - |
| XYZ | 15.72 | 14.85 | 15.95 | - |
| YUV | 109.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 107 | 0 | 0.18 | 0.14 | 0.51 | 346.36 | 0.1 | 0.44 |
| Hex | 7C | 66 | 6B | 0 | 12 | E | 33 | 15A | A | 2C |
| Octal | 174 | 146 | 153 | 0 | 22 | 16 | 63 | 532 | 12 | 54 |
| Binary | 1111100 | 1100110 | 1101011 | 0 | 10010 | 1110 | 110011 | 101011010 | 1010 | 101100 |
Color Harmonies of #7C666B
Complementary color
Monochromatic Colors of #7C666B
Black with #7C666B
Text Example
Text Example
White with #7C666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C666B; }
p { color: rgb(124,102,107); }
H1.HeaderClassName
{
color: #7C666B;
}
.AnyTagClassName
{
color: #7C666B;
}
</style>
background-color css
<style>
a { background-color: #7C666B; }
a { background-color: rgb(124,102,107); }
div.DivClassName
{
background-color: #7C666B;
}
.BgClassName
{
background-color: #7C666B;
}
</style>
border-color css
<style>
span { border-color: #7C666B; }
span { border-color: rgb(124,102,107); }
td.TdClassName
{
border-color: #7C666B;
}
.TagClassName
{
border-color: #7C666B;
}
</style>