Shades of Old Lavender #786679
Tints of Old Lavender #786679
RGB
CMYK
RGB Variations
Color information
#786679 (or 0x786679) is known color: Old Lavender. HEX triplet: 78, 66 and 79. RGB value is (120,102,121). Sum of RGB (Red+Green+Blue) = 120+102+121=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 121 - color contains mainly: blue. Hex color #786679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786679 is #879986. Grayscale: #6D6D6D. Windows color (decimal): -8886663 or 7956088. OLE color: 7956088.
HSL color Cylindrical-coordinate representation of color #786679: hue angle of 296.84º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786679 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 102 | 121 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.53 |
| HSL | 296.84º | 0.09% | 0.44% | - |
| HSV(B) | 296.84º | 0.16% | 0.47% | - |
| XYZ | 15.95 | 14.88 | 20.12 | - |
| YUV | 109.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 121 | 0.01 | 0.16 | 0 | 0.53 | 296.84 | 0.09 | 0.44 |
| Hex | 78 | 66 | 79 | 1 | 10 | 0 | 35 | 129 | 9 | 2C |
| Octal | 170 | 146 | 171 | 1 | 20 | 0 | 65 | 451 | 11 | 54 |
| Binary | 1111000 | 1100110 | 1111001 | 1 | 10000 | 0 | 110101 | 100101001 | 1001 | 101100 |
Color Harmonies of #786679
Complementary color
Monochromatic Colors of #786679
Black with #786679
Text Example
Text Example
White with #786679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786679; }
p { color: rgb(120,102,121); }
H1.HeaderClassName
{
color: #786679;
}
.AnyTagClassName
{
color: #786679;
}
</style>
background-color css
<style>
a { background-color: #786679; }
a { background-color: rgb(120,102,121); }
div.DivClassName
{
background-color: #786679;
}
.BgClassName
{
background-color: #786679;
}
</style>
border-color css
<style>
span { border-color: #786679; }
span { border-color: rgb(120,102,121); }
td.TdClassName
{
border-color: #786679;
}
.TagClassName
{
border-color: #786679;
}
</style>