Shades of Old Lavender #785A73
Tints of Old Lavender #785A73
RGB
CMYK
RGB Variations
Color information
#785A73 (or 0x785A73) is known color: Old Lavender. HEX triplet: 78, 5A and 73. RGB value is (120,90,115). Sum of RGB (Red+Green+Blue) = 120+90+115=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #785A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A73 is #87A58C. Grayscale: #656565. Windows color (decimal): -8889741 or 7559800. OLE color: 7559800.
HSL color Cylindrical-coordinate representation of color #785A73: hue angle of 310º 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 #785A73 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 115 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.53 |
| HSL | 310º | 0.14% | 0.41% | - |
| HSV(B) | 310º | 0.25% | 0.47% | - |
| XYZ | 14.5 | 12.54 | 17.88 | - |
| YUV | 101.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 115 | 0 | 0.25 | 0.04 | 0.53 | 310 | 0.14 | 0.41 |
| Hex | 78 | 5A | 73 | 0 | 19 | 4 | 35 | 136 | E | 29 |
| Octal | 170 | 132 | 163 | 0 | 31 | 4 | 65 | 466 | 16 | 51 |
| Binary | 1111000 | 1011010 | 1110011 | 0 | 11001 | 100 | 110101 | 100110110 | 1110 | 101001 |
Color Harmonies of #785A73
Complementary color
Monochromatic Colors of #785A73
Black with #785A73
Text Example
Text Example
White with #785A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A73; }
p { color: rgb(120,90,115); }
H1.HeaderClassName
{
color: #785A73;
}
.AnyTagClassName
{
color: #785A73;
}
</style>
background-color css
<style>
a { background-color: #785A73; }
a { background-color: rgb(120,90,115); }
div.DivClassName
{
background-color: #785A73;
}
.BgClassName
{
background-color: #785A73;
}
</style>
border-color css
<style>
span { border-color: #785A73; }
span { border-color: rgb(120,90,115); }
td.TdClassName
{
border-color: #785A73;
}
.TagClassName
{
border-color: #785A73;
}
</style>