Shades of Old Lavender #786879
Tints of Old Lavender #786879
RGB
CMYK
RGB Variations
Color information
#786879 (or 0x786879) is known color: Old Lavender. HEX triplet: 78, 68 and 79. RGB value is (120,104,121). Sum of RGB (Red+Green+Blue) = 120+104+121=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 121 - color contains mainly: blue. Hex color #786879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786879 is #879786. Grayscale: #6E6E6E. Windows color (decimal): -8886151 or 7956600. OLE color: 7956600.
HSL color Cylindrical-coordinate representation of color #786879: hue angle of 296.47º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #786879 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 121 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.53 |
| HSL | 296.47º | 0.08% | 0.44% | - |
| HSV(B) | 296.47º | 0.14% | 0.47% | - |
| XYZ | 16.15 | 15.27 | 20.19 | - |
| YUV | 110.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 121 | 0.01 | 0.14 | 0 | 0.53 | 296.47 | 0.08 | 0.44 |
| Hex | 78 | 68 | 79 | 1 | E | 0 | 35 | 128 | 8 | 2C |
| Octal | 170 | 150 | 171 | 1 | 16 | 0 | 65 | 450 | 10 | 54 |
| Binary | 1111000 | 1101000 | 1111001 | 1 | 1110 | 0 | 110101 | 100101000 | 1000 | 101100 |
Color Harmonies of #786879
Complementary color
Monochromatic Colors of #786879
Black with #786879
Text Example
Text Example
White with #786879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786879; }
p { color: rgb(120,104,121); }
H1.HeaderClassName
{
color: #786879;
}
.AnyTagClassName
{
color: #786879;
}
</style>
background-color css
<style>
a { background-color: #786879; }
a { background-color: rgb(120,104,121); }
div.DivClassName
{
background-color: #786879;
}
.BgClassName
{
background-color: #786879;
}
</style>
border-color css
<style>
span { border-color: #786879; }
span { border-color: rgb(120,104,121); }
td.TdClassName
{
border-color: #786879;
}
.TagClassName
{
border-color: #786879;
}
</style>