Shades of Old Lavender #785B76
Tints of Old Lavender #785B76
RGB
CMYK
RGB Variations
Color information
#785B76 (or 0x785B76) is known color: Old Lavender. HEX triplet: 78, 5B and 76. RGB value is (120,91,118). Sum of RGB (Red+Green+Blue) = 120+91+118=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #785B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B76 is #87A489. Grayscale: #666666. Windows color (decimal): -8889482 or 7756664. OLE color: 7756664.
HSL color Cylindrical-coordinate representation of color #785B76: hue angle of 304.14º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785B76 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 118 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.53 |
| HSL | 304.14º | 0.14% | 0.41% | - |
| HSV(B) | 304.14º | 0.24% | 0.47% | - |
| XYZ | 14.76 | 12.78 | 18.83 | - |
| YUV | 102.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 118 | 0 | 0.24 | 0.02 | 0.53 | 304.14 | 0.14 | 0.41 |
| Hex | 78 | 5B | 76 | 0 | 18 | 2 | 35 | 130 | E | 29 |
| Octal | 170 | 133 | 166 | 0 | 30 | 2 | 65 | 460 | 16 | 51 |
| Binary | 1111000 | 1011011 | 1110110 | 0 | 11000 | 10 | 110101 | 100110000 | 1110 | 101001 |
Color Harmonies of #785B76
Complementary color
Monochromatic Colors of #785B76
Black with #785B76
Text Example
Text Example
White with #785B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B76; }
p { color: rgb(120,91,118); }
H1.HeaderClassName
{
color: #785B76;
}
.AnyTagClassName
{
color: #785B76;
}
</style>
background-color css
<style>
a { background-color: #785B76; }
a { background-color: rgb(120,91,118); }
div.DivClassName
{
background-color: #785B76;
}
.BgClassName
{
background-color: #785B76;
}
</style>
border-color css
<style>
span { border-color: #785B76; }
span { border-color: rgb(120,91,118); }
td.TdClassName
{
border-color: #785B76;
}
.TagClassName
{
border-color: #785B76;
}
</style>