Shades of Willow Grove #70766B
Tints of Willow Grove #70766B
RGB
CMYK
RGB Variations
Color information
#70766B (or 0x70766B) is known color: Willow Grove. HEX triplet: 70, 76 and 6B. RGB value is (112,118,107). Sum of RGB (Red+Green+Blue) = 112+118+107=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 118 - color contains mainly: green. Hex color #70766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70766B is #8F8994. Grayscale: #727272. Windows color (decimal): -9406869 or 7042672. OLE color: 7042672.
HSL color Cylindrical-coordinate representation of color #70766B: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70766B is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 107 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.54 |
| HSL | 92.73º | 0.05% | 0.44% | - |
| HSV(B) | 92.73º | 0.09% | 0.46% | - |
| XYZ | 15.81 | 17.46 | 16.45 | - |
| YUV | 114.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 107 | 0.05 | 0 | 0.09 | 0.54 | 92.73 | 0.05 | 0.44 |
| Hex | 70 | 76 | 6B | 5 | 0 | 9 | 36 | 5D | 5 | 2C |
| Octal | 160 | 166 | 153 | 5 | 0 | 11 | 66 | 135 | 5 | 54 |
| Binary | 1110000 | 1110110 | 1101011 | 101 | 0 | 1001 | 110110 | 1011101 | 101 | 101100 |
Color Harmonies of #70766B
Complementary color
Monochromatic Colors of #70766B
Black with #70766B
Text Example
Text Example
White with #70766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70766B; }
p { color: rgb(112,118,107); }
H1.HeaderClassName
{
color: #70766B;
}
.AnyTagClassName
{
color: #70766B;
}
</style>
background-color css
<style>
a { background-color: #70766B; }
a { background-color: rgb(112,118,107); }
div.DivClassName
{
background-color: #70766B;
}
.BgClassName
{
background-color: #70766B;
}
</style>
border-color css
<style>
span { border-color: #70766B; }
span { border-color: rgb(112,118,107); }
td.TdClassName
{
border-color: #70766B;
}
.TagClassName
{
border-color: #70766B;
}
</style>