Shades of Old Lavender #7D5A72
Tints of Old Lavender #7D5A72
RGB
CMYK
RGB Variations
Color information
#7D5A72 (or 0x7D5A72) is known color: Old Lavender. HEX triplet: 7D, 5A and 72. RGB value is (125,90,114). Sum of RGB (Red+Green+Blue) = 125+90+114=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5A72 is #82A58D. Grayscale: #676767. Windows color (decimal): -8562062 or 7494269. OLE color: 7494269.
HSL color Cylindrical-coordinate representation of color #7D5A72: hue angle of 318.86º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D5A72 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 90 | 114 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.51 |
| HSL | 318.86º | 0.16% | 0.42% | - |
| HSV(B) | 318.86º | 0.28% | 0.49% | - |
| XYZ | 15.15 | 12.89 | 17.61 | - |
| YUV | 103.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 114 | 0 | 0.28 | 0.09 | 0.51 | 318.86 | 0.16 | 0.42 |
| Hex | 7D | 5A | 72 | 0 | 1C | 9 | 33 | 13F | 10 | 2A |
| Octal | 175 | 132 | 162 | 0 | 34 | 11 | 63 | 477 | 20 | 52 |
| Binary | 1111101 | 1011010 | 1110010 | 0 | 11100 | 1001 | 110011 | 100111111 | 10000 | 101010 |
Color Harmonies of #7D5A72
Complementary color
Monochromatic Colors of #7D5A72
Black with #7D5A72
Text Example
Text Example
White with #7D5A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5A72; }
p { color: rgb(125,90,114); }
H1.HeaderClassName
{
color: #7D5A72;
}
.AnyTagClassName
{
color: #7D5A72;
}
</style>
background-color css
<style>
a { background-color: #7D5A72; }
a { background-color: rgb(125,90,114); }
div.DivClassName
{
background-color: #7D5A72;
}
.BgClassName
{
background-color: #7D5A72;
}
</style>
border-color css
<style>
span { border-color: #7D5A72; }
span { border-color: rgb(125,90,114); }
td.TdClassName
{
border-color: #7D5A72;
}
.TagClassName
{
border-color: #7D5A72;
}
</style>