Shades of Old Lavender #785873
Tints of Old Lavender #785873
RGB
CMYK
RGB Variations
Color information
#785873 (or 0x785873) is known color: Old Lavender. HEX triplet: 78, 58 and 73. RGB value is (120,88,115). Sum of RGB (Red+Green+Blue) = 120+88+115=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #785873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785873 is #87A78C. Grayscale: #646464. Windows color (decimal): -8890253 or 7559288. OLE color: 7559288.
HSL color Cylindrical-coordinate representation of color #785873: hue angle of 309.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785873 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 88 | 115 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.53 |
| HSL | 309.38º | 0.15% | 0.41% | - |
| HSV(B) | 309.38º | 0.27% | 0.47% | - |
| XYZ | 14.33 | 12.21 | 17.82 | - |
| YUV | 100.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 115 | 0 | 0.27 | 0.04 | 0.53 | 309.38 | 0.15 | 0.41 |
| Hex | 78 | 58 | 73 | 0 | 1B | 4 | 35 | 135 | F | 29 |
| Octal | 170 | 130 | 163 | 0 | 33 | 4 | 65 | 465 | 17 | 51 |
| Binary | 1111000 | 1011000 | 1110011 | 0 | 11011 | 100 | 110101 | 100110101 | 1111 | 101001 |
Color Harmonies of #785873
Complementary color
Monochromatic Colors of #785873
Black with #785873
Text Example
Text Example
White with #785873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785873; }
p { color: rgb(120,88,115); }
H1.HeaderClassName
{
color: #785873;
}
.AnyTagClassName
{
color: #785873;
}
</style>
background-color css
<style>
a { background-color: #785873; }
a { background-color: rgb(120,88,115); }
div.DivClassName
{
background-color: #785873;
}
.BgClassName
{
background-color: #785873;
}
</style>
border-color css
<style>
span { border-color: #785873; }
span { border-color: rgb(120,88,115); }
td.TdClassName
{
border-color: #785873;
}
.TagClassName
{
border-color: #785873;
}
</style>