Shades of Old Lavender #785C76
Tints of Old Lavender #785C76
RGB
CMYK
RGB Variations
Color information
#785C76 (or 0x785C76) is known color: Old Lavender. HEX triplet: 78, 5C and 76. RGB value is (120,92,118). Sum of RGB (Red+Green+Blue) = 120+92+118=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #785C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C76 is #87A389. Grayscale: #676767. Windows color (decimal): -8889226 or 7756920. OLE color: 7756920.
HSL color Cylindrical-coordinate representation of color #785C76: hue angle of 304.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785C76 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 118 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.53 |
| HSL | 304.29º | 0.13% | 0.42% | - |
| HSV(B) | 304.29º | 0.23% | 0.47% | - |
| XYZ | 14.84 | 12.96 | 18.86 | - |
| YUV | 103.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 118 | 0 | 0.23 | 0.02 | 0.53 | 304.29 | 0.13 | 0.42 |
| Hex | 78 | 5C | 76 | 0 | 17 | 2 | 35 | 130 | D | 2A |
| Octal | 170 | 134 | 166 | 0 | 27 | 2 | 65 | 460 | 15 | 52 |
| Binary | 1111000 | 1011100 | 1110110 | 0 | 10111 | 10 | 110101 | 100110000 | 1101 | 101010 |
Color Harmonies of #785C76
Complementary color
Monochromatic Colors of #785C76
Black with #785C76
Text Example
Text Example
White with #785C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C76; }
p { color: rgb(120,92,118); }
H1.HeaderClassName
{
color: #785C76;
}
.AnyTagClassName
{
color: #785C76;
}
</style>
background-color css
<style>
a { background-color: #785C76; }
a { background-color: rgb(120,92,118); }
div.DivClassName
{
background-color: #785C76;
}
.BgClassName
{
background-color: #785C76;
}
</style>
border-color css
<style>
span { border-color: #785C76; }
span { border-color: rgb(120,92,118); }
td.TdClassName
{
border-color: #785C76;
}
.TagClassName
{
border-color: #785C76;
}
</style>