Shades of Old Lavender #7B6577
Tints of Old Lavender #7B6577
RGB
CMYK
RGB Variations
Color information
#7B6577 (or 0x7B6577) is known color: Old Lavender. HEX triplet: 7B, 65 and 77. RGB value is (123,101,119). Sum of RGB (Red+Green+Blue) = 123+101+119=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6577 is #849A88. Grayscale: #6D6D6D. Windows color (decimal): -8690313 or 7824763. OLE color: 7824763.
HSL color Cylindrical-coordinate representation of color #7B6577: hue angle of 310.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B6577 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 119 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.52 |
| HSL | 310.91º | 0.1% | 0.44% | - |
| HSV(B) | 310.91º | 0.18% | 0.48% | - |
| XYZ | 16.15 | 14.85 | 19.47 | - |
| YUV | 109.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 119 | 0 | 0.18 | 0.03 | 0.52 | 310.91 | 0.1 | 0.44 |
| Hex | 7B | 65 | 77 | 0 | 12 | 3 | 34 | 137 | A | 2C |
| Octal | 173 | 145 | 167 | 0 | 22 | 3 | 64 | 467 | 12 | 54 |
| Binary | 1111011 | 1100101 | 1110111 | 0 | 10010 | 11 | 110100 | 100110111 | 1010 | 101100 |
Color Harmonies of #7B6577
Complementary color
Monochromatic Colors of #7B6577
Black with #7B6577
Text Example
Text Example
White with #7B6577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6577; }
p { color: rgb(123,101,119); }
H1.HeaderClassName
{
color: #7B6577;
}
.AnyTagClassName
{
color: #7B6577;
}
</style>
background-color css
<style>
a { background-color: #7B6577; }
a { background-color: rgb(123,101,119); }
div.DivClassName
{
background-color: #7B6577;
}
.BgClassName
{
background-color: #7B6577;
}
</style>
border-color css
<style>
span { border-color: #7B6577; }
span { border-color: rgb(123,101,119); }
td.TdClassName
{
border-color: #7B6577;
}
.TagClassName
{
border-color: #7B6577;
}
</style>