Shades of Empress #7D686C
Tints of Empress #7D686C
RGB
CMYK
RGB Variations
Color information
#7D686C (or 0x7D686C) is known color: Empress. HEX triplet: 7D, 68 and 6C. RGB value is (125,104,108). Sum of RGB (Red+Green+Blue) = 125+104+108=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D686C is #829793. Grayscale: #6E6E6E. Windows color (decimal): -8558484 or 7104637. OLE color: 7104637.
HSL color Cylindrical-coordinate representation of color #7D686C: hue angle of 348.57º 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 #7D686C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 104 | 108 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.51 |
| HSL | 348.57º | 0.09% | 0.45% | - |
| HSV(B) | 348.57º | 0.17% | 0.49% | - |
| XYZ | 16.11 | 15.34 | 16.3 | - |
| YUV | 110.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 108 | 0 | 0.17 | 0.14 | 0.51 | 348.57 | 0.09 | 0.45 |
| Hex | 7D | 68 | 6C | 0 | 11 | E | 33 | 15D | 9 | 2D |
| Octal | 175 | 150 | 154 | 0 | 21 | 16 | 63 | 535 | 11 | 55 |
| Binary | 1111101 | 1101000 | 1101100 | 0 | 10001 | 1110 | 110011 | 101011101 | 1001 | 101101 |
Color Harmonies of #7D686C
Complementary color
Monochromatic Colors of #7D686C
Black with #7D686C
Text Example
Text Example
White with #7D686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D686C; }
p { color: rgb(125,104,108); }
H1.HeaderClassName
{
color: #7D686C;
}
.AnyTagClassName
{
color: #7D686C;
}
</style>
background-color css
<style>
a { background-color: #7D686C; }
a { background-color: rgb(125,104,108); }
div.DivClassName
{
background-color: #7D686C;
}
.BgClassName
{
background-color: #7D686C;
}
</style>
border-color css
<style>
span { border-color: #7D686C; }
span { border-color: rgb(125,104,108); }
td.TdClassName
{
border-color: #7D686C;
}
.TagClassName
{
border-color: #7D686C;
}
</style>