Shades of Empress #7D696D
Tints of Empress #7D696D
RGB
CMYK
RGB Variations
Color information
#7D696D (or 0x7D696D) is known color: Empress. HEX triplet: 7D, 69 and 6D. RGB value is (125,105,109). Sum of RGB (Red+Green+Blue) = 125+105+109=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D696D is #829692. Grayscale: #6F6F6F. Windows color (decimal): -8558227 or 7170429. OLE color: 7170429.
HSL color Cylindrical-coordinate representation of color #7D696D: hue angle of 348º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D696D is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 109 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.51 |
| HSL | 348º | 0.09% | 0.45% | - |
| HSV(B) | 348º | 0.16% | 0.49% | - |
| XYZ | 16.27 | 15.57 | 16.62 | - |
| YUV | 111.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 109 | 0 | 0.16 | 0.13 | 0.51 | 348 | 0.09 | 0.45 |
| Hex | 7D | 69 | 6D | 0 | 10 | D | 33 | 15C | 9 | 2D |
| Octal | 175 | 151 | 155 | 0 | 20 | 15 | 63 | 534 | 11 | 55 |
| Binary | 1111101 | 1101001 | 1101101 | 0 | 10000 | 1101 | 110011 | 101011100 | 1001 | 101101 |
Color Harmonies of #7D696D
Complementary color
Monochromatic Colors of #7D696D
Black with #7D696D
Text Example
Text Example
White with #7D696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D696D; }
p { color: rgb(125,105,109); }
H1.HeaderClassName
{
color: #7D696D;
}
.AnyTagClassName
{
color: #7D696D;
}
</style>
background-color css
<style>
a { background-color: #7D696D; }
a { background-color: rgb(125,105,109); }
div.DivClassName
{
background-color: #7D696D;
}
.BgClassName
{
background-color: #7D696D;
}
</style>
border-color css
<style>
span { border-color: #7D696D; }
span { border-color: rgb(125,105,109); }
td.TdClassName
{
border-color: #7D696D;
}
.TagClassName
{
border-color: #7D696D;
}
</style>