Shades of Old Lavender #7A5E74
Tints of Old Lavender #7A5E74
RGB
CMYK
RGB Variations
Color information
#7A5E74 (or 0x7A5E74) is known color: Old Lavender. HEX triplet: 7A, 5E and 74. RGB value is (122,94,116). Sum of RGB (Red+Green+Blue) = 122+94+116=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5E74 is #85A18B. Grayscale: #686868. Windows color (decimal): -8757644 or 7626362. OLE color: 7626362.
HSL color Cylindrical-coordinate representation of color #7A5E74: hue angle of 312.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A5E74 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 116 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.52 |
| HSL | 312.86º | 0.13% | 0.42% | - |
| HSV(B) | 312.86º | 0.23% | 0.48% | - |
| XYZ | 15.18 | 13.4 | 18.31 | - |
| YUV | 104.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 116 | 0 | 0.23 | 0.05 | 0.52 | 312.86 | 0.13 | 0.42 |
| Hex | 7A | 5E | 74 | 0 | 17 | 5 | 34 | 139 | D | 2A |
| Octal | 172 | 136 | 164 | 0 | 27 | 5 | 64 | 471 | 15 | 52 |
| Binary | 1111010 | 1011110 | 1110100 | 0 | 10111 | 101 | 110100 | 100111001 | 1101 | 101010 |
Color Harmonies of #7A5E74
Complementary color
Monochromatic Colors of #7A5E74
Black with #7A5E74
Text Example
Text Example
White with #7A5E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E74; }
p { color: rgb(122,94,116); }
H1.HeaderClassName
{
color: #7A5E74;
}
.AnyTagClassName
{
color: #7A5E74;
}
</style>
background-color css
<style>
a { background-color: #7A5E74; }
a { background-color: rgb(122,94,116); }
div.DivClassName
{
background-color: #7A5E74;
}
.BgClassName
{
background-color: #7A5E74;
}
</style>
border-color css
<style>
span { border-color: #7A5E74; }
span { border-color: rgb(122,94,116); }
td.TdClassName
{
border-color: #7A5E74;
}
.TagClassName
{
border-color: #7A5E74;
}
</style>