Shades of Finch #707557
Tints of Finch #707557
RGB
CMYK
RGB Variations
Color information
#707557 (or 0x707557) is known color: Finch. HEX triplet: 70, 75 and 57. RGB value is (112,117,87). Sum of RGB (Red+Green+Blue) = 112+117+87=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #707557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707557 is #8F8AA8. Grayscale: #707070. Windows color (decimal): -9407145 or 5731696. OLE color: 5731696.
HSL color Cylindrical-coordinate representation of color #707557: hue angle of 70º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707557 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 87 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.54 |
| HSL | 70º | 0.15% | 0.4% | - |
| HSV(B) | 70º | 0.26% | 0.46% | - |
| XYZ | 14.76 | 16.86 | 11.49 | - |
| YUV | 112.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 87 | 0.04 | 0 | 0.26 | 0.54 | 70 | 0.15 | 0.4 |
| Hex | 70 | 75 | 57 | 4 | 0 | 1A | 36 | 46 | F | 28 |
| Octal | 160 | 165 | 127 | 4 | 0 | 32 | 66 | 106 | 17 | 50 |
| Binary | 1110000 | 1110101 | 1010111 | 100 | 0 | 11010 | 110110 | 1000110 | 1111 | 101000 |
Color Harmonies of #707557
Complementary color
Monochromatic Colors of #707557
Black with #707557
Text Example
Text Example
White with #707557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707557; }
p { color: rgb(112,117,87); }
H1.HeaderClassName
{
color: #707557;
}
.AnyTagClassName
{
color: #707557;
}
</style>
background-color css
<style>
a { background-color: #707557; }
a { background-color: rgb(112,117,87); }
div.DivClassName
{
background-color: #707557;
}
.BgClassName
{
background-color: #707557;
}
</style>
border-color css
<style>
span { border-color: #707557; }
span { border-color: rgb(112,117,87); }
td.TdClassName
{
border-color: #707557;
}
.TagClassName
{
border-color: #707557;
}
</style>