Shades of Old Lavender #7D727C
Tints of Old Lavender #7D727C
RGB
CMYK
RGB Variations
Color information
#7D727C (or 0x7D727C) is known color: Old Lavender. HEX triplet: 7D, 72 and 7C. RGB value is (125,114,124). Sum of RGB (Red+Green+Blue) = 125+114+124=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 125 - color contains mainly: red. Hex color #7D727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D727C is #828D83. Grayscale: #767676. Windows color (decimal): -8555908 or 8155773. OLE color: 8155773.
HSL color Cylindrical-coordinate representation of color #7D727C: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D727C is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 124 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.51 |
| HSL | 305.45º | 0.05% | 0.47% | - |
| HSV(B) | 305.45º | 0.09% | 0.49% | - |
| XYZ | 18.11 | 17.85 | 21.56 | - |
| YUV | 118.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 124 | 0 | 0.09 | 0.01 | 0.51 | 305.45 | 0.05 | 0.47 |
| Hex | 7D | 72 | 7C | 0 | 9 | 1 | 33 | 131 | 5 | 2F |
| Octal | 175 | 162 | 174 | 0 | 11 | 1 | 63 | 461 | 5 | 57 |
| Binary | 1111101 | 1110010 | 1111100 | 0 | 1001 | 1 | 110011 | 100110001 | 101 | 101111 |
Color Harmonies of #7D727C
Complementary color
Monochromatic Colors of #7D727C
Black with #7D727C
Text Example
Text Example
White with #7D727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D727C; }
p { color: rgb(125,114,124); }
H1.HeaderClassName
{
color: #7D727C;
}
.AnyTagClassName
{
color: #7D727C;
}
</style>
background-color css
<style>
a { background-color: #7D727C; }
a { background-color: rgb(125,114,124); }
div.DivClassName
{
background-color: #7D727C;
}
.BgClassName
{
background-color: #7D727C;
}
</style>
border-color css
<style>
span { border-color: #7D727C; }
span { border-color: rgb(125,114,124); }
td.TdClassName
{
border-color: #7D727C;
}
.TagClassName
{
border-color: #7D727C;
}
</style>