Shades of Old Lavender #7D6379
Tints of Old Lavender #7D6379
RGB
CMYK
RGB Variations
Color information
#7D6379 (or 0x7D6379) is known color: Old Lavender. HEX triplet: 7D, 63 and 79. RGB value is (125,99,121). Sum of RGB (Red+Green+Blue) = 125+99+121=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6379 is #829C86. Grayscale: #6D6D6D. Windows color (decimal): -8559751 or 7955325. OLE color: 7955325.
HSL color Cylindrical-coordinate representation of color #7D6379: hue angle of 309.23º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D6379 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 121 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.51 |
| HSL | 309.23º | 0.12% | 0.44% | - |
| HSV(B) | 309.23º | 0.21% | 0.49% | - |
| XYZ | 16.37 | 14.66 | 20.06 | - |
| YUV | 109.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 121 | 0 | 0.21 | 0.03 | 0.51 | 309.23 | 0.12 | 0.44 |
| Hex | 7D | 63 | 79 | 0 | 15 | 3 | 33 | 135 | C | 2C |
| Octal | 175 | 143 | 171 | 0 | 25 | 3 | 63 | 465 | 14 | 54 |
| Binary | 1111101 | 1100011 | 1111001 | 0 | 10101 | 11 | 110011 | 100110101 | 1100 | 101100 |
Color Harmonies of #7D6379
Complementary color
Monochromatic Colors of #7D6379
Black with #7D6379
Text Example
Text Example
White with #7D6379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6379; }
p { color: rgb(125,99,121); }
H1.HeaderClassName
{
color: #7D6379;
}
.AnyTagClassName
{
color: #7D6379;
}
</style>
background-color css
<style>
a { background-color: #7D6379; }
a { background-color: rgb(125,99,121); }
div.DivClassName
{
background-color: #7D6379;
}
.BgClassName
{
background-color: #7D6379;
}
</style>
border-color css
<style>
span { border-color: #7D6379; }
span { border-color: rgb(125,99,121); }
td.TdClassName
{
border-color: #7D6379;
}
.TagClassName
{
border-color: #7D6379;
}
</style>