Shades of Old Lavender #785D74
Tints of Old Lavender #785D74
RGB
CMYK
RGB Variations
Color information
#785D74 (or 0x785D74) is known color: Old Lavender. HEX triplet: 78, 5D and 74. RGB value is (120,93,116). Sum of RGB (Red+Green+Blue) = 120+93+116=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #785D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D74 is #87A28B. Grayscale: #676767. Windows color (decimal): -8888972 or 7626104. OLE color: 7626104.
HSL color Cylindrical-coordinate representation of color #785D74: hue angle of 308.89º 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 #785D74 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 116 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.53 |
| HSL | 308.89º | 0.13% | 0.42% | - |
| HSV(B) | 308.89º | 0.23% | 0.47% | - |
| XYZ | 14.81 | 13.08 | 18.27 | - |
| YUV | 103.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 116 | 0 | 0.22 | 0.03 | 0.53 | 308.89 | 0.13 | 0.42 |
| Hex | 78 | 5D | 74 | 0 | 16 | 3 | 35 | 135 | D | 2A |
| Octal | 170 | 135 | 164 | 0 | 26 | 3 | 65 | 465 | 15 | 52 |
| Binary | 1111000 | 1011101 | 1110100 | 0 | 10110 | 11 | 110101 | 100110101 | 1101 | 101010 |
Color Harmonies of #785D74
Complementary color
Monochromatic Colors of #785D74
Black with #785D74
Text Example
Text Example
White with #785D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D74; }
p { color: rgb(120,93,116); }
H1.HeaderClassName
{
color: #785D74;
}
.AnyTagClassName
{
color: #785D74;
}
</style>
background-color css
<style>
a { background-color: #785D74; }
a { background-color: rgb(120,93,116); }
div.DivClassName
{
background-color: #785D74;
}
.BgClassName
{
background-color: #785D74;
}
</style>
border-color css
<style>
span { border-color: #785D74; }
span { border-color: rgb(120,93,116); }
td.TdClassName
{
border-color: #785D74;
}
.TagClassName
{
border-color: #785D74;
}
</style>