Shades of Old Lavender #7C657A
Tints of Old Lavender #7C657A
RGB
CMYK
RGB Variations
Color information
#7C657A (or 0x7C657A) is known color: Old Lavender. HEX triplet: 7C, 65 and 7A. RGB value is (124,101,122). Sum of RGB (Red+Green+Blue) = 124+101+122=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C657A is #839A85. Grayscale: #6E6E6E. Windows color (decimal): -8624774 or 8021372. OLE color: 8021372.
HSL color Cylindrical-coordinate representation of color #7C657A: hue angle of 305.22º 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 #7C657A is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 122 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.51 |
| HSL | 305.22º | 0.1% | 0.44% | - |
| HSV(B) | 305.22º | 0.19% | 0.49% | - |
| XYZ | 16.48 | 15 | 20.44 | - |
| YUV | 110.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 122 | 0 | 0.19 | 0.02 | 0.51 | 305.22 | 0.1 | 0.44 |
| Hex | 7C | 65 | 7A | 0 | 13 | 2 | 33 | 131 | A | 2C |
| Octal | 174 | 145 | 172 | 0 | 23 | 2 | 63 | 461 | 12 | 54 |
| Binary | 1111100 | 1100101 | 1111010 | 0 | 10011 | 10 | 110011 | 100110001 | 1010 | 101100 |
Color Harmonies of #7C657A
Complementary color
Monochromatic Colors of #7C657A
Black with #7C657A
Text Example
Text Example
White with #7C657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C657A; }
p { color: rgb(124,101,122); }
H1.HeaderClassName
{
color: #7C657A;
}
.AnyTagClassName
{
color: #7C657A;
}
</style>
background-color css
<style>
a { background-color: #7C657A; }
a { background-color: rgb(124,101,122); }
div.DivClassName
{
background-color: #7C657A;
}
.BgClassName
{
background-color: #7C657A;
}
</style>
border-color css
<style>
span { border-color: #7C657A; }
span { border-color: rgb(124,101,122); }
td.TdClassName
{
border-color: #7C657A;
}
.TagClassName
{
border-color: #7C657A;
}
</style>