Shades of Empress #7D656D
Tints of Empress #7D656D
RGB
CMYK
RGB Variations
Color information
#7D656D (or 0x7D656D) is known color: Empress. HEX triplet: 7D, 65 and 6D. RGB value is (125,101,109). Sum of RGB (Red+Green+Blue) = 125+101+109=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D656D is #829A92. Grayscale: #6D6D6D. Windows color (decimal): -8559251 or 7169405. OLE color: 7169405.
HSL color Cylindrical-coordinate representation of color #7D656D: hue angle of 340º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D656D is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 109 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.51 |
| HSL | 340º | 0.11% | 0.44% | - |
| HSV(B) | 340º | 0.19% | 0.49% | - |
| XYZ | 15.87 | 14.77 | 16.48 | - |
| YUV | 109.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 109 | 0 | 0.19 | 0.13 | 0.51 | 340 | 0.11 | 0.44 |
| Hex | 7D | 65 | 6D | 0 | 13 | D | 33 | 154 | B | 2C |
| Octal | 175 | 145 | 155 | 0 | 23 | 15 | 63 | 524 | 13 | 54 |
| Binary | 1111101 | 1100101 | 1101101 | 0 | 10011 | 1101 | 110011 | 101010100 | 1011 | 101100 |
Color Harmonies of #7D656D
Complementary color
Monochromatic Colors of #7D656D
Black with #7D656D
Text Example
Text Example
White with #7D656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D656D; }
p { color: rgb(125,101,109); }
H1.HeaderClassName
{
color: #7D656D;
}
.AnyTagClassName
{
color: #7D656D;
}
</style>
background-color css
<style>
a { background-color: #7D656D; }
a { background-color: rgb(125,101,109); }
div.DivClassName
{
background-color: #7D656D;
}
.BgClassName
{
background-color: #7D656D;
}
</style>
border-color css
<style>
span { border-color: #7D656D; }
span { border-color: rgb(125,101,109); }
td.TdClassName
{
border-color: #7D656D;
}
.TagClassName
{
border-color: #7D656D;
}
</style>