Shades of Old Lavender #7A5D75
Tints of Old Lavender #7A5D75
RGB
CMYK
RGB Variations
Color information
#7A5D75 (or 0x7A5D75) is known color: Old Lavender. HEX triplet: 7A, 5D and 75. RGB value is (122,93,117). Sum of RGB (Red+Green+Blue) = 122+93+117=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5D75 is #85A28A. Grayscale: #686868. Windows color (decimal): -8757899 or 7691642. OLE color: 7691642.
HSL color Cylindrical-coordinate representation of color #7A5D75: hue angle of 310.34º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A5D75 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 93 | 117 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.52 |
| HSL | 310.34º | 0.13% | 0.42% | - |
| HSV(B) | 310.34º | 0.24% | 0.48% | - |
| XYZ | 15.15 | 13.25 | 18.59 | - |
| YUV | 104.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 117 | 0 | 0.24 | 0.04 | 0.52 | 310.34 | 0.13 | 0.42 |
| Hex | 7A | 5D | 75 | 0 | 18 | 4 | 34 | 136 | D | 2A |
| Octal | 172 | 135 | 165 | 0 | 30 | 4 | 64 | 466 | 15 | 52 |
| Binary | 1111010 | 1011101 | 1110101 | 0 | 11000 | 100 | 110100 | 100110110 | 1101 | 101010 |
Color Harmonies of #7A5D75
Complementary color
Monochromatic Colors of #7A5D75
Black with #7A5D75
Text Example
Text Example
White with #7A5D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5D75; }
p { color: rgb(122,93,117); }
H1.HeaderClassName
{
color: #7A5D75;
}
.AnyTagClassName
{
color: #7A5D75;
}
</style>
background-color css
<style>
a { background-color: #7A5D75; }
a { background-color: rgb(122,93,117); }
div.DivClassName
{
background-color: #7A5D75;
}
.BgClassName
{
background-color: #7A5D75;
}
</style>
border-color css
<style>
span { border-color: #7A5D75; }
span { border-color: rgb(122,93,117); }
td.TdClassName
{
border-color: #7A5D75;
}
.TagClassName
{
border-color: #7A5D75;
}
</style>