Shades of Old Lavender #785E74
Tints of Old Lavender #785E74
RGB
CMYK
RGB Variations
Color information
#785E74 (or 0x785E74) is known color: Old Lavender. HEX triplet: 78, 5E and 74. RGB value is (120,94,116). Sum of RGB (Red+Green+Blue) = 120+94+116=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #785E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E74 is #87A18B. Grayscale: #686868. Windows color (decimal): -8888716 or 7626360. OLE color: 7626360.
HSL color Cylindrical-coordinate representation of color #785E74: hue angle of 309.23º 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 #785E74 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 116 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.53 |
| HSL | 309.23º | 0.12% | 0.42% | - |
| HSV(B) | 309.23º | 0.22% | 0.47% | - |
| XYZ | 14.9 | 13.26 | 18.3 | - |
| YUV | 104.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 116 | 0 | 0.22 | 0.03 | 0.53 | 309.23 | 0.12 | 0.42 |
| Hex | 78 | 5E | 74 | 0 | 16 | 3 | 35 | 135 | C | 2A |
| Octal | 170 | 136 | 164 | 0 | 26 | 3 | 65 | 465 | 14 | 52 |
| Binary | 1111000 | 1011110 | 1110100 | 0 | 10110 | 11 | 110101 | 100110101 | 1100 | 101010 |
Color Harmonies of #785E74
Complementary color
Monochromatic Colors of #785E74
Black with #785E74
Text Example
Text Example
White with #785E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E74; }
p { color: rgb(120,94,116); }
H1.HeaderClassName
{
color: #785E74;
}
.AnyTagClassName
{
color: #785E74;
}
</style>
background-color css
<style>
a { background-color: #785E74; }
a { background-color: rgb(120,94,116); }
div.DivClassName
{
background-color: #785E74;
}
.BgClassName
{
background-color: #785E74;
}
</style>
border-color css
<style>
span { border-color: #785E74; }
span { border-color: rgb(120,94,116); }
td.TdClassName
{
border-color: #785E74;
}
.TagClassName
{
border-color: #785E74;
}
</style>