Shades of Old Lavender #7C6075
Tints of Old Lavender #7C6075
RGB
CMYK
RGB Variations
Color information
#7C6075 (or 0x7C6075) is known color: Old Lavender. HEX triplet: 7C, 60 and 75. RGB value is (124,96,117). Sum of RGB (Red+Green+Blue) = 124+96+117=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6075 is #839F8A. Grayscale: #6A6A6A. Windows color (decimal): -8626059 or 7692412. OLE color: 7692412.
HSL color Cylindrical-coordinate representation of color #7C6075: hue angle of 315º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C6075 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 117 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.51 |
| HSL | 315º | 0.13% | 0.43% | - |
| HSV(B) | 315º | 0.23% | 0.49% | - |
| XYZ | 15.71 | 13.94 | 18.69 | - |
| YUV | 106.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 117 | 0 | 0.23 | 0.06 | 0.51 | 315 | 0.13 | 0.43 |
| Hex | 7C | 60 | 75 | 0 | 17 | 6 | 33 | 13B | D | 2B |
| Octal | 174 | 140 | 165 | 0 | 27 | 6 | 63 | 473 | 15 | 53 |
| Binary | 1111100 | 1100000 | 1110101 | 0 | 10111 | 110 | 110011 | 100111011 | 1101 | 101011 |
Color Harmonies of #7C6075
Complementary color
Monochromatic Colors of #7C6075
Black with #7C6075
Text Example
Text Example
White with #7C6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6075; }
p { color: rgb(124,96,117); }
H1.HeaderClassName
{
color: #7C6075;
}
.AnyTagClassName
{
color: #7C6075;
}
</style>
background-color css
<style>
a { background-color: #7C6075; }
a { background-color: rgb(124,96,117); }
div.DivClassName
{
background-color: #7C6075;
}
.BgClassName
{
background-color: #7C6075;
}
</style>
border-color css
<style>
span { border-color: #7C6075; }
span { border-color: rgb(124,96,117); }
td.TdClassName
{
border-color: #7C6075;
}
.TagClassName
{
border-color: #7C6075;
}
</style>