Shades of Willow Grove #70776A
Tints of Willow Grove #70776A
RGB
CMYK
RGB Variations
Color information
#70776A (or 0x70776A) is known color: Willow Grove. HEX triplet: 70, 77 and 6A. RGB value is (112,119,106). Sum of RGB (Red+Green+Blue) = 112+119+106=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #70776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70776A is #8F8895. Grayscale: #737373. Windows color (decimal): -9406614 or 6977392. OLE color: 6977392.
HSL color Cylindrical-coordinate representation of color #70776A: hue angle of 92.31º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #70776A is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 106 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.53 |
| HSL | 92.31º | 0.06% | 0.44% | - |
| HSV(B) | 92.31º | 0.11% | 0.47% | - |
| XYZ | 15.88 | 17.68 | 16.21 | - |
| YUV | 115.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 106 | 0.06 | 0 | 0.11 | 0.53 | 92.31 | 0.06 | 0.44 |
| Hex | 70 | 77 | 6A | 6 | 0 | B | 35 | 5C | 6 | 2C |
| Octal | 160 | 167 | 152 | 6 | 0 | 13 | 65 | 134 | 6 | 54 |
| Binary | 1110000 | 1110111 | 1101010 | 110 | 0 | 1011 | 110101 | 1011100 | 110 | 101100 |
Color Harmonies of #70776A
Complementary color
Monochromatic Colors of #70776A
Black with #70776A
Text Example
Text Example
White with #70776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70776A; }
p { color: rgb(112,119,106); }
H1.HeaderClassName
{
color: #70776A;
}
.AnyTagClassName
{
color: #70776A;
}
</style>
background-color css
<style>
a { background-color: #70776A; }
a { background-color: rgb(112,119,106); }
div.DivClassName
{
background-color: #70776A;
}
.BgClassName
{
background-color: #70776A;
}
</style>
border-color css
<style>
span { border-color: #70776A; }
span { border-color: rgb(112,119,106); }
td.TdClassName
{
border-color: #70776A;
}
.TagClassName
{
border-color: #70776A;
}
</style>