Shades of Old Lavender #785A72
Tints of Old Lavender #785A72
RGB
CMYK
RGB Variations
Color information
#785A72 (or 0x785A72) is known color: Old Lavender. HEX triplet: 78, 5A and 72. RGB value is (120,90,114). Sum of RGB (Red+Green+Blue) = 120+90+114=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #785A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A72 is #87A58D. Grayscale: #656565. Windows color (decimal): -8889742 or 7494264. OLE color: 7494264.
HSL color Cylindrical-coordinate representation of color #785A72: hue angle of 312º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #785A72 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 114 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.53 |
| HSL | 312º | 0.14% | 0.41% | - |
| HSV(B) | 312º | 0.25% | 0.47% | - |
| XYZ | 14.44 | 12.52 | 17.58 | - |
| YUV | 101.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 114 | 0 | 0.25 | 0.05 | 0.53 | 312 | 0.14 | 0.41 |
| Hex | 78 | 5A | 72 | 0 | 19 | 5 | 35 | 138 | E | 29 |
| Octal | 170 | 132 | 162 | 0 | 31 | 5 | 65 | 470 | 16 | 51 |
| Binary | 1111000 | 1011010 | 1110010 | 0 | 11001 | 101 | 110101 | 100111000 | 1110 | 101001 |
Color Harmonies of #785A72
Complementary color
Monochromatic Colors of #785A72
Black with #785A72
Text Example
Text Example
White with #785A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A72; }
p { color: rgb(120,90,114); }
H1.HeaderClassName
{
color: #785A72;
}
.AnyTagClassName
{
color: #785A72;
}
</style>
background-color css
<style>
a { background-color: #785A72; }
a { background-color: rgb(120,90,114); }
div.DivClassName
{
background-color: #785A72;
}
.BgClassName
{
background-color: #785A72;
}
</style>
border-color css
<style>
span { border-color: #785A72; }
span { border-color: rgb(120,90,114); }
td.TdClassName
{
border-color: #785A72;
}
.TagClassName
{
border-color: #785A72;
}
</style>