Shades of Finch #717957
Tints of Finch #717957
RGB
CMYK
RGB Variations
Color information
#717957 (or 0x717957) is known color: Finch. HEX triplet: 71, 79 and 57. RGB value is (113,121,87). Sum of RGB (Red+Green+Blue) = 113+121+87=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 121 - color contains mainly: green. Hex color #717957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717957 is #8E86A8. Grayscale: #727272. Windows color (decimal): -9340585 or 5732721. OLE color: 5732721.
HSL color Cylindrical-coordinate representation of color #717957: hue angle of 74.12º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #717957 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 87 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.53 |
| HSL | 74.12º | 0.16% | 0.41% | - |
| HSV(B) | 74.12º | 0.28% | 0.47% | - |
| XYZ | 15.37 | 17.87 | 11.66 | - |
| YUV | 114.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 87 | 0.07 | 0 | 0.28 | 0.53 | 74.12 | 0.16 | 0.41 |
| Hex | 71 | 79 | 57 | 7 | 0 | 1C | 35 | 4A | 10 | 29 |
| Octal | 161 | 171 | 127 | 7 | 0 | 34 | 65 | 112 | 20 | 51 |
| Binary | 1110001 | 1111001 | 1010111 | 111 | 0 | 11100 | 110101 | 1001010 | 10000 | 101001 |
Color Harmonies of #717957
Complementary color
Monochromatic Colors of #717957
Black with #717957
Text Example
Text Example
White with #717957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717957; }
p { color: rgb(113,121,87); }
H1.HeaderClassName
{
color: #717957;
}
.AnyTagClassName
{
color: #717957;
}
</style>
background-color css
<style>
a { background-color: #717957; }
a { background-color: rgb(113,121,87); }
div.DivClassName
{
background-color: #717957;
}
.BgClassName
{
background-color: #717957;
}
</style>
border-color css
<style>
span { border-color: #717957; }
span { border-color: rgb(113,121,87); }
td.TdClassName
{
border-color: #717957;
}
.TagClassName
{
border-color: #717957;
}
</style>