Shades of Old Lavender #787578
Tints of Old Lavender #787578
RGB
CMYK
RGB Variations
Color information
#787578 (or 0x787578) is known color: Old Lavender. HEX triplet: 78, 75 and 78. RGB value is (120,117,120). Sum of RGB (Red+Green+Blue) = 120+117+120=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #787578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787578 is #878A87. Grayscale: #767676. Windows color (decimal): -8882824 or 7894392. OLE color: 7894392.
HSL color Cylindrical-coordinate representation of color #787578: hue angle of 300º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #787578 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
RGB | 120 | 117 | 120 | - |
CMYK | 0 | 0.02 | 0 | 0.53 |
HSL | 300º | 0.01% | 0.46% | - |
HSV(B) | 300º | 0.02% | 0.47% | - |
XYZ | 17.5 | 18.07 | 20.34 | - |
YUV | 118.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 117 | 120 | 0 | 0.02 | 0 | 0.53 | 300 | 0.01 | 0.46 |
Hex | 78 | 75 | 78 | 0 | 2 | 0 | 35 | 12C | 1 | 2E |
Octal | 170 | 165 | 170 | 0 | 2 | 0 | 65 | 454 | 1 | 56 |
Binary | 1111000 | 1110101 | 1111000 | 0 | 10 | 0 | 110101 | 100101100 | 1 | 101110 |
Color Harmonies of #787578
Complementary color
Monochromatic Colors of #787578
Black with #787578
Text Example
Text Example
White with #787578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787578; }
p { color: rgb(120,117,120); }
H1.HeaderClassName
{
color: #787578;
}
.AnyTagClassName
{
color: #787578;
}
</style>
background-color css
<style>
a { background-color: #787578; }
a { background-color: rgb(120,117,120); }
div.DivClassName
{
background-color: #787578;
}
.BgClassName
{
background-color: #787578;
}
</style>
border-color css
<style>
span { border-color: #787578; }
span { border-color: rgb(120,117,120); }
td.TdClassName
{
border-color: #787578;
}
.TagClassName
{
border-color: #787578;
}
</style>