Shades of Finch #707959
Tints of Finch #707959
RGB
CMYK
RGB Variations
Color information
#707959 (or 0x707959) is known color: Finch. HEX triplet: 70, 79 and 59. RGB value is (112,121,89). Sum of RGB (Red+Green+Blue) = 112+121+89=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #707959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707959 is #8F86A6. Grayscale: #727272. Windows color (decimal): -9406119 or 5863792. OLE color: 5863792.
HSL color Cylindrical-coordinate representation of color #707959: hue angle of 76.88º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707959 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 89 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.53 |
| HSL | 76.88º | 0.15% | 0.41% | - |
| HSV(B) | 76.88º | 0.26% | 0.47% | - |
| XYZ | 15.32 | 17.84 | 12.09 | - |
| YUV | 114.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 89 | 0.07 | 0 | 0.26 | 0.53 | 76.88 | 0.15 | 0.41 |
| Hex | 70 | 79 | 59 | 7 | 0 | 1A | 35 | 4D | F | 29 |
| Octal | 160 | 171 | 131 | 7 | 0 | 32 | 65 | 115 | 17 | 51 |
| Binary | 1110000 | 1111001 | 1011001 | 111 | 0 | 11010 | 110101 | 1001101 | 1111 | 101001 |
Color Harmonies of #707959
Complementary color
Monochromatic Colors of #707959
Black with #707959
Text Example
Text Example
White with #707959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707959; }
p { color: rgb(112,121,89); }
H1.HeaderClassName
{
color: #707959;
}
.AnyTagClassName
{
color: #707959;
}
</style>
background-color css
<style>
a { background-color: #707959; }
a { background-color: rgb(112,121,89); }
div.DivClassName
{
background-color: #707959;
}
.BgClassName
{
background-color: #707959;
}
</style>
border-color css
<style>
span { border-color: #707959; }
span { border-color: rgb(112,121,89); }
td.TdClassName
{
border-color: #707959;
}
.TagClassName
{
border-color: #707959;
}
</style>