Shades of Empress #7D686D
Tints of Empress #7D686D
RGB
CMYK
RGB Variations
Color information
#7D686D (or 0x7D686D) is known color: Empress. HEX triplet: 7D, 68 and 6D. RGB value is (125,104,109). Sum of RGB (Red+Green+Blue) = 125+104+109=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D686D is #829792. Grayscale: #6E6E6E. Windows color (decimal): -8558483 or 7170173. OLE color: 7170173.
HSL color Cylindrical-coordinate representation of color #7D686D: hue angle of 345.71º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D686D is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 104 | 109 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.51 |
| HSL | 345.71º | 0.09% | 0.45% | - |
| HSV(B) | 345.71º | 0.17% | 0.49% | - |
| XYZ | 16.17 | 15.36 | 16.58 | - |
| YUV | 110.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 109 | 0 | 0.17 | 0.13 | 0.51 | 345.71 | 0.09 | 0.45 |
| Hex | 7D | 68 | 6D | 0 | 11 | D | 33 | 15A | 9 | 2D |
| Octal | 175 | 150 | 155 | 0 | 21 | 15 | 63 | 532 | 11 | 55 |
| Binary | 1111101 | 1101000 | 1101101 | 0 | 10001 | 1101 | 110011 | 101011010 | 1001 | 101101 |
Color Harmonies of #7D686D
Complementary color
Monochromatic Colors of #7D686D
Black with #7D686D
Text Example
Text Example
White with #7D686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D686D; }
p { color: rgb(125,104,109); }
H1.HeaderClassName
{
color: #7D686D;
}
.AnyTagClassName
{
color: #7D686D;
}
</style>
background-color css
<style>
a { background-color: #7D686D; }
a { background-color: rgb(125,104,109); }
div.DivClassName
{
background-color: #7D686D;
}
.BgClassName
{
background-color: #7D686D;
}
</style>
border-color css
<style>
span { border-color: #7D686D; }
span { border-color: rgb(125,104,109); }
td.TdClassName
{
border-color: #7D686D;
}
.TagClassName
{
border-color: #7D686D;
}
</style>