Shades of Old Lavender #7D5976
Tints of Old Lavender #7D5976
RGB
CMYK
RGB Variations
Color information
#7D5976 (or 0x7D5976) is known color: Old Lavender. HEX triplet: 7D, 59 and 76. RGB value is (125,89,118). Sum of RGB (Red+Green+Blue) = 125+89+118=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5976 is #82A689. Grayscale: #666666. Windows color (decimal): -8562314 or 7756157. OLE color: 7756157.
HSL color Cylindrical-coordinate representation of color #7D5976: hue angle of 311.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D5976 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 118 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.51 |
| HSL | 311.67º | 0.17% | 0.42% | - |
| HSV(B) | 311.67º | 0.29% | 0.49% | - |
| XYZ | 15.3 | 12.81 | 18.81 | - |
| YUV | 103.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 118 | 0 | 0.29 | 0.06 | 0.51 | 311.67 | 0.17 | 0.42 |
| Hex | 7D | 59 | 76 | 0 | 1D | 6 | 33 | 138 | 11 | 2A |
| Octal | 175 | 131 | 166 | 0 | 35 | 6 | 63 | 470 | 21 | 52 |
| Binary | 1111101 | 1011001 | 1110110 | 0 | 11101 | 110 | 110011 | 100111000 | 10001 | 101010 |
Color Harmonies of #7D5976
Complementary color
Monochromatic Colors of #7D5976
Black with #7D5976
Text Example
Text Example
White with #7D5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5976; }
p { color: rgb(125,89,118); }
H1.HeaderClassName
{
color: #7D5976;
}
.AnyTagClassName
{
color: #7D5976;
}
</style>
background-color css
<style>
a { background-color: #7D5976; }
a { background-color: rgb(125,89,118); }
div.DivClassName
{
background-color: #7D5976;
}
.BgClassName
{
background-color: #7D5976;
}
</style>
border-color css
<style>
span { border-color: #7D5976; }
span { border-color: rgb(125,89,118); }
td.TdClassName
{
border-color: #7D5976;
}
.TagClassName
{
border-color: #7D5976;
}
</style>