Shades of Old Lavender #785C72
Tints of Old Lavender #785C72
RGB
CMYK
RGB Variations
Color information
#785C72 (or 0x785C72) is known color: Old Lavender. HEX triplet: 78, 5C and 72. RGB value is (120,92,114). Sum of RGB (Red+Green+Blue) = 120+92+114=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #785C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C72 is #87A38D. Grayscale: #666666. Windows color (decimal): -8889230 or 7494776. OLE color: 7494776.
HSL color Cylindrical-coordinate representation of color #785C72: hue angle of 312.86º 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 #785C72 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 114 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.53 |
| HSL | 312.86º | 0.13% | 0.42% | - |
| HSV(B) | 312.86º | 0.23% | 0.47% | - |
| XYZ | 14.61 | 12.86 | 17.63 | - |
| YUV | 102.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 114 | 0 | 0.23 | 0.05 | 0.53 | 312.86 | 0.13 | 0.42 |
| Hex | 78 | 5C | 72 | 0 | 17 | 5 | 35 | 139 | D | 2A |
| Octal | 170 | 134 | 162 | 0 | 27 | 5 | 65 | 471 | 15 | 52 |
| Binary | 1111000 | 1011100 | 1110010 | 0 | 10111 | 101 | 110101 | 100111001 | 1101 | 101010 |
Color Harmonies of #785C72
Complementary color
Monochromatic Colors of #785C72
Black with #785C72
Text Example
Text Example
White with #785C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C72; }
p { color: rgb(120,92,114); }
H1.HeaderClassName
{
color: #785C72;
}
.AnyTagClassName
{
color: #785C72;
}
</style>
background-color css
<style>
a { background-color: #785C72; }
a { background-color: rgb(120,92,114); }
div.DivClassName
{
background-color: #785C72;
}
.BgClassName
{
background-color: #785C72;
}
</style>
border-color css
<style>
span { border-color: #785C72; }
span { border-color: rgb(120,92,114); }
td.TdClassName
{
border-color: #785C72;
}
.TagClassName
{
border-color: #785C72;
}
</style>