Shades of Old Lavender #787078
Tints of Old Lavender #787078
RGB
CMYK
RGB Variations
Color information
#787078 (or 0x787078) is known color: Old Lavender. HEX triplet: 78, 70 and 78. RGB value is (120,112,120). Sum of RGB (Red+Green+Blue) = 120+112+120=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #787078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787078 is #878F87. Grayscale: #737373. Windows color (decimal): -8884104 or 7893112. OLE color: 7893112.
HSL color Cylindrical-coordinate representation of color #787078: hue angle of 300º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #787078 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 120 | - |
| CMYK | 0 | 0.07 | 0 | 0.53 |
| HSL | 300º | 0.03% | 0.45% | - |
| HSV(B) | 300º | 0.07% | 0.47% | - |
| XYZ | 16.93 | 16.94 | 20.15 | - |
| YUV | 115.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 120 | 0 | 0.07 | 0 | 0.53 | 300 | 0.03 | 0.45 |
| Hex | 78 | 70 | 78 | 0 | 7 | 0 | 35 | 12C | 3 | 2D |
| Octal | 170 | 160 | 170 | 0 | 7 | 0 | 65 | 454 | 3 | 55 |
| Binary | 1111000 | 1110000 | 1111000 | 0 | 111 | 0 | 110101 | 100101100 | 11 | 101101 |
Color Harmonies of #787078
Complementary color
Monochromatic Colors of #787078
Black with #787078
Text Example
Text Example
White with #787078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787078; }
p { color: rgb(120,112,120); }
H1.HeaderClassName
{
color: #787078;
}
.AnyTagClassName
{
color: #787078;
}
</style>
background-color css
<style>
a { background-color: #787078; }
a { background-color: rgb(120,112,120); }
div.DivClassName
{
background-color: #787078;
}
.BgClassName
{
background-color: #787078;
}
</style>
border-color css
<style>
span { border-color: #787078; }
span { border-color: rgb(120,112,120); }
td.TdClassName
{
border-color: #787078;
}
.TagClassName
{
border-color: #787078;
}
</style>