Shades of Old Lavender #7A5F74
Tints of Old Lavender #7A5F74
RGB
CMYK
RGB Variations
Color information
#7A5F74 (or 0x7A5F74) is known color: Old Lavender. HEX triplet: 7A, 5F and 74. RGB value is (122,95,116). Sum of RGB (Red+Green+Blue) = 122+95+116=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F74 is #85A08B. Grayscale: #696969. Windows color (decimal): -8757388 or 7626618. OLE color: 7626618.
HSL color Cylindrical-coordinate representation of color #7A5F74: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A5F74 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 116 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.52 |
| HSL | 313.33º | 0.12% | 0.43% | - |
| HSV(B) | 313.33º | 0.22% | 0.48% | - |
| XYZ | 15.27 | 13.58 | 18.34 | - |
| YUV | 105.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 116 | 0 | 0.22 | 0.05 | 0.52 | 313.33 | 0.12 | 0.43 |
| Hex | 7A | 5F | 74 | 0 | 16 | 5 | 34 | 139 | C | 2B |
| Octal | 172 | 137 | 164 | 0 | 26 | 5 | 64 | 471 | 14 | 53 |
| Binary | 1111010 | 1011111 | 1110100 | 0 | 10110 | 101 | 110100 | 100111001 | 1100 | 101011 |
Color Harmonies of #7A5F74
Complementary color
Monochromatic Colors of #7A5F74
Black with #7A5F74
Text Example
Text Example
White with #7A5F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F74; }
p { color: rgb(122,95,116); }
H1.HeaderClassName
{
color: #7A5F74;
}
.AnyTagClassName
{
color: #7A5F74;
}
</style>
background-color css
<style>
a { background-color: #7A5F74; }
a { background-color: rgb(122,95,116); }
div.DivClassName
{
background-color: #7A5F74;
}
.BgClassName
{
background-color: #7A5F74;
}
</style>
border-color css
<style>
span { border-color: #7A5F74; }
span { border-color: rgb(122,95,116); }
td.TdClassName
{
border-color: #7A5F74;
}
.TagClassName
{
border-color: #7A5F74;
}
</style>