Shades of Old Lavender #7C697D
Tints of Old Lavender #7C697D
RGB
CMYK
RGB Variations
Color information
#7C697D (or 0x7C697D) is known color: Old Lavender. HEX triplet: 7C, 69 and 7D. RGB value is (124,105,125). Sum of RGB (Red+Green+Blue) = 124+105+125=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C697D is #839682. Grayscale: #707070. Windows color (decimal): -8623747 or 8219004. OLE color: 8219004.
HSL color Cylindrical-coordinate representation of color #7C697D: hue angle of 297º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C697D is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 125 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.51 |
| HSL | 297º | 0.09% | 0.45% | - |
| HSV(B) | 297º | 0.16% | 0.49% | - |
| XYZ | 17.07 | 15.87 | 21.57 | - |
| YUV | 112.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 125 | 0.01 | 0.16 | 0 | 0.51 | 297 | 0.09 | 0.45 |
| Hex | 7C | 69 | 7D | 1 | 10 | 0 | 33 | 129 | 9 | 2D |
| Octal | 174 | 151 | 175 | 1 | 20 | 0 | 63 | 451 | 11 | 55 |
| Binary | 1111100 | 1101001 | 1111101 | 1 | 10000 | 0 | 110011 | 100101001 | 1001 | 101101 |
Color Harmonies of #7C697D
Complementary color
Monochromatic Colors of #7C697D
Black with #7C697D
Text Example
Text Example
White with #7C697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C697D; }
p { color: rgb(124,105,125); }
H1.HeaderClassName
{
color: #7C697D;
}
.AnyTagClassName
{
color: #7C697D;
}
</style>
background-color css
<style>
a { background-color: #7C697D; }
a { background-color: rgb(124,105,125); }
div.DivClassName
{
background-color: #7C697D;
}
.BgClassName
{
background-color: #7C697D;
}
</style>
border-color css
<style>
span { border-color: #7C697D; }
span { border-color: rgb(124,105,125); }
td.TdClassName
{
border-color: #7C697D;
}
.TagClassName
{
border-color: #7C697D;
}
</style>