Shades of Old Lavender #7D637A
Tints of Old Lavender #7D637A
RGB
CMYK
RGB Variations
Color information
#7D637A (or 0x7D637A) is known color: Old Lavender. HEX triplet: 7D, 63 and 7A. RGB value is (125,99,122). Sum of RGB (Red+Green+Blue) = 125+99+122=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 125 - color contains mainly: red. Hex color #7D637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D637A is #829C85. Grayscale: #6D6D6D. Windows color (decimal): -8559750 or 8020861. OLE color: 8020861.
HSL color Cylindrical-coordinate representation of color #7D637A: hue angle of 306.92º 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 #7D637A is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 122 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.51 |
| HSL | 306.92º | 0.12% | 0.44% | - |
| HSV(B) | 306.92º | 0.21% | 0.49% | - |
| XYZ | 16.43 | 14.69 | 20.38 | - |
| YUV | 109.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 122 | 0 | 0.21 | 0.02 | 0.51 | 306.92 | 0.12 | 0.44 |
| Hex | 7D | 63 | 7A | 0 | 15 | 2 | 33 | 133 | C | 2C |
| Octal | 175 | 143 | 172 | 0 | 25 | 2 | 63 | 463 | 14 | 54 |
| Binary | 1111101 | 1100011 | 1111010 | 0 | 10101 | 10 | 110011 | 100110011 | 1100 | 101100 |
Color Harmonies of #7D637A
Complementary color
Monochromatic Colors of #7D637A
Black with #7D637A
Text Example
Text Example
White with #7D637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D637A; }
p { color: rgb(125,99,122); }
H1.HeaderClassName
{
color: #7D637A;
}
.AnyTagClassName
{
color: #7D637A;
}
</style>
background-color css
<style>
a { background-color: #7D637A; }
a { background-color: rgb(125,99,122); }
div.DivClassName
{
background-color: #7D637A;
}
.BgClassName
{
background-color: #7D637A;
}
</style>
border-color css
<style>
span { border-color: #7D637A; }
span { border-color: rgb(125,99,122); }
td.TdClassName
{
border-color: #7D637A;
}
.TagClassName
{
border-color: #7D637A;
}
</style>