Shades of Old Lavender #7B5872
Tints of Old Lavender #7B5872
RGB
CMYK
RGB Variations
Color information
#7B5872 (or 0x7B5872) is known color: Old Lavender. HEX triplet: 7B, 58 and 72. RGB value is (123,88,114). Sum of RGB (Red+Green+Blue) = 123+88+114=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5872 is #84A78D. Grayscale: #656565. Windows color (decimal): -8693646 or 7493755. OLE color: 7493755.
HSL color Cylindrical-coordinate representation of color #7B5872: hue angle of 315.43º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B5872 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 88 | 114 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.52 |
| HSL | 315.43º | 0.17% | 0.41% | - |
| HSV(B) | 315.43º | 0.28% | 0.48% | - |
| XYZ | 14.7 | 12.41 | 17.54 | - |
| YUV | 101.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 114 | 0 | 0.28 | 0.07 | 0.52 | 315.43 | 0.17 | 0.41 |
| Hex | 7B | 58 | 72 | 0 | 1C | 7 | 34 | 13B | 11 | 29 |
| Octal | 173 | 130 | 162 | 0 | 34 | 7 | 64 | 473 | 21 | 51 |
| Binary | 1111011 | 1011000 | 1110010 | 0 | 11100 | 111 | 110100 | 100111011 | 10001 | 101001 |
Color Harmonies of #7B5872
Complementary color
Monochromatic Colors of #7B5872
Black with #7B5872
Text Example
Text Example
White with #7B5872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5872; }
p { color: rgb(123,88,114); }
H1.HeaderClassName
{
color: #7B5872;
}
.AnyTagClassName
{
color: #7B5872;
}
</style>
background-color css
<style>
a { background-color: #7B5872; }
a { background-color: rgb(123,88,114); }
div.DivClassName
{
background-color: #7B5872;
}
.BgClassName
{
background-color: #7B5872;
}
</style>
border-color css
<style>
span { border-color: #7B5872; }
span { border-color: rgb(123,88,114); }
td.TdClassName
{
border-color: #7B5872;
}
.TagClassName
{
border-color: #7B5872;
}
</style>