Shades of Old Lavender #7A6078
Tints of Old Lavender #7A6078
RGB
CMYK
RGB Variations
Color information
#7A6078 (or 0x7A6078) is known color: Old Lavender. HEX triplet: 7A, 60 and 78. RGB value is (122,96,120). Sum of RGB (Red+Green+Blue) = 122+96+120=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6078 is #859F87. Grayscale: #6A6A6A. Windows color (decimal): -8757128 or 7889018. OLE color: 7889018.
HSL color Cylindrical-coordinate representation of color #7A6078: hue angle of 304.62º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6078 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 96 | 120 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.52 |
| HSL | 304.62º | 0.12% | 0.43% | - |
| HSV(B) | 304.62º | 0.21% | 0.48% | - |
| XYZ | 15.6 | 13.86 | 19.62 | - |
| YUV | 106.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 120 | 0 | 0.21 | 0.02 | 0.52 | 304.62 | 0.12 | 0.43 |
| Hex | 7A | 60 | 78 | 0 | 15 | 2 | 34 | 131 | C | 2B |
| Octal | 172 | 140 | 170 | 0 | 25 | 2 | 64 | 461 | 14 | 53 |
| Binary | 1111010 | 1100000 | 1111000 | 0 | 10101 | 10 | 110100 | 100110001 | 1100 | 101011 |
Color Harmonies of #7A6078
Complementary color
Monochromatic Colors of #7A6078
Black with #7A6078
Text Example
Text Example
White with #7A6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6078; }
p { color: rgb(122,96,120); }
H1.HeaderClassName
{
color: #7A6078;
}
.AnyTagClassName
{
color: #7A6078;
}
</style>
background-color css
<style>
a { background-color: #7A6078; }
a { background-color: rgb(122,96,120); }
div.DivClassName
{
background-color: #7A6078;
}
.BgClassName
{
background-color: #7A6078;
}
</style>
border-color css
<style>
span { border-color: #7A6078; }
span { border-color: rgb(122,96,120); }
td.TdClassName
{
border-color: #7A6078;
}
.TagClassName
{
border-color: #7A6078;
}
</style>