Shades of Old Lavender #7A6575
Tints of Old Lavender #7A6575
RGB
CMYK
RGB Variations
Color information
#7A6575 (or 0x7A6575) is known color: Old Lavender. HEX triplet: 7A, 65 and 75. RGB value is (122,101,117). Sum of RGB (Red+Green+Blue) = 122+101+117=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6575 is #859A8A. Grayscale: #6D6D6D. Windows color (decimal): -8755851 or 7693690. OLE color: 7693690.
HSL color Cylindrical-coordinate representation of color #7A6575: hue angle of 314.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A6575 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 117 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.52 |
| HSL | 314.29º | 0.09% | 0.44% | - |
| HSV(B) | 314.29º | 0.17% | 0.48% | - |
| XYZ | 15.89 | 14.73 | 18.84 | - |
| YUV | 109.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 117 | 0 | 0.17 | 0.04 | 0.52 | 314.29 | 0.09 | 0.44 |
| Hex | 7A | 65 | 75 | 0 | 11 | 4 | 34 | 13A | 9 | 2C |
| Octal | 172 | 145 | 165 | 0 | 21 | 4 | 64 | 472 | 11 | 54 |
| Binary | 1111010 | 1100101 | 1110101 | 0 | 10001 | 100 | 110100 | 100111010 | 1001 | 101100 |
Color Harmonies of #7A6575
Complementary color
Monochromatic Colors of #7A6575
Black with #7A6575
Text Example
Text Example
White with #7A6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6575; }
p { color: rgb(122,101,117); }
H1.HeaderClassName
{
color: #7A6575;
}
.AnyTagClassName
{
color: #7A6575;
}
</style>
background-color css
<style>
a { background-color: #7A6575; }
a { background-color: rgb(122,101,117); }
div.DivClassName
{
background-color: #7A6575;
}
.BgClassName
{
background-color: #7A6575;
}
</style>
border-color css
<style>
span { border-color: #7A6575; }
span { border-color: rgb(122,101,117); }
td.TdClassName
{
border-color: #7A6575;
}
.TagClassName
{
border-color: #7A6575;
}
</style>