Shades of Old Lavender #7D6276
Tints of Old Lavender #7D6276
RGB
CMYK
RGB Variations
Color information
#7D6276 (or 0x7D6276) is known color: Old Lavender. HEX triplet: 7D, 62 and 76. RGB value is (125,98,118). Sum of RGB (Red+Green+Blue) = 125+98+118=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6276 is #829D89. Grayscale: #6C6C6C. Windows color (decimal): -8560010 or 7758461. OLE color: 7758461.
HSL color Cylindrical-coordinate representation of color #7D6276: hue angle of 315.56º 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 #7D6276 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 118 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.51 |
| HSL | 315.56º | 0.12% | 0.44% | - |
| HSV(B) | 315.56º | 0.22% | 0.49% | - |
| XYZ | 16.1 | 14.4 | 19.07 | - |
| YUV | 108.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 118 | 0 | 0.22 | 0.06 | 0.51 | 315.56 | 0.12 | 0.44 |
| Hex | 7D | 62 | 76 | 0 | 16 | 6 | 33 | 13C | C | 2C |
| Octal | 175 | 142 | 166 | 0 | 26 | 6 | 63 | 474 | 14 | 54 |
| Binary | 1111101 | 1100010 | 1110110 | 0 | 10110 | 110 | 110011 | 100111100 | 1100 | 101100 |
Color Harmonies of #7D6276
Complementary color
Monochromatic Colors of #7D6276
Black with #7D6276
Text Example
Text Example
White with #7D6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6276; }
p { color: rgb(125,98,118); }
H1.HeaderClassName
{
color: #7D6276;
}
.AnyTagClassName
{
color: #7D6276;
}
</style>
background-color css
<style>
a { background-color: #7D6276; }
a { background-color: rgb(125,98,118); }
div.DivClassName
{
background-color: #7D6276;
}
.BgClassName
{
background-color: #7D6276;
}
</style>
border-color css
<style>
span { border-color: #7D6276; }
span { border-color: rgb(125,98,118); }
td.TdClassName
{
border-color: #7D6276;
}
.TagClassName
{
border-color: #7D6276;
}
</style>