Shades of Old Lavender #7C6278
Tints of Old Lavender #7C6278
RGB
CMYK
RGB Variations
Color information
#7C6278 (or 0x7C6278) is known color: Old Lavender. HEX triplet: 7C, 62 and 78. RGB value is (124,98,120). Sum of RGB (Red+Green+Blue) = 124+98+120=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6278 is #839D87. Grayscale: #6C6C6C. Windows color (decimal): -8625544 or 7889532. OLE color: 7889532.
HSL color Cylindrical-coordinate representation of color #7C6278: hue angle of 309.23º 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 #7C6278 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 120 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.51 |
| HSL | 309.23º | 0.12% | 0.44% | - |
| HSV(B) | 309.23º | 0.21% | 0.49% | - |
| XYZ | 16.07 | 14.38 | 19.7 | - |
| YUV | 108.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 120 | 0 | 0.21 | 0.03 | 0.51 | 309.23 | 0.12 | 0.44 |
| Hex | 7C | 62 | 78 | 0 | 15 | 3 | 33 | 135 | C | 2C |
| Octal | 174 | 142 | 170 | 0 | 25 | 3 | 63 | 465 | 14 | 54 |
| Binary | 1111100 | 1100010 | 1111000 | 0 | 10101 | 11 | 110011 | 100110101 | 1100 | 101100 |
Color Harmonies of #7C6278
Complementary color
Monochromatic Colors of #7C6278
Black with #7C6278
Text Example
Text Example
White with #7C6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6278; }
p { color: rgb(124,98,120); }
H1.HeaderClassName
{
color: #7C6278;
}
.AnyTagClassName
{
color: #7C6278;
}
</style>
background-color css
<style>
a { background-color: #7C6278; }
a { background-color: rgb(124,98,120); }
div.DivClassName
{
background-color: #7C6278;
}
.BgClassName
{
background-color: #7C6278;
}
</style>
border-color css
<style>
span { border-color: #7C6278; }
span { border-color: rgb(124,98,120); }
td.TdClassName
{
border-color: #7C6278;
}
.TagClassName
{
border-color: #7C6278;
}
</style>