Shades of Old Lavender #7C6D7D
Tints of Old Lavender #7C6D7D
RGB
CMYK
RGB Variations
Color information
#7C6D7D (or 0x7C6D7D) is known color: Old Lavender. HEX triplet: 7C, 6D and 7D. RGB value is (124,109,125). Sum of RGB (Red+Green+Blue) = 124+109+125=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C6D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D7D is #839282. Grayscale: #737373. Windows color (decimal): -8622723 or 8220028. OLE color: 8220028.
HSL color Cylindrical-coordinate representation of color #7C6D7D: hue angle of 296.25º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C6D7D is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 125 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.51 |
| HSL | 296.25º | 0.07% | 0.46% | - |
| HSV(B) | 296.25º | 0.13% | 0.49% | - |
| XYZ | 17.48 | 16.7 | 21.7 | - |
| YUV | 115.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 125 | 0.01 | 0.13 | 0 | 0.51 | 296.25 | 0.07 | 0.46 |
| Hex | 7C | 6D | 7D | 1 | D | 0 | 33 | 128 | 7 | 2E |
| Octal | 174 | 155 | 175 | 1 | 15 | 0 | 63 | 450 | 7 | 56 |
| Binary | 1111100 | 1101101 | 1111101 | 1 | 1101 | 0 | 110011 | 100101000 | 111 | 101110 |
Color Harmonies of #7C6D7D
Complementary color
Monochromatic Colors of #7C6D7D
Black with #7C6D7D
Text Example
Text Example
White with #7C6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D7D; }
p { color: rgb(124,109,125); }
H1.HeaderClassName
{
color: #7C6D7D;
}
.AnyTagClassName
{
color: #7C6D7D;
}
</style>
background-color css
<style>
a { background-color: #7C6D7D; }
a { background-color: rgb(124,109,125); }
div.DivClassName
{
background-color: #7C6D7D;
}
.BgClassName
{
background-color: #7C6D7D;
}
</style>
border-color css
<style>
span { border-color: #7C6D7D; }
span { border-color: rgb(124,109,125); }
td.TdClassName
{
border-color: #7C6D7D;
}
.TagClassName
{
border-color: #7C6D7D;
}
</style>