Shades of Old Lavender #786575
Tints of Old Lavender #786575
RGB
CMYK
RGB Variations
Color information
#786575 (or 0x786575) is known color: Old Lavender. HEX triplet: 78, 65 and 75. RGB value is (120,101,117). Sum of RGB (Red+Green+Blue) = 120+101+117=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786575 is #879A8A. Grayscale: #6C6C6C. Windows color (decimal): -8886923 or 7693688. OLE color: 7693688.
HSL color Cylindrical-coordinate representation of color #786575: hue angle of 309.47º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786575 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 117 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.53 |
| HSL | 309.47º | 0.09% | 0.43% | - |
| HSV(B) | 309.47º | 0.16% | 0.47% | - |
| XYZ | 15.61 | 14.58 | 18.82 | - |
| YUV | 108.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 117 | 0 | 0.16 | 0.02 | 0.53 | 309.47 | 0.09 | 0.43 |
| Hex | 78 | 65 | 75 | 0 | 10 | 2 | 35 | 135 | 9 | 2B |
| Octal | 170 | 145 | 165 | 0 | 20 | 2 | 65 | 465 | 11 | 53 |
| Binary | 1111000 | 1100101 | 1110101 | 0 | 10000 | 10 | 110101 | 100110101 | 1001 | 101011 |
Color Harmonies of #786575
Complementary color
Monochromatic Colors of #786575
Black with #786575
Text Example
Text Example
White with #786575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786575; }
p { color: rgb(120,101,117); }
H1.HeaderClassName
{
color: #786575;
}
.AnyTagClassName
{
color: #786575;
}
</style>
background-color css
<style>
a { background-color: #786575; }
a { background-color: rgb(120,101,117); }
div.DivClassName
{
background-color: #786575;
}
.BgClassName
{
background-color: #786575;
}
</style>
border-color css
<style>
span { border-color: #786575; }
span { border-color: rgb(120,101,117); }
td.TdClassName
{
border-color: #786575;
}
.TagClassName
{
border-color: #786575;
}
</style>