Shades of Old Lavender #7C717B
Tints of Old Lavender #7C717B
RGB
CMYK
RGB Variations
Color information
#7C717B (or 0x7C717B) is known color: Old Lavender. HEX triplet: 7C, 71 and 7B. RGB value is (124,113,123). Sum of RGB (Red+Green+Blue) = 124+113+123=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 124 - color contains mainly: red. Hex color #7C717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C717B is #838E84. Grayscale: #757575. Windows color (decimal): -8621701 or 8089980. OLE color: 8089980.
HSL color Cylindrical-coordinate representation of color #7C717B: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C717B is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 123 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.51 |
| HSL | 305.45º | 0.05% | 0.46% | - |
| HSV(B) | 305.45º | 0.09% | 0.49% | - |
| XYZ | 17.79 | 17.53 | 21.18 | - |
| YUV | 117.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 123 | 0 | 0.09 | 0.01 | 0.51 | 305.45 | 0.05 | 0.46 |
| Hex | 7C | 71 | 7B | 0 | 9 | 1 | 33 | 131 | 5 | 2E |
| Octal | 174 | 161 | 173 | 0 | 11 | 1 | 63 | 461 | 5 | 56 |
| Binary | 1111100 | 1110001 | 1111011 | 0 | 1001 | 1 | 110011 | 100110001 | 101 | 101110 |
Color Harmonies of #7C717B
Complementary color
Monochromatic Colors of #7C717B
Black with #7C717B
Text Example
Text Example
White with #7C717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C717B; }
p { color: rgb(124,113,123); }
H1.HeaderClassName
{
color: #7C717B;
}
.AnyTagClassName
{
color: #7C717B;
}
</style>
background-color css
<style>
a { background-color: #7C717B; }
a { background-color: rgb(124,113,123); }
div.DivClassName
{
background-color: #7C717B;
}
.BgClassName
{
background-color: #7C717B;
}
</style>
border-color css
<style>
span { border-color: #7C717B; }
span { border-color: rgb(124,113,123); }
td.TdClassName
{
border-color: #7C717B;
}
.TagClassName
{
border-color: #7C717B;
}
</style>