Shades of Old Lavender #7E6379
Tints of Old Lavender #7E6379
RGB
CMYK
RGB Variations
Color information
#7E6379 (or 0x7E6379) is known color: Old Lavender. HEX triplet: 7E, 63 and 79. RGB value is (126,99,121). Sum of RGB (Red+Green+Blue) = 126+99+121=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6379 is #819C86. Grayscale: #6D6D6D. Windows color (decimal): -8494215 or 7955326. OLE color: 7955326.
HSL color Cylindrical-coordinate representation of color #7E6379: hue angle of 311.11º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6379 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 121 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.51 |
| HSL | 311.11º | 0.12% | 0.44% | - |
| HSV(B) | 311.11º | 0.21% | 0.49% | - |
| XYZ | 16.52 | 14.74 | 20.06 | - |
| YUV | 109.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 121 | 0 | 0.21 | 0.04 | 0.51 | 311.11 | 0.12 | 0.44 |
| Hex | 7E | 63 | 79 | 0 | 15 | 4 | 33 | 137 | C | 2C |
| Octal | 176 | 143 | 171 | 0 | 25 | 4 | 63 | 467 | 14 | 54 |
| Binary | 1111110 | 1100011 | 1111001 | 0 | 10101 | 100 | 110011 | 100110111 | 1100 | 101100 |
Color Harmonies of #7E6379
Complementary color
Monochromatic Colors of #7E6379
Black with #7E6379
Text Example
Text Example
White with #7E6379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6379; }
p { color: rgb(126,99,121); }
H1.HeaderClassName
{
color: #7E6379;
}
.AnyTagClassName
{
color: #7E6379;
}
</style>
background-color css
<style>
a { background-color: #7E6379; }
a { background-color: rgb(126,99,121); }
div.DivClassName
{
background-color: #7E6379;
}
.BgClassName
{
background-color: #7E6379;
}
</style>
border-color css
<style>
span { border-color: #7E6379; }
span { border-color: rgb(126,99,121); }
td.TdClassName
{
border-color: #7E6379;
}
.TagClassName
{
border-color: #7E6379;
}
</style>