Shades of Old Lavender #7B5D78
Tints of Old Lavender #7B5D78
RGB
CMYK
RGB Variations
Color information
#7B5D78 (or 0x7B5D78) is known color: Old Lavender. HEX triplet: 7B, 5D and 78. RGB value is (123,93,120). Sum of RGB (Red+Green+Blue) = 123+93+120=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D78 is #84A287. Grayscale: #686868. Windows color (decimal): -8692360 or 7888251. OLE color: 7888251.
HSL color Cylindrical-coordinate representation of color #7B5D78: hue angle of 306º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B5D78 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 120 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.52 |
| HSL | 306º | 0.14% | 0.42% | - |
| HSV(B) | 306º | 0.24% | 0.48% | - |
| XYZ | 15.47 | 13.4 | 19.54 | - |
| YUV | 105.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 120 | 0 | 0.24 | 0.02 | 0.52 | 306 | 0.14 | 0.42 |
| Hex | 7B | 5D | 78 | 0 | 18 | 2 | 34 | 132 | E | 2A |
| Octal | 173 | 135 | 170 | 0 | 30 | 2 | 64 | 462 | 16 | 52 |
| Binary | 1111011 | 1011101 | 1111000 | 0 | 11000 | 10 | 110100 | 100110010 | 1110 | 101010 |
Color Harmonies of #7B5D78
Complementary color
Monochromatic Colors of #7B5D78
Black with #7B5D78
Text Example
Text Example
White with #7B5D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D78; }
p { color: rgb(123,93,120); }
H1.HeaderClassName
{
color: #7B5D78;
}
.AnyTagClassName
{
color: #7B5D78;
}
</style>
background-color css
<style>
a { background-color: #7B5D78; }
a { background-color: rgb(123,93,120); }
div.DivClassName
{
background-color: #7B5D78;
}
.BgClassName
{
background-color: #7B5D78;
}
</style>
border-color css
<style>
span { border-color: #7B5D78; }
span { border-color: rgb(123,93,120); }
td.TdClassName
{
border-color: #7B5D78;
}
.TagClassName
{
border-color: #7B5D78;
}
</style>