Shades of Old Lavender #7A6779
Tints of Old Lavender #7A6779
RGB
CMYK
RGB Variations
Color information
#7A6779 (or 0x7A6779) is known color: Old Lavender. HEX triplet: 7A, 67 and 79. RGB value is (122,103,121). Sum of RGB (Red+Green+Blue) = 122+103+121=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6779 is #859886. Grayscale: #6E6E6E. Windows color (decimal): -8755335 or 7956346. OLE color: 7956346.
HSL color Cylindrical-coordinate representation of color #7A6779: hue angle of 303.16º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6779 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 121 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.52 |
| HSL | 303.16º | 0.08% | 0.44% | - |
| HSV(B) | 303.16º | 0.16% | 0.48% | - |
| XYZ | 16.33 | 15.22 | 20.17 | - |
| YUV | 110.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 121 | 0 | 0.16 | 0.01 | 0.52 | 303.16 | 0.08 | 0.44 |
| Hex | 7A | 67 | 79 | 0 | 10 | 1 | 34 | 12F | 8 | 2C |
| Octal | 172 | 147 | 171 | 0 | 20 | 1 | 64 | 457 | 10 | 54 |
| Binary | 1111010 | 1100111 | 1111001 | 0 | 10000 | 1 | 110100 | 100101111 | 1000 | 101100 |
Color Harmonies of #7A6779
Complementary color
Monochromatic Colors of #7A6779
Black with #7A6779
Text Example
Text Example
White with #7A6779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6779; }
p { color: rgb(122,103,121); }
H1.HeaderClassName
{
color: #7A6779;
}
.AnyTagClassName
{
color: #7A6779;
}
</style>
background-color css
<style>
a { background-color: #7A6779; }
a { background-color: rgb(122,103,121); }
div.DivClassName
{
background-color: #7A6779;
}
.BgClassName
{
background-color: #7A6779;
}
</style>
border-color css
<style>
span { border-color: #7A6779; }
span { border-color: rgb(122,103,121); }
td.TdClassName
{
border-color: #7A6779;
}
.TagClassName
{
border-color: #7A6779;
}
</style>