Shades of Willow Grove #70746A
Tints of Willow Grove #70746A
RGB
CMYK
RGB Variations
Color information
#70746A (or 0x70746A) is known color: Willow Grove. HEX triplet: 70, 74 and 6A. RGB value is (112,116,106). Sum of RGB (Red+Green+Blue) = 112+116+106=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #70746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70746A is #8F8B95. Grayscale: #717171. Windows color (decimal): -9407382 or 6976624. OLE color: 6976624.
HSL color Cylindrical-coordinate representation of color #70746A: hue angle of 84º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70746A is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 106 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.55 |
| HSL | 84º | 0.05% | 0.44% | - |
| HSV(B) | 84º | 0.09% | 0.45% | - |
| XYZ | 15.53 | 16.98 | 16.09 | - |
| YUV | 113.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 106 | 0.03 | 0 | 0.09 | 0.55 | 84 | 0.05 | 0.44 |
| Hex | 70 | 74 | 6A | 3 | 0 | 9 | 37 | 54 | 5 | 2C |
| Octal | 160 | 164 | 152 | 3 | 0 | 11 | 67 | 124 | 5 | 54 |
| Binary | 1110000 | 1110100 | 1101010 | 11 | 0 | 1001 | 110111 | 1010100 | 101 | 101100 |
Color Harmonies of #70746A
Complementary color
Monochromatic Colors of #70746A
Black with #70746A
Text Example
Text Example
White with #70746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70746A; }
p { color: rgb(112,116,106); }
H1.HeaderClassName
{
color: #70746A;
}
.AnyTagClassName
{
color: #70746A;
}
</style>
background-color css
<style>
a { background-color: #70746A; }
a { background-color: rgb(112,116,106); }
div.DivClassName
{
background-color: #70746A;
}
.BgClassName
{
background-color: #70746A;
}
</style>
border-color css
<style>
span { border-color: #70746A; }
span { border-color: rgb(112,116,106); }
td.TdClassName
{
border-color: #70746A;
}
.TagClassName
{
border-color: #70746A;
}
</style>