Shades of Empress #7D656C
Tints of Empress #7D656C
RGB
CMYK
RGB Variations
Color information
#7D656C (or 0x7D656C) is known color: Empress. HEX triplet: 7D, 65 and 6C. RGB value is (125,101,108). Sum of RGB (Red+Green+Blue) = 125+101+108=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D656C is #829A93. Grayscale: #6C6C6C. Windows color (decimal): -8559252 or 7103869. OLE color: 7103869.
HSL color Cylindrical-coordinate representation of color #7D656C: hue angle of 342.5º 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 #7D656C is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 108 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.51 |
| HSL | 342.5º | 0.11% | 0.44% | - |
| HSV(B) | 342.5º | 0.19% | 0.49% | - |
| XYZ | 15.82 | 14.75 | 16.2 | - |
| YUV | 108.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 108 | 0 | 0.19 | 0.14 | 0.51 | 342.5 | 0.11 | 0.44 |
| Hex | 7D | 65 | 6C | 0 | 13 | E | 33 | 156 | B | 2C |
| Octal | 175 | 145 | 154 | 0 | 23 | 16 | 63 | 526 | 13 | 54 |
| Binary | 1111101 | 1100101 | 1101100 | 0 | 10011 | 1110 | 110011 | 101010110 | 1011 | 101100 |
Color Harmonies of #7D656C
Complementary color
Monochromatic Colors of #7D656C
Black with #7D656C
Text Example
Text Example
White with #7D656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D656C; }
p { color: rgb(125,101,108); }
H1.HeaderClassName
{
color: #7D656C;
}
.AnyTagClassName
{
color: #7D656C;
}
</style>
background-color css
<style>
a { background-color: #7D656C; }
a { background-color: rgb(125,101,108); }
div.DivClassName
{
background-color: #7D656C;
}
.BgClassName
{
background-color: #7D656C;
}
</style>
border-color css
<style>
span { border-color: #7D656C; }
span { border-color: rgb(125,101,108); }
td.TdClassName
{
border-color: #7D656C;
}
.TagClassName
{
border-color: #7D656C;
}
</style>