Shades of Empress #7D646C
Tints of Empress #7D646C
RGB
CMYK
RGB Variations
Color information
#7D646C (or 0x7D646C) is known color: Empress. HEX triplet: 7D, 64 and 6C. RGB value is (125,100,108). Sum of RGB (Red+Green+Blue) = 125+100+108=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 125 - color contains mainly: red. Hex color #7D646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D646C is #829B93. Grayscale: #6C6C6C. Windows color (decimal): -8559508 or 7103613. OLE color: 7103613.
HSL color Cylindrical-coordinate representation of color #7D646C: hue angle of 340.8º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D646C is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 108 | - |
| CMYK | 0 | 0.2 | 0.14 | 0.51 |
| HSL | 340.8º | 0.11% | 0.44% | - |
| HSV(B) | 340.8º | 0.2% | 0.49% | - |
| XYZ | 15.72 | 14.56 | 16.17 | - |
| YUV | 108.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 108 | 0 | 0.2 | 0.14 | 0.51 | 340.8 | 0.11 | 0.44 |
| Hex | 7D | 64 | 6C | 0 | 14 | E | 33 | 155 | B | 2C |
| Octal | 175 | 144 | 154 | 0 | 24 | 16 | 63 | 525 | 13 | 54 |
| Binary | 1111101 | 1100100 | 1101100 | 0 | 10100 | 1110 | 110011 | 101010101 | 1011 | 101100 |
Color Harmonies of #7D646C
Complementary color
Monochromatic Colors of #7D646C
Black with #7D646C
Text Example
Text Example
White with #7D646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D646C; }
p { color: rgb(125,100,108); }
H1.HeaderClassName
{
color: #7D646C;
}
.AnyTagClassName
{
color: #7D646C;
}
</style>
background-color css
<style>
a { background-color: #7D646C; }
a { background-color: rgb(125,100,108); }
div.DivClassName
{
background-color: #7D646C;
}
.BgClassName
{
background-color: #7D646C;
}
</style>
border-color css
<style>
span { border-color: #7D646C; }
span { border-color: rgb(125,100,108); }
td.TdClassName
{
border-color: #7D646C;
}
.TagClassName
{
border-color: #7D646C;
}
</style>