Shades of Old Lavender #7C697B
Tints of Old Lavender #7C697B
RGB
CMYK
RGB Variations
Color information
#7C697B (or 0x7C697B) is known color: Old Lavender. HEX triplet: 7C, 69 and 7B. RGB value is (124,105,123). Sum of RGB (Red+Green+Blue) = 124+105+123=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 124 - color contains mainly: red. Hex color #7C697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C697B is #839684. Grayscale: #707070. Windows color (decimal): -8623749 or 8087932. OLE color: 8087932.
HSL color Cylindrical-coordinate representation of color #7C697B: hue angle of 303.16º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C697B is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 123 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.51 |
| HSL | 303.16º | 0.08% | 0.45% | - |
| HSV(B) | 303.16º | 0.15% | 0.49% | - |
| XYZ | 16.94 | 15.82 | 20.9 | - |
| YUV | 112.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 123 | 0 | 0.15 | 0.01 | 0.51 | 303.16 | 0.08 | 0.45 |
| Hex | 7C | 69 | 7B | 0 | F | 1 | 33 | 12F | 8 | 2D |
| Octal | 174 | 151 | 173 | 0 | 17 | 1 | 63 | 457 | 10 | 55 |
| Binary | 1111100 | 1101001 | 1111011 | 0 | 1111 | 1 | 110011 | 100101111 | 1000 | 101101 |
Color Harmonies of #7C697B
Complementary color
Monochromatic Colors of #7C697B
Black with #7C697B
Text Example
Text Example
White with #7C697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C697B; }
p { color: rgb(124,105,123); }
H1.HeaderClassName
{
color: #7C697B;
}
.AnyTagClassName
{
color: #7C697B;
}
</style>
background-color css
<style>
a { background-color: #7C697B; }
a { background-color: rgb(124,105,123); }
div.DivClassName
{
background-color: #7C697B;
}
.BgClassName
{
background-color: #7C697B;
}
</style>
border-color css
<style>
span { border-color: #7C697B; }
span { border-color: rgb(124,105,123); }
td.TdClassName
{
border-color: #7C697B;
}
.TagClassName
{
border-color: #7C697B;
}
</style>