Shades of Finch #707157
Tints of Finch #707157
RGB
CMYK
RGB Variations
Color information
#707157 (or 0x707157) is known color: Finch. HEX triplet: 70, 71 and 57. RGB value is (112,113,87). Sum of RGB (Red+Green+Blue) = 112+113+87=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 113 - color contains mainly: green. Hex color #707157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707157 is #8F8EA8. Grayscale: #6D6D6D. Windows color (decimal): -9408169 or 5730672. OLE color: 5730672.
HSL color Cylindrical-coordinate representation of color #707157: hue angle of 62.31º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707157 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 87 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.56 |
| HSL | 62.31º | 0.13% | 0.39% | - |
| HSV(B) | 62.31º | 0.23% | 0.44% | - |
| XYZ | 14.31 | 15.94 | 11.34 | - |
| YUV | 109.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 87 | 0.01 | 0 | 0.23 | 0.56 | 62.31 | 0.13 | 0.39 |
| Hex | 70 | 71 | 57 | 1 | 0 | 17 | 38 | 3E | D | 27 |
| Octal | 160 | 161 | 127 | 1 | 0 | 27 | 70 | 76 | 15 | 47 |
| Binary | 1110000 | 1110001 | 1010111 | 1 | 0 | 10111 | 111000 | 111110 | 1101 | 100111 |
Color Harmonies of #707157
Complementary color
Monochromatic Colors of #707157
Black with #707157
Text Example
Text Example
White with #707157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707157; }
p { color: rgb(112,113,87); }
H1.HeaderClassName
{
color: #707157;
}
.AnyTagClassName
{
color: #707157;
}
</style>
background-color css
<style>
a { background-color: #707157; }
a { background-color: rgb(112,113,87); }
div.DivClassName
{
background-color: #707157;
}
.BgClassName
{
background-color: #707157;
}
</style>
border-color css
<style>
span { border-color: #707157; }
span { border-color: rgb(112,113,87); }
td.TdClassName
{
border-color: #707157;
}
.TagClassName
{
border-color: #707157;
}
</style>