Shades of Old Lavender #775B73
Tints of Old Lavender #775B73
RGB
CMYK
RGB Variations
Color information
#775B73 (or 0x775B73) is known color: Old Lavender. HEX triplet: 77, 5B and 73. RGB value is (119,91,115). Sum of RGB (Red+Green+Blue) = 119+91+115=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #775B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B73 is #88A48C. Grayscale: #666666. Windows color (decimal): -8955021 or 7560055. OLE color: 7560055.
HSL color Cylindrical-coordinate representation of color #775B73: hue angle of 308.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775B73 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 91 | 115 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.53 |
| HSL | 308.57º | 0.13% | 0.41% | - |
| HSV(B) | 308.57º | 0.24% | 0.47% | - |
| XYZ | 14.44 | 12.64 | 17.9 | - |
| YUV | 102.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 115 | 0 | 0.24 | 0.03 | 0.53 | 308.57 | 0.13 | 0.41 |
| Hex | 77 | 5B | 73 | 0 | 18 | 3 | 35 | 135 | D | 29 |
| Octal | 167 | 133 | 163 | 0 | 30 | 3 | 65 | 465 | 15 | 51 |
| Binary | 1110111 | 1011011 | 1110011 | 0 | 11000 | 11 | 110101 | 100110101 | 1101 | 101001 |
Color Harmonies of #775B73
Complementary color
Monochromatic Colors of #775B73
Black with #775B73
Text Example
Text Example
White with #775B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775B73; }
p { color: rgb(119,91,115); }
H1.HeaderClassName
{
color: #775B73;
}
.AnyTagClassName
{
color: #775B73;
}
</style>
background-color css
<style>
a { background-color: #775B73; }
a { background-color: rgb(119,91,115); }
div.DivClassName
{
background-color: #775B73;
}
.BgClassName
{
background-color: #775B73;
}
</style>
border-color css
<style>
span { border-color: #775B73; }
span { border-color: rgb(119,91,115); }
td.TdClassName
{
border-color: #775B73;
}
.TagClassName
{
border-color: #775B73;
}
</style>