Shades of Old Lavender #7D627B
Tints of Old Lavender #7D627B
RGB
CMYK
RGB Variations
Color information
#7D627B (or 0x7D627B) is known color: Old Lavender. HEX triplet: 7D, 62 and 7B. RGB value is (125,98,123). Sum of RGB (Red+Green+Blue) = 125+98+123=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 125 - color contains mainly: red. Hex color #7D627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D627B is #829D84. Grayscale: #6C6C6C. Windows color (decimal): -8560005 or 8086141. OLE color: 8086141.
HSL color Cylindrical-coordinate representation of color #7D627B: hue angle of 304.44º 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 #7D627B is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 123 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.51 |
| HSL | 304.44º | 0.12% | 0.44% | - |
| HSV(B) | 304.44º | 0.22% | 0.49% | - |
| XYZ | 16.4 | 14.53 | 20.68 | - |
| YUV | 108.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 123 | 0 | 0.22 | 0.02 | 0.51 | 304.44 | 0.12 | 0.44 |
| Hex | 7D | 62 | 7B | 0 | 16 | 2 | 33 | 130 | C | 2C |
| Octal | 175 | 142 | 173 | 0 | 26 | 2 | 63 | 460 | 14 | 54 |
| Binary | 1111101 | 1100010 | 1111011 | 0 | 10110 | 10 | 110011 | 100110000 | 1100 | 101100 |
Color Harmonies of #7D627B
Complementary color
Monochromatic Colors of #7D627B
Black with #7D627B
Text Example
Text Example
White with #7D627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D627B; }
p { color: rgb(125,98,123); }
H1.HeaderClassName
{
color: #7D627B;
}
.AnyTagClassName
{
color: #7D627B;
}
</style>
background-color css
<style>
a { background-color: #7D627B; }
a { background-color: rgb(125,98,123); }
div.DivClassName
{
background-color: #7D627B;
}
.BgClassName
{
background-color: #7D627B;
}
</style>
border-color css
<style>
span { border-color: #7D627B; }
span { border-color: rgb(125,98,123); }
td.TdClassName
{
border-color: #7D627B;
}
.TagClassName
{
border-color: #7D627B;
}
</style>