Shades of Old Lavender #7A5B73
Tints of Old Lavender #7A5B73
RGB
CMYK
RGB Variations
Color information
#7A5B73 (or 0x7A5B73) is known color: Old Lavender. HEX triplet: 7A, 5B and 73. RGB value is (122,91,115). Sum of RGB (Red+Green+Blue) = 122+91+115=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B73 is #85A48C. Grayscale: #666666. Windows color (decimal): -8758413 or 7560058. OLE color: 7560058.
HSL color Cylindrical-coordinate representation of color #7A5B73: hue angle of 313.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A5B73 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 91 | 115 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.52 |
| HSL | 313.55º | 0.15% | 0.42% | - |
| HSV(B) | 313.55º | 0.25% | 0.48% | - |
| XYZ | 14.86 | 12.86 | 17.92 | - |
| YUV | 103.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 91 | 115 | 0 | 0.25 | 0.06 | 0.52 | 313.55 | 0.15 | 0.42 |
| Hex | 7A | 5B | 73 | 0 | 19 | 6 | 34 | 13A | F | 2A |
| Octal | 172 | 133 | 163 | 0 | 31 | 6 | 64 | 472 | 17 | 52 |
| Binary | 1111010 | 1011011 | 1110011 | 0 | 11001 | 110 | 110100 | 100111010 | 1111 | 101010 |
Color Harmonies of #7A5B73
Complementary color
Monochromatic Colors of #7A5B73
Black with #7A5B73
Text Example
Text Example
White with #7A5B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5B73; }
p { color: rgb(122,91,115); }
H1.HeaderClassName
{
color: #7A5B73;
}
.AnyTagClassName
{
color: #7A5B73;
}
</style>
background-color css
<style>
a { background-color: #7A5B73; }
a { background-color: rgb(122,91,115); }
div.DivClassName
{
background-color: #7A5B73;
}
.BgClassName
{
background-color: #7A5B73;
}
</style>
border-color css
<style>
span { border-color: #7A5B73; }
span { border-color: rgb(122,91,115); }
td.TdClassName
{
border-color: #7A5B73;
}
.TagClassName
{
border-color: #7A5B73;
}
</style>