Shades of Old Lavender #7C6276
Tints of Old Lavender #7C6276
RGB
CMYK
RGB Variations
Color information
#7C6276 (or 0x7C6276) is known color: Old Lavender. HEX triplet: 7C, 62 and 76. RGB value is (124,98,118). Sum of RGB (Red+Green+Blue) = 124+98+118=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6276 is #839D89. Grayscale: #6C6C6C. Windows color (decimal): -8625546 or 7758460. OLE color: 7758460.
HSL color Cylindrical-coordinate representation of color #7C6276: hue angle of 313.85º 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 #7C6276 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 118 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.51 |
| HSL | 313.85º | 0.12% | 0.44% | - |
| HSV(B) | 313.85º | 0.21% | 0.49% | - |
| XYZ | 15.95 | 14.33 | 19.06 | - |
| YUV | 108.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 118 | 0 | 0.21 | 0.05 | 0.51 | 313.85 | 0.12 | 0.44 |
| Hex | 7C | 62 | 76 | 0 | 15 | 5 | 33 | 13A | C | 2C |
| Octal | 174 | 142 | 166 | 0 | 25 | 5 | 63 | 472 | 14 | 54 |
| Binary | 1111100 | 1100010 | 1110110 | 0 | 10101 | 101 | 110011 | 100111010 | 1100 | 101100 |
Color Harmonies of #7C6276
Complementary color
Monochromatic Colors of #7C6276
Black with #7C6276
Text Example
Text Example
White with #7C6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6276; }
p { color: rgb(124,98,118); }
H1.HeaderClassName
{
color: #7C6276;
}
.AnyTagClassName
{
color: #7C6276;
}
</style>
background-color css
<style>
a { background-color: #7C6276; }
a { background-color: rgb(124,98,118); }
div.DivClassName
{
background-color: #7C6276;
}
.BgClassName
{
background-color: #7C6276;
}
</style>
border-color css
<style>
span { border-color: #7C6276; }
span { border-color: rgb(124,98,118); }
td.TdClassName
{
border-color: #7C6276;
}
.TagClassName
{
border-color: #7C6276;
}
</style>