Shades of Old Lavender #786875
Tints of Old Lavender #786875
RGB
CMYK
RGB Variations
Color information
#786875 (or 0x786875) is known color: Old Lavender. HEX triplet: 78, 68 and 75. RGB value is (120,104,117). Sum of RGB (Red+Green+Blue) = 120+104+117=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #786875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786875 is #87978A. Grayscale: #6E6E6E. Windows color (decimal): -8886155 or 7694456. OLE color: 7694456.
HSL color Cylindrical-coordinate representation of color #786875: hue angle of 311.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #786875 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 117 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.53 |
| HSL | 311.25º | 0.07% | 0.44% | - |
| HSV(B) | 311.25º | 0.13% | 0.47% | - |
| XYZ | 15.91 | 15.18 | 18.92 | - |
| YUV | 110.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 117 | 0 | 0.13 | 0.02 | 0.53 | 311.25 | 0.07 | 0.44 |
| Hex | 78 | 68 | 75 | 0 | D | 2 | 35 | 137 | 7 | 2C |
| Octal | 170 | 150 | 165 | 0 | 15 | 2 | 65 | 467 | 7 | 54 |
| Binary | 1111000 | 1101000 | 1110101 | 0 | 1101 | 10 | 110101 | 100110111 | 111 | 101100 |
Color Harmonies of #786875
Complementary color
Monochromatic Colors of #786875
Black with #786875
Text Example
Text Example
White with #786875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786875; }
p { color: rgb(120,104,117); }
H1.HeaderClassName
{
color: #786875;
}
.AnyTagClassName
{
color: #786875;
}
</style>
background-color css
<style>
a { background-color: #786875; }
a { background-color: rgb(120,104,117); }
div.DivClassName
{
background-color: #786875;
}
.BgClassName
{
background-color: #786875;
}
</style>
border-color css
<style>
span { border-color: #786875; }
span { border-color: rgb(120,104,117); }
td.TdClassName
{
border-color: #786875;
}
.TagClassName
{
border-color: #786875;
}
</style>