Shades of Finch #707956
Tints of Finch #707956
RGB
CMYK
RGB Variations
Color information
#707956 (or 0x707956) is known color: Finch. HEX triplet: 70, 79 and 56. RGB value is (112,121,86). Sum of RGB (Red+Green+Blue) = 112+121+86=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #707956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707956 is #8F86A9. Grayscale: #727272. Windows color (decimal): -9406122 or 5667184. OLE color: 5667184.
HSL color Cylindrical-coordinate representation of color #707956: hue angle of 75.43º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #707956 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 86 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.53 |
| HSL | 75.43º | 0.17% | 0.41% | - |
| HSV(B) | 75.43º | 0.29% | 0.47% | - |
| XYZ | 15.2 | 17.79 | 11.44 | - |
| YUV | 114.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 86 | 0.07 | 0 | 0.29 | 0.53 | 75.43 | 0.17 | 0.41 |
| Hex | 70 | 79 | 56 | 7 | 0 | 1D | 35 | 4B | 11 | 29 |
| Octal | 160 | 171 | 126 | 7 | 0 | 35 | 65 | 113 | 21 | 51 |
| Binary | 1110000 | 1111001 | 1010110 | 111 | 0 | 11101 | 110101 | 1001011 | 10001 | 101001 |
Color Harmonies of #707956
Complementary color
Monochromatic Colors of #707956
Black with #707956
Text Example
Text Example
White with #707956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707956; }
p { color: rgb(112,121,86); }
H1.HeaderClassName
{
color: #707956;
}
.AnyTagClassName
{
color: #707956;
}
</style>
background-color css
<style>
a { background-color: #707956; }
a { background-color: rgb(112,121,86); }
div.DivClassName
{
background-color: #707956;
}
.BgClassName
{
background-color: #707956;
}
</style>
border-color css
<style>
span { border-color: #707956; }
span { border-color: rgb(112,121,86); }
td.TdClassName
{
border-color: #707956;
}
.TagClassName
{
border-color: #707956;
}
</style>