Shades of Old Lavender #7E5A75
Tints of Old Lavender #7E5A75
RGB
CMYK
RGB Variations
Color information
#7E5A75 (or 0x7E5A75) is known color: Old Lavender. HEX triplet: 7E, 5A and 75. RGB value is (126,90,117). Sum of RGB (Red+Green+Blue) = 126+90+117=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5A75 is #81A58A. Grayscale: #676767. Windows color (decimal): -8496523 or 7690878. OLE color: 7690878.
HSL color Cylindrical-coordinate representation of color #7E5A75: hue angle of 315º 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 #7E5A75 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 90 | 117 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.51 |
| HSL | 315º | 0.17% | 0.42% | - |
| HSV(B) | 315º | 0.29% | 0.49% | - |
| XYZ | 15.47 | 13.03 | 18.53 | - |
| YUV | 103.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 117 | 0 | 0.29 | 0.07 | 0.51 | 315 | 0.17 | 0.42 |
| Hex | 7E | 5A | 75 | 0 | 1D | 7 | 33 | 13B | 11 | 2A |
| Octal | 176 | 132 | 165 | 0 | 35 | 7 | 63 | 473 | 21 | 52 |
| Binary | 1111110 | 1011010 | 1110101 | 0 | 11101 | 111 | 110011 | 100111011 | 10001 | 101010 |
Color Harmonies of #7E5A75
Complementary color
Monochromatic Colors of #7E5A75
Black with #7E5A75
Text Example
Text Example
White with #7E5A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5A75; }
p { color: rgb(126,90,117); }
H1.HeaderClassName
{
color: #7E5A75;
}
.AnyTagClassName
{
color: #7E5A75;
}
</style>
background-color css
<style>
a { background-color: #7E5A75; }
a { background-color: rgb(126,90,117); }
div.DivClassName
{
background-color: #7E5A75;
}
.BgClassName
{
background-color: #7E5A75;
}
</style>
border-color css
<style>
span { border-color: #7E5A75; }
span { border-color: rgb(126,90,117); }
td.TdClassName
{
border-color: #7E5A75;
}
.TagClassName
{
border-color: #7E5A75;
}
</style>