Shades of Old Lavender #7C6279
Tints of Old Lavender #7C6279
RGB
CMYK
RGB Variations
Color information
#7C6279 (or 0x7C6279) is known color: Old Lavender. HEX triplet: 7C, 62 and 79. RGB value is (124,98,121). Sum of RGB (Red+Green+Blue) = 124+98+121=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6279 is #839D86. Grayscale: #6C6C6C. Windows color (decimal): -8625543 or 7955068. OLE color: 7955068.
HSL color Cylindrical-coordinate representation of color #7C6279: hue angle of 306.92º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C6279 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 121 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.51 |
| HSL | 306.92º | 0.12% | 0.44% | - |
| HSV(B) | 306.92º | 0.21% | 0.49% | - |
| XYZ | 16.13 | 14.4 | 20.02 | - |
| YUV | 108.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 121 | 0 | 0.21 | 0.02 | 0.51 | 306.92 | 0.12 | 0.44 |
| Hex | 7C | 62 | 79 | 0 | 15 | 2 | 33 | 133 | C | 2C |
| Octal | 174 | 142 | 171 | 0 | 25 | 2 | 63 | 463 | 14 | 54 |
| Binary | 1111100 | 1100010 | 1111001 | 0 | 10101 | 10 | 110011 | 100110011 | 1100 | 101100 |
Color Harmonies of #7C6279
Complementary color
Monochromatic Colors of #7C6279
Black with #7C6279
Text Example
Text Example
White with #7C6279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6279; }
p { color: rgb(124,98,121); }
H1.HeaderClassName
{
color: #7C6279;
}
.AnyTagClassName
{
color: #7C6279;
}
</style>
background-color css
<style>
a { background-color: #7C6279; }
a { background-color: rgb(124,98,121); }
div.DivClassName
{
background-color: #7C6279;
}
.BgClassName
{
background-color: #7C6279;
}
</style>
border-color css
<style>
span { border-color: #7C6279; }
span { border-color: rgb(124,98,121); }
td.TdClassName
{
border-color: #7C6279;
}
.TagClassName
{
border-color: #7C6279;
}
</style>