Shades of Finch #707256
Tints of Finch #707256
RGB
CMYK
RGB Variations
Color information
#707256 (or 0x707256) is known color: Finch. HEX triplet: 70, 72 and 56. RGB value is (112,114,86). Sum of RGB (Red+Green+Blue) = 112+114+86=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #707256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707256 is #8F8DA9. Grayscale: #6E6E6E. Windows color (decimal): -9407914 or 5665392. OLE color: 5665392.
HSL color Cylindrical-coordinate representation of color #707256: hue angle of 64.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707256 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 86 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.55 |
| HSL | 64.29º | 0.14% | 0.39% | - |
| HSV(B) | 64.29º | 0.25% | 0.45% | - |
| XYZ | 14.38 | 16.15 | 11.16 | - |
| YUV | 110.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 86 | 0.02 | 0 | 0.25 | 0.55 | 64.29 | 0.14 | 0.39 |
| Hex | 70 | 72 | 56 | 2 | 0 | 19 | 37 | 40 | E | 27 |
| Octal | 160 | 162 | 126 | 2 | 0 | 31 | 67 | 100 | 16 | 47 |
| Binary | 1110000 | 1110010 | 1010110 | 10 | 0 | 11001 | 110111 | 1000000 | 1110 | 100111 |
Color Harmonies of #707256
Complementary color
Monochromatic Colors of #707256
Black with #707256
Text Example
Text Example
White with #707256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707256; }
p { color: rgb(112,114,86); }
H1.HeaderClassName
{
color: #707256;
}
.AnyTagClassName
{
color: #707256;
}
</style>
background-color css
<style>
a { background-color: #707256; }
a { background-color: rgb(112,114,86); }
div.DivClassName
{
background-color: #707256;
}
.BgClassName
{
background-color: #707256;
}
</style>
border-color css
<style>
span { border-color: #707256; }
span { border-color: rgb(112,114,86); }
td.TdClassName
{
border-color: #707256;
}
.TagClassName
{
border-color: #707256;
}
</style>