Shades of Finch #707056
Tints of Finch #707056
RGB
CMYK
RGB Variations
Color information
#707056 (or 0x707056) is known color: Finch. HEX triplet: 70, 70 and 56. RGB value is (112,112,86). Sum of RGB (Red+Green+Blue) = 112+112+86=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707056 is #8F8FA9. Grayscale: #6D6D6D. Windows color (decimal): -9408426 or 5664880. OLE color: 5664880.
HSL color Cylindrical-coordinate representation of color #707056: hue angle of 60º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707056 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 86 | - |
| CMYK | 0 | 0 | 0.23 | 0.56 |
| HSL | 60º | 0.13% | 0.39% | - |
| HSV(B) | 60º | 0.23% | 0.44% | - |
| XYZ | 14.16 | 15.7 | 11.09 | - |
| YUV | 109.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 86 | 0 | 0 | 0.23 | 0.56 | 60 | 0.13 | 0.39 |
| Hex | 70 | 70 | 56 | 0 | 0 | 17 | 38 | 3C | D | 27 |
| Octal | 160 | 160 | 126 | 0 | 0 | 27 | 70 | 74 | 15 | 47 |
| Binary | 1110000 | 1110000 | 1010110 | 0 | 0 | 10111 | 111000 | 111100 | 1101 | 100111 |
Color Harmonies of #707056
Complementary color
Monochromatic Colors of #707056
Black with #707056
Text Example
Text Example
White with #707056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707056; }
p { color: rgb(112,112,86); }
H1.HeaderClassName
{
color: #707056;
}
.AnyTagClassName
{
color: #707056;
}
</style>
background-color css
<style>
a { background-color: #707056; }
a { background-color: rgb(112,112,86); }
div.DivClassName
{
background-color: #707056;
}
.BgClassName
{
background-color: #707056;
}
</style>
border-color css
<style>
span { border-color: #707056; }
span { border-color: rgb(112,112,86); }
td.TdClassName
{
border-color: #707056;
}
.TagClassName
{
border-color: #707056;
}
</style>