Shades of Old Lavender #7D627A
Tints of Old Lavender #7D627A
RGB
CMYK
RGB Variations
Color information
#7D627A (or 0x7D627A) is known color: Old Lavender. HEX triplet: 7D, 62 and 7A. RGB value is (125,98,122). Sum of RGB (Red+Green+Blue) = 125+98+122=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D627A is #829D85. Grayscale: #6C6C6C. Windows color (decimal): -8560006 or 8020605. OLE color: 8020605.
HSL color Cylindrical-coordinate representation of color #7D627A: hue angle of 306.67º degrees, saturation: 0.12, 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 #7D627A is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 122 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.51 |
| HSL | 306.67º | 0.12% | 0.44% | - |
| HSV(B) | 306.67º | 0.22% | 0.49% | - |
| XYZ | 16.34 | 14.5 | 20.35 | - |
| YUV | 108.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 122 | 0 | 0.22 | 0.02 | 0.51 | 306.67 | 0.12 | 0.44 |
| Hex | 7D | 62 | 7A | 0 | 16 | 2 | 33 | 133 | C | 2C |
| Octal | 175 | 142 | 172 | 0 | 26 | 2 | 63 | 463 | 14 | 54 |
| Binary | 1111101 | 1100010 | 1111010 | 0 | 10110 | 10 | 110011 | 100110011 | 1100 | 101100 |
Color Harmonies of #7D627A
Complementary color
Monochromatic Colors of #7D627A
Black with #7D627A
Text Example
Text Example
White with #7D627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D627A; }
p { color: rgb(125,98,122); }
H1.HeaderClassName
{
color: #7D627A;
}
.AnyTagClassName
{
color: #7D627A;
}
</style>
background-color css
<style>
a { background-color: #7D627A; }
a { background-color: rgb(125,98,122); }
div.DivClassName
{
background-color: #7D627A;
}
.BgClassName
{
background-color: #7D627A;
}
</style>
border-color css
<style>
span { border-color: #7D627A; }
span { border-color: rgb(125,98,122); }
td.TdClassName
{
border-color: #7D627A;
}
.TagClassName
{
border-color: #7D627A;
}
</style>