Shades of Old Lavender #7C6275
Tints of Old Lavender #7C6275
RGB
CMYK
RGB Variations
Color information
#7C6275 (or 0x7C6275) is known color: Old Lavender. HEX triplet: 7C, 62 and 75. RGB value is (124,98,117). Sum of RGB (Red+Green+Blue) = 124+98+117=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6275 is #839D8A. Grayscale: #6B6B6B. Windows color (decimal): -8625547 or 7692924. OLE color: 7692924.
HSL color Cylindrical-coordinate representation of color #7C6275: hue angle of 316.15º 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 #7C6275 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 117 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.51 |
| HSL | 316.15º | 0.12% | 0.44% | - |
| HSV(B) | 316.15º | 0.21% | 0.49% | - |
| XYZ | 15.89 | 14.3 | 18.75 | - |
| YUV | 107.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 117 | 0 | 0.21 | 0.06 | 0.51 | 316.15 | 0.12 | 0.44 |
| Hex | 7C | 62 | 75 | 0 | 15 | 6 | 33 | 13C | C | 2C |
| Octal | 174 | 142 | 165 | 0 | 25 | 6 | 63 | 474 | 14 | 54 |
| Binary | 1111100 | 1100010 | 1110101 | 0 | 10101 | 110 | 110011 | 100111100 | 1100 | 101100 |
Color Harmonies of #7C6275
Complementary color
Monochromatic Colors of #7C6275
Black with #7C6275
Text Example
Text Example
White with #7C6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6275; }
p { color: rgb(124,98,117); }
H1.HeaderClassName
{
color: #7C6275;
}
.AnyTagClassName
{
color: #7C6275;
}
</style>
background-color css
<style>
a { background-color: #7C6275; }
a { background-color: rgb(124,98,117); }
div.DivClassName
{
background-color: #7C6275;
}
.BgClassName
{
background-color: #7C6275;
}
</style>
border-color css
<style>
span { border-color: #7C6275; }
span { border-color: rgb(124,98,117); }
td.TdClassName
{
border-color: #7C6275;
}
.TagClassName
{
border-color: #7C6275;
}
</style>