Shades of Old Lavender #786A76
Tints of Old Lavender #786A76
RGB
CMYK
RGB Variations
Color information
#786A76 (or 0x786A76) is known color: Old Lavender. HEX triplet: 78, 6A and 76. RGB value is (120,106,118). Sum of RGB (Red+Green+Blue) = 120+106+118=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 120 - color contains mainly: red. Hex color #786A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A76 is #879589. Grayscale: #6F6F6F. Windows color (decimal): -8885642 or 7760504. OLE color: 7760504.
HSL color Cylindrical-coordinate representation of color #786A76: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #786A76 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 118 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.53 |
| HSL | 308.57º | 0.06% | 0.44% | - |
| HSV(B) | 308.57º | 0.12% | 0.47% | - |
| XYZ | 16.17 | 15.61 | 19.3 | - |
| YUV | 111.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 118 | 0 | 0.12 | 0.02 | 0.53 | 308.57 | 0.06 | 0.44 |
| Hex | 78 | 6A | 76 | 0 | C | 2 | 35 | 135 | 6 | 2C |
| Octal | 170 | 152 | 166 | 0 | 14 | 2 | 65 | 465 | 6 | 54 |
| Binary | 1111000 | 1101010 | 1110110 | 0 | 1100 | 10 | 110101 | 100110101 | 110 | 101100 |
Color Harmonies of #786A76
Complementary color
Monochromatic Colors of #786A76
Black with #786A76
Text Example
Text Example
White with #786A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A76; }
p { color: rgb(120,106,118); }
H1.HeaderClassName
{
color: #786A76;
}
.AnyTagClassName
{
color: #786A76;
}
</style>
background-color css
<style>
a { background-color: #786A76; }
a { background-color: rgb(120,106,118); }
div.DivClassName
{
background-color: #786A76;
}
.BgClassName
{
background-color: #786A76;
}
</style>
border-color css
<style>
span { border-color: #786A76; }
span { border-color: rgb(120,106,118); }
td.TdClassName
{
border-color: #786A76;
}
.TagClassName
{
border-color: #786A76;
}
</style>