Shades of Finch #717C57
Tints of Finch #717C57
RGB
CMYK
RGB Variations
Color information
#717C57 (or 0x717C57) is known color: Finch. HEX triplet: 71, 7C and 57. RGB value is (113,124,87). Sum of RGB (Red+Green+Blue) = 113+124+87=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 124 - color contains mainly: green. Hex color #717C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C57 is #8E83A8. Grayscale: #747474. Windows color (decimal): -9339817 or 5733489. OLE color: 5733489.
HSL color Cylindrical-coordinate representation of color #717C57: hue angle of 77.84º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #717C57 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 87 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.51 |
| HSL | 77.84º | 0.18% | 0.41% | - |
| HSV(B) | 77.84º | 0.3% | 0.49% | - |
| XYZ | 15.74 | 18.61 | 11.78 | - |
| YUV | 116.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 87 | 0.09 | 0 | 0.30 | 0.51 | 77.84 | 0.18 | 0.41 |
| Hex | 71 | 7C | 57 | 9 | 0 | 1E | 33 | 4E | 12 | 29 |
| Octal | 161 | 174 | 127 | 11 | 0 | 36 | 63 | 116 | 22 | 51 |
| Binary | 1110001 | 1111100 | 1010111 | 1001 | 0 | 11110 | 110011 | 1001110 | 10010 | 101001 |
Color Harmonies of #717C57
Complementary color
Monochromatic Colors of #717C57
Black with #717C57
Text Example
Text Example
White with #717C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C57; }
p { color: rgb(113,124,87); }
H1.HeaderClassName
{
color: #717C57;
}
.AnyTagClassName
{
color: #717C57;
}
</style>
background-color css
<style>
a { background-color: #717C57; }
a { background-color: rgb(113,124,87); }
div.DivClassName
{
background-color: #717C57;
}
.BgClassName
{
background-color: #717C57;
}
</style>
border-color css
<style>
span { border-color: #717C57; }
span { border-color: rgb(113,124,87); }
td.TdClassName
{
border-color: #717C57;
}
.TagClassName
{
border-color: #717C57;
}
</style>