Shades of Old Lavender #706A70
Tints of Old Lavender #706A70
RGB
CMYK
RGB Variations
Color information
#706A70 (or 0x706A70) is known color: Old Lavender. HEX triplet: 70, 6A and 70. RGB value is (112,106,112). Sum of RGB (Red+Green+Blue) = 112+106+112=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A70 is #8F958F. Grayscale: #6C6C6C. Windows color (decimal): -9409936 or 7367280. OLE color: 7367280.
HSL color Cylindrical-coordinate representation of color #706A70: 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.05%. Process color model (Four color, CMYK) of #706A70 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 112 | - |
| CMYK | 0 | 0.05 | 0 | 0.56 |
| HSL | 300º | 0.03% | 0.43% | - |
| HSV(B) | 300º | 0.05% | 0.44% | - |
| XYZ | 14.76 | 14.92 | 17.43 | - |
| YUV | 108.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 112 | 0 | 0.05 | 0 | 0.56 | 300 | 0.03 | 0.43 |
| Hex | 70 | 6A | 70 | 0 | 5 | 0 | 38 | 12C | 3 | 2B |
| Octal | 160 | 152 | 160 | 0 | 5 | 0 | 70 | 454 | 3 | 53 |
| Binary | 1110000 | 1101010 | 1110000 | 0 | 101 | 0 | 111000 | 100101100 | 11 | 101011 |
Color Harmonies of #706A70
Complementary color
Monochromatic Colors of #706A70
Black with #706A70
Text Example
Text Example
White with #706A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A70; }
p { color: rgb(112,106,112); }
H1.HeaderClassName
{
color: #706A70;
}
.AnyTagClassName
{
color: #706A70;
}
</style>
background-color css
<style>
a { background-color: #706A70; }
a { background-color: rgb(112,106,112); }
div.DivClassName
{
background-color: #706A70;
}
.BgClassName
{
background-color: #706A70;
}
</style>
border-color css
<style>
span { border-color: #706A70; }
span { border-color: rgb(112,106,112); }
td.TdClassName
{
border-color: #706A70;
}
.TagClassName
{
border-color: #706A70;
}
</style>