Shades of Empress #7D6669
Tints of Empress #7D6669
RGB
CMYK
RGB Variations
Color information
#7D6669 (or 0x7D6669) is known color: Empress. HEX triplet: 7D, 66 and 69. RGB value is (125,102,105). Sum of RGB (Red+Green+Blue) = 125+102+105=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6669 is #829996. Grayscale: #6D6D6D. Windows color (decimal): -8558999 or 6907517. OLE color: 6907517.
HSL color Cylindrical-coordinate representation of color #7D6669: hue angle of 352.17º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D6669 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 105 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.51 |
| HSL | 352.17º | 0.1% | 0.45% | - |
| HSV(B) | 352.17º | 0.18% | 0.49% | - |
| XYZ | 15.76 | 14.88 | 15.41 | - |
| YUV | 109.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 105 | 0 | 0.18 | 0.16 | 0.51 | 352.17 | 0.1 | 0.45 |
| Hex | 7D | 66 | 69 | 0 | 12 | 10 | 33 | 160 | A | 2D |
| Octal | 175 | 146 | 151 | 0 | 22 | 20 | 63 | 540 | 12 | 55 |
| Binary | 1111101 | 1100110 | 1101001 | 0 | 10010 | 10000 | 110011 | 101100000 | 1010 | 101101 |
Color Harmonies of #7D6669
Complementary color
Monochromatic Colors of #7D6669
Black with #7D6669
Text Example
Text Example
White with #7D6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6669; }
p { color: rgb(125,102,105); }
H1.HeaderClassName
{
color: #7D6669;
}
.AnyTagClassName
{
color: #7D6669;
}
</style>
background-color css
<style>
a { background-color: #7D6669; }
a { background-color: rgb(125,102,105); }
div.DivClassName
{
background-color: #7D6669;
}
.BgClassName
{
background-color: #7D6669;
}
</style>
border-color css
<style>
span { border-color: #7D6669; }
span { border-color: rgb(125,102,105); }
td.TdClassName
{
border-color: #7D6669;
}
.TagClassName
{
border-color: #7D6669;
}
</style>