Shades of Old Lavender #7C707E
Tints of Old Lavender #7C707E
RGB
CMYK
RGB Variations
Color information
#7C707E (or 0x7C707E) is known color: Old Lavender. HEX triplet: 7C, 70 and 7E. RGB value is (124,112,126). Sum of RGB (Red+Green+Blue) = 124+112+126=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C707E is #838F81. Grayscale: #757575. Windows color (decimal): -8621954 or 8286332. OLE color: 8286332.
HSL color Cylindrical-coordinate representation of color #7C707E: hue angle of 291.43º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C707E is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 126 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.51 |
| HSL | 291.43º | 0.06% | 0.47% | - |
| HSV(B) | 291.43º | 0.11% | 0.49% | - |
| XYZ | 17.87 | 17.38 | 22.15 | - |
| YUV | 117.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 126 | 0.02 | 0.11 | 0 | 0.51 | 291.43 | 0.06 | 0.47 |
| Hex | 7C | 70 | 7E | 2 | B | 0 | 33 | 123 | 6 | 2F |
| Octal | 174 | 160 | 176 | 2 | 13 | 0 | 63 | 443 | 6 | 57 |
| Binary | 1111100 | 1110000 | 1111110 | 10 | 1011 | 0 | 110011 | 100100011 | 110 | 101111 |
Color Harmonies of #7C707E
Complementary color
Monochromatic Colors of #7C707E
Black with #7C707E
Text Example
Text Example
White with #7C707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C707E; }
p { color: rgb(124,112,126); }
H1.HeaderClassName
{
color: #7C707E;
}
.AnyTagClassName
{
color: #7C707E;
}
</style>
background-color css
<style>
a { background-color: #7C707E; }
a { background-color: rgb(124,112,126); }
div.DivClassName
{
background-color: #7C707E;
}
.BgClassName
{
background-color: #7C707E;
}
</style>
border-color css
<style>
span { border-color: #7C707E; }
span { border-color: rgb(124,112,126); }
td.TdClassName
{
border-color: #7C707E;
}
.TagClassName
{
border-color: #7C707E;
}
</style>