Shades of Old Lavender #7D6179
Tints of Old Lavender #7D6179
RGB
CMYK
RGB Variations
Color information
#7D6179 (or 0x7D6179) is known color: Old Lavender. HEX triplet: 7D, 61 and 79. RGB value is (125,97,121). Sum of RGB (Red+Green+Blue) = 125+97+121=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6179 is #829E86. Grayscale: #6C6C6C. Windows color (decimal): -8560263 or 7954813. OLE color: 7954813.
HSL color Cylindrical-coordinate representation of color #7D6179: hue angle of 308.57º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6179 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 121 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.51 |
| HSL | 308.57º | 0.13% | 0.44% | - |
| HSV(B) | 308.57º | 0.22% | 0.49% | - |
| XYZ | 16.18 | 14.29 | 19.99 | - |
| YUV | 108.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 121 | 0 | 0.22 | 0.03 | 0.51 | 308.57 | 0.13 | 0.44 |
| Hex | 7D | 61 | 79 | 0 | 16 | 3 | 33 | 135 | D | 2C |
| Octal | 175 | 141 | 171 | 0 | 26 | 3 | 63 | 465 | 15 | 54 |
| Binary | 1111101 | 1100001 | 1111001 | 0 | 10110 | 11 | 110011 | 100110101 | 1101 | 101100 |
Color Harmonies of #7D6179
Complementary color
Monochromatic Colors of #7D6179
Black with #7D6179
Text Example
Text Example
White with #7D6179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6179; }
p { color: rgb(125,97,121); }
H1.HeaderClassName
{
color: #7D6179;
}
.AnyTagClassName
{
color: #7D6179;
}
</style>
background-color css
<style>
a { background-color: #7D6179; }
a { background-color: rgb(125,97,121); }
div.DivClassName
{
background-color: #7D6179;
}
.BgClassName
{
background-color: #7D6179;
}
</style>
border-color css
<style>
span { border-color: #7D6179; }
span { border-color: rgb(125,97,121); }
td.TdClassName
{
border-color: #7D6179;
}
.TagClassName
{
border-color: #7D6179;
}
</style>