Shades of Old Lavender #775B74
Tints of Old Lavender #775B74
RGB
CMYK
RGB Variations
Color information
#775B74 (or 0x775B74) is known color: Old Lavender. HEX triplet: 77, 5B and 74. RGB value is (119,91,116). Sum of RGB (Red+Green+Blue) = 119+91+116=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #775B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B74 is #88A48B. Grayscale: #666666. Windows color (decimal): -8955020 or 7625591. OLE color: 7625591.
HSL color Cylindrical-coordinate representation of color #775B74: hue angle of 306.43º 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 #775B74 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 91 | 116 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.53 |
| HSL | 306.43º | 0.13% | 0.41% | - |
| HSV(B) | 306.43º | 0.24% | 0.47% | - |
| XYZ | 14.5 | 12.67 | 18.2 | - |
| YUV | 102.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 116 | 0 | 0.24 | 0.03 | 0.53 | 306.43 | 0.13 | 0.41 |
| Hex | 77 | 5B | 74 | 0 | 18 | 3 | 35 | 132 | D | 29 |
| Octal | 167 | 133 | 164 | 0 | 30 | 3 | 65 | 462 | 15 | 51 |
| Binary | 1110111 | 1011011 | 1110100 | 0 | 11000 | 11 | 110101 | 100110010 | 1101 | 101001 |
Color Harmonies of #775B74
Complementary color
Monochromatic Colors of #775B74
Black with #775B74
Text Example
Text Example
White with #775B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775B74; }
p { color: rgb(119,91,116); }
H1.HeaderClassName
{
color: #775B74;
}
.AnyTagClassName
{
color: #775B74;
}
</style>
background-color css
<style>
a { background-color: #775B74; }
a { background-color: rgb(119,91,116); }
div.DivClassName
{
background-color: #775B74;
}
.BgClassName
{
background-color: #775B74;
}
</style>
border-color css
<style>
span { border-color: #775B74; }
span { border-color: rgb(119,91,116); }
td.TdClassName
{
border-color: #775B74;
}
.TagClassName
{
border-color: #775B74;
}
</style>