Shades of Old Lavender #7C6578
Tints of Old Lavender #7C6578
RGB
CMYK
RGB Variations
Color information
#7C6578 (or 0x7C6578) is known color: Old Lavender. HEX triplet: 7C, 65 and 78. RGB value is (124,101,120). Sum of RGB (Red+Green+Blue) = 124+101+120=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6578 is #839A87. Grayscale: #6D6D6D. Windows color (decimal): -8624776 or 7890300. OLE color: 7890300.
HSL color Cylindrical-coordinate representation of color #7C6578: hue angle of 310.43º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C6578 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 120 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.51 |
| HSL | 310.43º | 0.1% | 0.44% | - |
| HSV(B) | 310.43º | 0.19% | 0.49% | - |
| XYZ | 16.36 | 14.95 | 19.79 | - |
| YUV | 110.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 120 | 0 | 0.19 | 0.03 | 0.51 | 310.43 | 0.1 | 0.44 |
| Hex | 7C | 65 | 78 | 0 | 13 | 3 | 33 | 136 | A | 2C |
| Octal | 174 | 145 | 170 | 0 | 23 | 3 | 63 | 466 | 12 | 54 |
| Binary | 1111100 | 1100101 | 1111000 | 0 | 10011 | 11 | 110011 | 100110110 | 1010 | 101100 |
Color Harmonies of #7C6578
Complementary color
Monochromatic Colors of #7C6578
Black with #7C6578
Text Example
Text Example
White with #7C6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6578; }
p { color: rgb(124,101,120); }
H1.HeaderClassName
{
color: #7C6578;
}
.AnyTagClassName
{
color: #7C6578;
}
</style>
background-color css
<style>
a { background-color: #7C6578; }
a { background-color: rgb(124,101,120); }
div.DivClassName
{
background-color: #7C6578;
}
.BgClassName
{
background-color: #7C6578;
}
</style>
border-color css
<style>
span { border-color: #7C6578; }
span { border-color: rgb(124,101,120); }
td.TdClassName
{
border-color: #7C6578;
}
.TagClassName
{
border-color: #7C6578;
}
</style>