Shades of Old Lavender #7A697C
Tints of Old Lavender #7A697C
RGB
CMYK
RGB Variations
Color information
#7A697C (or 0x7A697C) is known color: Old Lavender. HEX triplet: 7A, 69 and 7C. RGB value is (122,105,124). Sum of RGB (Red+Green+Blue) = 122+105+124=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A697C is #859683. Grayscale: #707070. Windows color (decimal): -8754820 or 8153466. OLE color: 8153466.
HSL color Cylindrical-coordinate representation of color #7A697C: hue angle of 293.68º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A697C is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 105 | 124 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.51 |
| HSL | 293.68º | 0.08% | 0.45% | - |
| HSV(B) | 293.68º | 0.15% | 0.49% | - |
| XYZ | 16.72 | 15.7 | 21.22 | - |
| YUV | 112.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 124 | 0.02 | 0.15 | 0 | 0.51 | 293.68 | 0.08 | 0.45 |
| Hex | 7A | 69 | 7C | 2 | F | 0 | 33 | 126 | 8 | 2D |
| Octal | 172 | 151 | 174 | 2 | 17 | 0 | 63 | 446 | 10 | 55 |
| Binary | 1111010 | 1101001 | 1111100 | 10 | 1111 | 0 | 110011 | 100100110 | 1000 | 101101 |
Color Harmonies of #7A697C
Complementary color
Monochromatic Colors of #7A697C
Black with #7A697C
Text Example
Text Example
White with #7A697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A697C; }
p { color: rgb(122,105,124); }
H1.HeaderClassName
{
color: #7A697C;
}
.AnyTagClassName
{
color: #7A697C;
}
</style>
background-color css
<style>
a { background-color: #7A697C; }
a { background-color: rgb(122,105,124); }
div.DivClassName
{
background-color: #7A697C;
}
.BgClassName
{
background-color: #7A697C;
}
</style>
border-color css
<style>
span { border-color: #7A697C; }
span { border-color: rgb(122,105,124); }
td.TdClassName
{
border-color: #7A697C;
}
.TagClassName
{
border-color: #7A697C;
}
</style>