Shades of Empress #7D646A
Tints of Empress #7D646A
RGB
CMYK
RGB Variations
Color information
#7D646A (or 0x7D646A) is known color: Empress. HEX triplet: 7D, 64 and 6A. RGB value is (125,100,106). Sum of RGB (Red+Green+Blue) = 125+100+106=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D646A is #829B95. Grayscale: #6C6C6C. Windows color (decimal): -8559510 or 6972541. OLE color: 6972541.
HSL color Cylindrical-coordinate representation of color #7D646A: hue angle of 345.6º 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 #7D646A is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 106 | - |
| CMYK | 0 | 0.2 | 0.15 | 0.51 |
| HSL | 345.6º | 0.11% | 0.44% | - |
| HSV(B) | 345.6º | 0.2% | 0.49% | - |
| XYZ | 15.62 | 14.51 | 15.61 | - |
| YUV | 108.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 106 | 0 | 0.2 | 0.15 | 0.51 | 345.6 | 0.11 | 0.44 |
| Hex | 7D | 64 | 6A | 0 | 14 | F | 33 | 15A | B | 2C |
| Octal | 175 | 144 | 152 | 0 | 24 | 17 | 63 | 532 | 13 | 54 |
| Binary | 1111101 | 1100100 | 1101010 | 0 | 10100 | 1111 | 110011 | 101011010 | 1011 | 101100 |
Color Harmonies of #7D646A
Complementary color
Monochromatic Colors of #7D646A
Black with #7D646A
Text Example
Text Example
White with #7D646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D646A; }
p { color: rgb(125,100,106); }
H1.HeaderClassName
{
color: #7D646A;
}
.AnyTagClassName
{
color: #7D646A;
}
</style>
background-color css
<style>
a { background-color: #7D646A; }
a { background-color: rgb(125,100,106); }
div.DivClassName
{
background-color: #7D646A;
}
.BgClassName
{
background-color: #7D646A;
}
</style>
border-color css
<style>
span { border-color: #7D646A; }
span { border-color: rgb(125,100,106); }
td.TdClassName
{
border-color: #7D646A;
}
.TagClassName
{
border-color: #7D646A;
}
</style>