Shades of Old Lavender #785C74
Tints of Old Lavender #785C74
RGB
CMYK
RGB Variations
Color information
#785C74 (or 0x785C74) is known color: Old Lavender. HEX triplet: 78, 5C and 74. RGB value is (120,92,116). Sum of RGB (Red+Green+Blue) = 120+92+116=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #785C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C74 is #87A38B. Grayscale: #676767. Windows color (decimal): -8889228 or 7625848. OLE color: 7625848.
HSL color Cylindrical-coordinate representation of color #785C74: hue angle of 308.57º 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 #785C74 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 116 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.53 |
| HSL | 308.57º | 0.13% | 0.42% | - |
| HSV(B) | 308.57º | 0.23% | 0.47% | - |
| XYZ | 14.73 | 12.91 | 18.24 | - |
| YUV | 103.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 116 | 0 | 0.23 | 0.03 | 0.53 | 308.57 | 0.13 | 0.42 |
| Hex | 78 | 5C | 74 | 0 | 17 | 3 | 35 | 135 | D | 2A |
| Octal | 170 | 134 | 164 | 0 | 27 | 3 | 65 | 465 | 15 | 52 |
| Binary | 1111000 | 1011100 | 1110100 | 0 | 10111 | 11 | 110101 | 100110101 | 1101 | 101010 |
Color Harmonies of #785C74
Complementary color
Monochromatic Colors of #785C74
Black with #785C74
Text Example
Text Example
White with #785C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C74; }
p { color: rgb(120,92,116); }
H1.HeaderClassName
{
color: #785C74;
}
.AnyTagClassName
{
color: #785C74;
}
</style>
background-color css
<style>
a { background-color: #785C74; }
a { background-color: rgb(120,92,116); }
div.DivClassName
{
background-color: #785C74;
}
.BgClassName
{
background-color: #785C74;
}
</style>
border-color css
<style>
span { border-color: #785C74; }
span { border-color: rgb(120,92,116); }
td.TdClassName
{
border-color: #785C74;
}
.TagClassName
{
border-color: #785C74;
}
</style>