Shades of Finch #707156
Tints of Finch #707156
RGB
CMYK
RGB Variations
Color information
#707156 (or 0x707156) is known color: Finch. HEX triplet: 70, 71 and 56. RGB value is (112,113,86). Sum of RGB (Red+Green+Blue) = 112+113+86=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 113 - color contains mainly: green. Hex color #707156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707156 is #8F8EA9. Grayscale: #6D6D6D. Windows color (decimal): -9408170 or 5665136. OLE color: 5665136.
HSL color Cylindrical-coordinate representation of color #707156: hue angle of 62.22º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #707156 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 86 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.56 |
| HSL | 62.22º | 0.14% | 0.39% | - |
| HSV(B) | 62.22º | 0.24% | 0.44% | - |
| XYZ | 14.27 | 15.93 | 11.13 | - |
| YUV | 109.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 86 | 0.01 | 0 | 0.24 | 0.56 | 62.22 | 0.14 | 0.39 |
| Hex | 70 | 71 | 56 | 1 | 0 | 18 | 38 | 3E | E | 27 |
| Octal | 160 | 161 | 126 | 1 | 0 | 30 | 70 | 76 | 16 | 47 |
| Binary | 1110000 | 1110001 | 1010110 | 1 | 0 | 11000 | 111000 | 111110 | 1110 | 100111 |
Color Harmonies of #707156
Complementary color
Monochromatic Colors of #707156
Black with #707156
Text Example
Text Example
White with #707156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707156; }
p { color: rgb(112,113,86); }
H1.HeaderClassName
{
color: #707156;
}
.AnyTagClassName
{
color: #707156;
}
</style>
background-color css
<style>
a { background-color: #707156; }
a { background-color: rgb(112,113,86); }
div.DivClassName
{
background-color: #707156;
}
.BgClassName
{
background-color: #707156;
}
</style>
border-color css
<style>
span { border-color: #707156; }
span { border-color: rgb(112,113,86); }
td.TdClassName
{
border-color: #707156;
}
.TagClassName
{
border-color: #707156;
}
</style>