Shades of Old Lavender #7B6479
Tints of Old Lavender #7B6479
RGB
CMYK
RGB Variations
Color information
#7B6479 (or 0x7B6479) is known color: Old Lavender. HEX triplet: 7B, 64 and 79. RGB value is (123,100,121). Sum of RGB (Red+Green+Blue) = 123+100+121=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6479 is #849B86. Grayscale: #6D6D6D. Windows color (decimal): -8690567 or 7955579. OLE color: 7955579.
HSL color Cylindrical-coordinate representation of color #7B6479: hue angle of 305.22º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B6479 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 121 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.52 |
| HSL | 305.22º | 0.1% | 0.44% | - |
| HSV(B) | 305.22º | 0.19% | 0.48% | - |
| XYZ | 16.18 | 14.71 | 20.08 | - |
| YUV | 109.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 121 | 0 | 0.19 | 0.02 | 0.52 | 305.22 | 0.1 | 0.44 |
| Hex | 7B | 64 | 79 | 0 | 13 | 2 | 34 | 131 | A | 2C |
| Octal | 173 | 144 | 171 | 0 | 23 | 2 | 64 | 461 | 12 | 54 |
| Binary | 1111011 | 1100100 | 1111001 | 0 | 10011 | 10 | 110100 | 100110001 | 1010 | 101100 |
Color Harmonies of #7B6479
Complementary color
Monochromatic Colors of #7B6479
Black with #7B6479
Text Example
Text Example
White with #7B6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6479; }
p { color: rgb(123,100,121); }
H1.HeaderClassName
{
color: #7B6479;
}
.AnyTagClassName
{
color: #7B6479;
}
</style>
background-color css
<style>
a { background-color: #7B6479; }
a { background-color: rgb(123,100,121); }
div.DivClassName
{
background-color: #7B6479;
}
.BgClassName
{
background-color: #7B6479;
}
</style>
border-color css
<style>
span { border-color: #7B6479; }
span { border-color: rgb(123,100,121); }
td.TdClassName
{
border-color: #7B6479;
}
.TagClassName
{
border-color: #7B6479;
}
</style>