Shades of Old Lavender #785E76
Tints of Old Lavender #785E76
RGB
CMYK
RGB Variations
Color information
#785E76 (or 0x785E76) is known color: Old Lavender. HEX triplet: 78, 5E and 76. RGB value is (120,94,118). Sum of RGB (Red+Green+Blue) = 120+94+118=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #785E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E76 is #87A189. Grayscale: #686868. Windows color (decimal): -8888714 or 7757432. OLE color: 7757432.
HSL color Cylindrical-coordinate representation of color #785E76: hue angle of 304.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785E76 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 118 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.53 |
| HSL | 304.62º | 0.12% | 0.42% | - |
| HSV(B) | 304.62º | 0.22% | 0.47% | - |
| XYZ | 15.02 | 13.31 | 18.92 | - |
| YUV | 104.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 118 | 0 | 0.22 | 0.02 | 0.53 | 304.62 | 0.12 | 0.42 |
| Hex | 78 | 5E | 76 | 0 | 16 | 2 | 35 | 131 | C | 2A |
| Octal | 170 | 136 | 166 | 0 | 26 | 2 | 65 | 461 | 14 | 52 |
| Binary | 1111000 | 1011110 | 1110110 | 0 | 10110 | 10 | 110101 | 100110001 | 1100 | 101010 |
Color Harmonies of #785E76
Complementary color
Monochromatic Colors of #785E76
Black with #785E76
Text Example
Text Example
White with #785E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E76; }
p { color: rgb(120,94,118); }
H1.HeaderClassName
{
color: #785E76;
}
.AnyTagClassName
{
color: #785E76;
}
</style>
background-color css
<style>
a { background-color: #785E76; }
a { background-color: rgb(120,94,118); }
div.DivClassName
{
background-color: #785E76;
}
.BgClassName
{
background-color: #785E76;
}
</style>
border-color css
<style>
span { border-color: #785E76; }
span { border-color: rgb(120,94,118); }
td.TdClassName
{
border-color: #785E76;
}
.TagClassName
{
border-color: #785E76;
}
</style>