Shades of Old Lavender #7A5C73
Tints of Old Lavender #7A5C73
RGB
CMYK
RGB Variations
Color information
#7A5C73 (or 0x7A5C73) is known color: Old Lavender. HEX triplet: 7A, 5C and 73. RGB value is (122,92,115). Sum of RGB (Red+Green+Blue) = 122+92+115=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5C73 is #85A38C. Grayscale: #676767. Windows color (decimal): -8758157 or 7560314. OLE color: 7560314.
HSL color Cylindrical-coordinate representation of color #7A5C73: hue angle of 314º degrees, saturation: 0.14, 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 #7A5C73 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 92 | 115 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.52 |
| HSL | 314º | 0.14% | 0.42% | - |
| HSV(B) | 314º | 0.25% | 0.48% | - |
| XYZ | 14.95 | 13.03 | 17.95 | - |
| YUV | 103.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 115 | 0 | 0.25 | 0.06 | 0.52 | 314 | 0.14 | 0.42 |
| Hex | 7A | 5C | 73 | 0 | 19 | 6 | 34 | 13A | E | 2A |
| Octal | 172 | 134 | 163 | 0 | 31 | 6 | 64 | 472 | 16 | 52 |
| Binary | 1111010 | 1011100 | 1110011 | 0 | 11001 | 110 | 110100 | 100111010 | 1110 | 101010 |
Color Harmonies of #7A5C73
Complementary color
Monochromatic Colors of #7A5C73
Black with #7A5C73
Text Example
Text Example
White with #7A5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5C73; }
p { color: rgb(122,92,115); }
H1.HeaderClassName
{
color: #7A5C73;
}
.AnyTagClassName
{
color: #7A5C73;
}
</style>
background-color css
<style>
a { background-color: #7A5C73; }
a { background-color: rgb(122,92,115); }
div.DivClassName
{
background-color: #7A5C73;
}
.BgClassName
{
background-color: #7A5C73;
}
</style>
border-color css
<style>
span { border-color: #7A5C73; }
span { border-color: rgb(122,92,115); }
td.TdClassName
{
border-color: #7A5C73;
}
.TagClassName
{
border-color: #7A5C73;
}
</style>