Shades of Old Lavender #7B6478
Tints of Old Lavender #7B6478
RGB
CMYK
RGB Variations
Color information
#7B6478 (or 0x7B6478) is known color: Old Lavender. HEX triplet: 7B, 64 and 78. RGB value is (123,100,120). Sum of RGB (Red+Green+Blue) = 123+100+120=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6478 is #849B87. Grayscale: #6D6D6D. Windows color (decimal): -8690568 or 7890043. OLE color: 7890043.
HSL color Cylindrical-coordinate representation of color #7B6478: hue angle of 307.83º 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 #7B6478 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 120 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.52 |
| HSL | 307.83º | 0.1% | 0.44% | - |
| HSV(B) | 307.83º | 0.19% | 0.48% | - |
| XYZ | 16.12 | 14.68 | 19.75 | - |
| YUV | 109.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 120 | 0 | 0.19 | 0.02 | 0.52 | 307.83 | 0.1 | 0.44 |
| Hex | 7B | 64 | 78 | 0 | 13 | 2 | 34 | 134 | A | 2C |
| Octal | 173 | 144 | 170 | 0 | 23 | 2 | 64 | 464 | 12 | 54 |
| Binary | 1111011 | 1100100 | 1111000 | 0 | 10011 | 10 | 110100 | 100110100 | 1010 | 101100 |
Color Harmonies of #7B6478
Complementary color
Monochromatic Colors of #7B6478
Black with #7B6478
Text Example
Text Example
White with #7B6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6478; }
p { color: rgb(123,100,120); }
H1.HeaderClassName
{
color: #7B6478;
}
.AnyTagClassName
{
color: #7B6478;
}
</style>
background-color css
<style>
a { background-color: #7B6478; }
a { background-color: rgb(123,100,120); }
div.DivClassName
{
background-color: #7B6478;
}
.BgClassName
{
background-color: #7B6478;
}
</style>
border-color css
<style>
span { border-color: #7B6478; }
span { border-color: rgb(123,100,120); }
td.TdClassName
{
border-color: #7B6478;
}
.TagClassName
{
border-color: #7B6478;
}
</style>