Shades of Old Lavender #716A71
Tints of Old Lavender #716A71
RGB
CMYK
RGB Variations
Color information
#716A71 (or 0x716A71) is known color: Old Lavender. HEX triplet: 71, 6A and 71. RGB value is (113,106,113). Sum of RGB (Red+Green+Blue) = 113+106+113=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #716A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A71 is #8E958E. Grayscale: #6C6C6C. Windows color (decimal): -9344399 or 7432817. OLE color: 7432817.
HSL color Cylindrical-coordinate representation of color #716A71: hue angle of 300º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716A71 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 113 | - |
| CMYK | 0 | 0.06 | 0 | 0.56 |
| HSL | 300º | 0.03% | 0.43% | - |
| HSV(B) | 300º | 0.06% | 0.44% | - |
| XYZ | 14.94 | 15.01 | 17.73 | - |
| YUV | 108.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 113 | 0 | 0.06 | 0 | 0.56 | 300 | 0.03 | 0.43 |
| Hex | 71 | 6A | 71 | 0 | 6 | 0 | 38 | 12C | 3 | 2B |
| Octal | 161 | 152 | 161 | 0 | 6 | 0 | 70 | 454 | 3 | 53 |
| Binary | 1110001 | 1101010 | 1110001 | 0 | 110 | 0 | 111000 | 100101100 | 11 | 101011 |
Color Harmonies of #716A71
Complementary color
Monochromatic Colors of #716A71
Black with #716A71
Text Example
Text Example
White with #716A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A71; }
p { color: rgb(113,106,113); }
H1.HeaderClassName
{
color: #716A71;
}
.AnyTagClassName
{
color: #716A71;
}
</style>
background-color css
<style>
a { background-color: #716A71; }
a { background-color: rgb(113,106,113); }
div.DivClassName
{
background-color: #716A71;
}
.BgClassName
{
background-color: #716A71;
}
</style>
border-color css
<style>
span { border-color: #716A71; }
span { border-color: rgb(113,106,113); }
td.TdClassName
{
border-color: #716A71;
}
.TagClassName
{
border-color: #716A71;
}
</style>