Shades of Empress #7D7075
Tints of Empress #7D7075
RGB
CMYK
RGB Variations
Color information
#7D7075 (or 0x7D7075) is known color: Empress. HEX triplet: 7D, 70 and 75. RGB value is (125,112,117). Sum of RGB (Red+Green+Blue) = 125+112+117=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7075 is #828F8A. Grayscale: #747474. Windows color (decimal): -8556427 or 7696509. OLE color: 7696509.
HSL color Cylindrical-coordinate representation of color #7D7075: hue angle of 336.92º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D7075 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 117 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.51 |
| HSL | 336.92º | 0.05% | 0.46% | - |
| HSV(B) | 336.92º | 0.1% | 0.49% | - |
| XYZ | 17.46 | 17.23 | 19.24 | - |
| YUV | 116.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 117 | 0 | 0.10 | 0.06 | 0.51 | 336.92 | 0.05 | 0.46 |
| Hex | 7D | 70 | 75 | 0 | A | 6 | 33 | 151 | 5 | 2E |
| Octal | 175 | 160 | 165 | 0 | 12 | 6 | 63 | 521 | 5 | 56 |
| Binary | 1111101 | 1110000 | 1110101 | 0 | 1010 | 110 | 110011 | 101010001 | 101 | 101110 |
Color Harmonies of #7D7075
Complementary color
Monochromatic Colors of #7D7075
Black with #7D7075
Text Example
Text Example
White with #7D7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7075; }
p { color: rgb(125,112,117); }
H1.HeaderClassName
{
color: #7D7075;
}
.AnyTagClassName
{
color: #7D7075;
}
</style>
background-color css
<style>
a { background-color: #7D7075; }
a { background-color: rgb(125,112,117); }
div.DivClassName
{
background-color: #7D7075;
}
.BgClassName
{
background-color: #7D7075;
}
</style>
border-color css
<style>
span { border-color: #7D7075; }
span { border-color: rgb(125,112,117); }
td.TdClassName
{
border-color: #7D7075;
}
.TagClassName
{
border-color: #7D7075;
}
</style>