Shades of Old Lavender #7B6379
Tints of Old Lavender #7B6379
RGB
CMYK
RGB Variations
Color information
#7B6379 (or 0x7B6379) is known color: Old Lavender. HEX triplet: 7B, 63 and 79. RGB value is (123,99,121). Sum of RGB (Red+Green+Blue) = 123+99+121=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6379 is #849C86. Grayscale: #6C6C6C. Windows color (decimal): -8690823 or 7955323. OLE color: 7955323.
HSL color Cylindrical-coordinate representation of color #7B6379: hue angle of 305º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B6379 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 99 | 121 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.52 |
| HSL | 305º | 0.11% | 0.44% | - |
| HSV(B) | 305º | 0.2% | 0.48% | - |
| XYZ | 16.08 | 14.52 | 20.04 | - |
| YUV | 108.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 121 | 0 | 0.20 | 0.02 | 0.52 | 305 | 0.11 | 0.44 |
| Hex | 7B | 63 | 79 | 0 | 14 | 2 | 34 | 131 | B | 2C |
| Octal | 173 | 143 | 171 | 0 | 24 | 2 | 64 | 461 | 13 | 54 |
| Binary | 1111011 | 1100011 | 1111001 | 0 | 10100 | 10 | 110100 | 100110001 | 1011 | 101100 |
Color Harmonies of #7B6379
Complementary color
Monochromatic Colors of #7B6379
Black with #7B6379
Text Example
Text Example
White with #7B6379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6379; }
p { color: rgb(123,99,121); }
H1.HeaderClassName
{
color: #7B6379;
}
.AnyTagClassName
{
color: #7B6379;
}
</style>
background-color css
<style>
a { background-color: #7B6379; }
a { background-color: rgb(123,99,121); }
div.DivClassName
{
background-color: #7B6379;
}
.BgClassName
{
background-color: #7B6379;
}
</style>
border-color css
<style>
span { border-color: #7B6379; }
span { border-color: rgb(123,99,121); }
td.TdClassName
{
border-color: #7B6379;
}
.TagClassName
{
border-color: #7B6379;
}
</style>