Shades of Old Lavender #775D72
Tints of Old Lavender #775D72
RGB
CMYK
RGB Variations
Color information
#775D72 (or 0x775D72) is known color: Old Lavender. HEX triplet: 77, 5D and 72. RGB value is (119,93,114). Sum of RGB (Red+Green+Blue) = 119+93+114=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #775D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D72 is #88A28D. Grayscale: #676767. Windows color (decimal): -8954510 or 7495031. OLE color: 7495031.
HSL color Cylindrical-coordinate representation of color #775D72: hue angle of 311.54º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #775D72 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 114 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.53 |
| HSL | 311.54º | 0.12% | 0.42% | - |
| HSV(B) | 311.54º | 0.22% | 0.47% | - |
| XYZ | 14.56 | 12.97 | 17.65 | - |
| YUV | 103.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 114 | 0 | 0.22 | 0.04 | 0.53 | 311.54 | 0.12 | 0.42 |
| Hex | 77 | 5D | 72 | 0 | 16 | 4 | 35 | 138 | C | 2A |
| Octal | 167 | 135 | 162 | 0 | 26 | 4 | 65 | 470 | 14 | 52 |
| Binary | 1110111 | 1011101 | 1110010 | 0 | 10110 | 100 | 110101 | 100111000 | 1100 | 101010 |
Color Harmonies of #775D72
Complementary color
Monochromatic Colors of #775D72
Black with #775D72
Text Example
Text Example
White with #775D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D72; }
p { color: rgb(119,93,114); }
H1.HeaderClassName
{
color: #775D72;
}
.AnyTagClassName
{
color: #775D72;
}
</style>
background-color css
<style>
a { background-color: #775D72; }
a { background-color: rgb(119,93,114); }
div.DivClassName
{
background-color: #775D72;
}
.BgClassName
{
background-color: #775D72;
}
</style>
border-color css
<style>
span { border-color: #775D72; }
span { border-color: rgb(119,93,114); }
td.TdClassName
{
border-color: #775D72;
}
.TagClassName
{
border-color: #775D72;
}
</style>