Shades of Old Lavender #7C657B
Tints of Old Lavender #7C657B
RGB
CMYK
RGB Variations
Color information
#7C657B (or 0x7C657B) is known color: Old Lavender. HEX triplet: 7C, 65 and 7B. RGB value is (124,101,123). Sum of RGB (Red+Green+Blue) = 124+101+123=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 124 - color contains mainly: red. Hex color #7C657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C657B is #839A84. Grayscale: #6E6E6E. Windows color (decimal): -8624773 or 8086908. OLE color: 8086908.
HSL color Cylindrical-coordinate representation of color #7C657B: hue angle of 302.61º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C657B is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 123 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.51 |
| HSL | 302.61º | 0.1% | 0.44% | - |
| HSV(B) | 302.61º | 0.19% | 0.49% | - |
| XYZ | 16.54 | 15.02 | 20.77 | - |
| YUV | 110.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 123 | 0 | 0.19 | 0.01 | 0.51 | 302.61 | 0.1 | 0.44 |
| Hex | 7C | 65 | 7B | 0 | 13 | 1 | 33 | 12F | A | 2C |
| Octal | 174 | 145 | 173 | 0 | 23 | 1 | 63 | 457 | 12 | 54 |
| Binary | 1111100 | 1100101 | 1111011 | 0 | 10011 | 1 | 110011 | 100101111 | 1010 | 101100 |
Color Harmonies of #7C657B
Complementary color
Monochromatic Colors of #7C657B
Black with #7C657B
Text Example
Text Example
White with #7C657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C657B; }
p { color: rgb(124,101,123); }
H1.HeaderClassName
{
color: #7C657B;
}
.AnyTagClassName
{
color: #7C657B;
}
</style>
background-color css
<style>
a { background-color: #7C657B; }
a { background-color: rgb(124,101,123); }
div.DivClassName
{
background-color: #7C657B;
}
.BgClassName
{
background-color: #7C657B;
}
</style>
border-color css
<style>
span { border-color: #7C657B; }
span { border-color: rgb(124,101,123); }
td.TdClassName
{
border-color: #7C657B;
}
.TagClassName
{
border-color: #7C657B;
}
</style>