Shades of Old Lavender #786075
Tints of Old Lavender #786075
RGB
CMYK
RGB Variations
Color information
#786075 (or 0x786075) is known color: Old Lavender. HEX triplet: 78, 60 and 75. RGB value is (120,96,117). Sum of RGB (Red+Green+Blue) = 120+96+117=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #786075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786075 is #879F8A. Grayscale: #696969. Windows color (decimal): -8888203 or 7692408. OLE color: 7692408.
HSL color Cylindrical-coordinate representation of color #786075: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786075 is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 117 | - |
| CMYK | 0 | 0.2 | 0.02 | 0.53 |
| HSL | 307.5º | 0.11% | 0.42% | - |
| HSV(B) | 307.5º | 0.2% | 0.47% | - |
| XYZ | 15.14 | 13.64 | 18.67 | - |
| YUV | 105.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 117 | 0 | 0.2 | 0.02 | 0.53 | 307.5 | 0.11 | 0.42 |
| Hex | 78 | 60 | 75 | 0 | 14 | 2 | 35 | 134 | B | 2A |
| Octal | 170 | 140 | 165 | 0 | 24 | 2 | 65 | 464 | 13 | 52 |
| Binary | 1111000 | 1100000 | 1110101 | 0 | 10100 | 10 | 110101 | 100110100 | 1011 | 101010 |
Color Harmonies of #786075
Complementary color
Monochromatic Colors of #786075
Black with #786075
Text Example
Text Example
White with #786075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786075; }
p { color: rgb(120,96,117); }
H1.HeaderClassName
{
color: #786075;
}
.AnyTagClassName
{
color: #786075;
}
</style>
background-color css
<style>
a { background-color: #786075; }
a { background-color: rgb(120,96,117); }
div.DivClassName
{
background-color: #786075;
}
.BgClassName
{
background-color: #786075;
}
</style>
border-color css
<style>
span { border-color: #786075; }
span { border-color: rgb(120,96,117); }
td.TdClassName
{
border-color: #786075;
}
.TagClassName
{
border-color: #786075;
}
</style>