Shades of Old Lavender #7D5A75
Tints of Old Lavender #7D5A75
RGB
CMYK
RGB Variations
Color information
#7D5A75 (or 0x7D5A75) is known color: Old Lavender. HEX triplet: 7D, 5A and 75. RGB value is (125,90,117). Sum of RGB (Red+Green+Blue) = 125+90+117=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5A75 is #82A58A. Grayscale: #676767. Windows color (decimal): -8562059 or 7690877. OLE color: 7690877.
HSL color Cylindrical-coordinate representation of color #7D5A75: hue angle of 313.71º 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 #7D5A75 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 90 | 117 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.51 |
| HSL | 313.71º | 0.16% | 0.42% | - |
| HSV(B) | 313.71º | 0.28% | 0.49% | - |
| XYZ | 15.32 | 12.96 | 18.52 | - |
| YUV | 103.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 117 | 0 | 0.28 | 0.06 | 0.51 | 313.71 | 0.16 | 0.42 |
| Hex | 7D | 5A | 75 | 0 | 1C | 6 | 33 | 13A | 10 | 2A |
| Octal | 175 | 132 | 165 | 0 | 34 | 6 | 63 | 472 | 20 | 52 |
| Binary | 1111101 | 1011010 | 1110101 | 0 | 11100 | 110 | 110011 | 100111010 | 10000 | 101010 |
Color Harmonies of #7D5A75
Complementary color
Monochromatic Colors of #7D5A75
Black with #7D5A75
Text Example
Text Example
White with #7D5A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5A75; }
p { color: rgb(125,90,117); }
H1.HeaderClassName
{
color: #7D5A75;
}
.AnyTagClassName
{
color: #7D5A75;
}
</style>
background-color css
<style>
a { background-color: #7D5A75; }
a { background-color: rgb(125,90,117); }
div.DivClassName
{
background-color: #7D5A75;
}
.BgClassName
{
background-color: #7D5A75;
}
</style>
border-color css
<style>
span { border-color: #7D5A75; }
span { border-color: rgb(125,90,117); }
td.TdClassName
{
border-color: #7D5A75;
}
.TagClassName
{
border-color: #7D5A75;
}
</style>