Shades of Finch #707656
Tints of Finch #707656
RGB
CMYK
RGB Variations
Color information
#707656 (or 0x707656) is known color: Finch. HEX triplet: 70, 76 and 56. RGB value is (112,118,86). Sum of RGB (Red+Green+Blue) = 112+118+86=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #707656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707656 is #8F89A9. Grayscale: #707070. Windows color (decimal): -9406890 or 5666416. OLE color: 5666416.
HSL color Cylindrical-coordinate representation of color #707656: hue angle of 71.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707656 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 86 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.54 |
| HSL | 71.25º | 0.16% | 0.4% | - |
| HSV(B) | 71.25º | 0.27% | 0.46% | - |
| XYZ | 14.84 | 17.07 | 11.32 | - |
| YUV | 112.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 86 | 0.05 | 0 | 0.27 | 0.54 | 71.25 | 0.16 | 0.4 |
| Hex | 70 | 76 | 56 | 5 | 0 | 1B | 36 | 47 | 10 | 28 |
| Octal | 160 | 166 | 126 | 5 | 0 | 33 | 66 | 107 | 20 | 50 |
| Binary | 1110000 | 1110110 | 1010110 | 101 | 0 | 11011 | 110110 | 1000111 | 10000 | 101000 |
Color Harmonies of #707656
Complementary color
Monochromatic Colors of #707656
Black with #707656
Text Example
Text Example
White with #707656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707656; }
p { color: rgb(112,118,86); }
H1.HeaderClassName
{
color: #707656;
}
.AnyTagClassName
{
color: #707656;
}
</style>
background-color css
<style>
a { background-color: #707656; }
a { background-color: rgb(112,118,86); }
div.DivClassName
{
background-color: #707656;
}
.BgClassName
{
background-color: #707656;
}
</style>
border-color css
<style>
span { border-color: #707656; }
span { border-color: rgb(112,118,86); }
td.TdClassName
{
border-color: #707656;
}
.TagClassName
{
border-color: #707656;
}
</style>