Shades of Old Lavender #755A73
Tints of Old Lavender #755A73
RGB
CMYK
RGB Variations
Color information
#755A73 (or 0x755A73) is known color: Old Lavender. HEX triplet: 75, 5A and 73. RGB value is (117,90,115). Sum of RGB (Red+Green+Blue) = 117+90+115=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #755A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A73 is #8AA58C. Grayscale: #646464. Windows color (decimal): -9086349 or 7559797. OLE color: 7559797.
HSL color Cylindrical-coordinate representation of color #755A73: hue angle of 304.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A73 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 115 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.54 |
| HSL | 304.44º | 0.13% | 0.41% | - |
| HSV(B) | 304.44º | 0.23% | 0.46% | - |
| XYZ | 14.09 | 12.33 | 17.86 | - |
| YUV | 100.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 115 | 0 | 0.23 | 0.02 | 0.54 | 304.44 | 0.13 | 0.41 |
| Hex | 75 | 5A | 73 | 0 | 17 | 2 | 36 | 130 | D | 29 |
| Octal | 165 | 132 | 163 | 0 | 27 | 2 | 66 | 460 | 15 | 51 |
| Binary | 1110101 | 1011010 | 1110011 | 0 | 10111 | 10 | 110110 | 100110000 | 1101 | 101001 |
Color Harmonies of #755A73
Complementary color
Monochromatic Colors of #755A73
Black with #755A73
Text Example
Text Example
White with #755A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A73; }
p { color: rgb(117,90,115); }
H1.HeaderClassName
{
color: #755A73;
}
.AnyTagClassName
{
color: #755A73;
}
</style>
background-color css
<style>
a { background-color: #755A73; }
a { background-color: rgb(117,90,115); }
div.DivClassName
{
background-color: #755A73;
}
.BgClassName
{
background-color: #755A73;
}
</style>
border-color css
<style>
span { border-color: #755A73; }
span { border-color: rgb(117,90,115); }
td.TdClassName
{
border-color: #755A73;
}
.TagClassName
{
border-color: #755A73;
}
</style>