Shades of Old Lavender #7D647A
Tints of Old Lavender #7D647A
RGB
CMYK
RGB Variations
Color information
#7D647A (or 0x7D647A) is known color: Old Lavender. HEX triplet: 7D, 64 and 7A. RGB value is (125,100,122). Sum of RGB (Red+Green+Blue) = 125+100+122=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 125 - color contains mainly: red. Hex color #7D647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D647A is #829B85. Grayscale: #6D6D6D. Windows color (decimal): -8559494 or 8021117. OLE color: 8021117.
HSL color Cylindrical-coordinate representation of color #7D647A: hue angle of 307.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D647A is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 122 | - |
| CMYK | 0 | 0.2 | 0.02 | 0.51 |
| HSL | 307.2º | 0.11% | 0.44% | - |
| HSV(B) | 307.2º | 0.2% | 0.49% | - |
| XYZ | 16.53 | 14.88 | 20.41 | - |
| YUV | 109.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 122 | 0 | 0.2 | 0.02 | 0.51 | 307.2 | 0.11 | 0.44 |
| Hex | 7D | 64 | 7A | 0 | 14 | 2 | 33 | 133 | B | 2C |
| Octal | 175 | 144 | 172 | 0 | 24 | 2 | 63 | 463 | 13 | 54 |
| Binary | 1111101 | 1100100 | 1111010 | 0 | 10100 | 10 | 110011 | 100110011 | 1011 | 101100 |
Color Harmonies of #7D647A
Complementary color
Monochromatic Colors of #7D647A
Black with #7D647A
Text Example
Text Example
White with #7D647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D647A; }
p { color: rgb(125,100,122); }
H1.HeaderClassName
{
color: #7D647A;
}
.AnyTagClassName
{
color: #7D647A;
}
</style>
background-color css
<style>
a { background-color: #7D647A; }
a { background-color: rgb(125,100,122); }
div.DivClassName
{
background-color: #7D647A;
}
.BgClassName
{
background-color: #7D647A;
}
</style>
border-color css
<style>
span { border-color: #7D647A; }
span { border-color: rgb(125,100,122); }
td.TdClassName
{
border-color: #7D647A;
}
.TagClassName
{
border-color: #7D647A;
}
</style>