Shades of Finch #717856
Tints of Finch #717856
RGB
CMYK
RGB Variations
Color information
#717856 (or 0x717856) is known color: Finch. HEX triplet: 71, 78 and 56. RGB value is (113,120,86). Sum of RGB (Red+Green+Blue) = 113+120+86=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #717856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717856 is #8E87A9. Grayscale: #727272. Windows color (decimal): -9340842 or 5666929. OLE color: 5666929.
HSL color Cylindrical-coordinate representation of color #717856: hue angle of 72.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #717856 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 86 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.53 |
| HSL | 72.35º | 0.17% | 0.4% | - |
| HSV(B) | 72.35º | 0.28% | 0.47% | - |
| XYZ | 15.21 | 17.62 | 11.4 | - |
| YUV | 114.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 86 | 0.06 | 0 | 0.28 | 0.53 | 72.35 | 0.17 | 0.4 |
| Hex | 71 | 78 | 56 | 6 | 0 | 1C | 35 | 48 | 11 | 28 |
| Octal | 161 | 170 | 126 | 6 | 0 | 34 | 65 | 110 | 21 | 50 |
| Binary | 1110001 | 1111000 | 1010110 | 110 | 0 | 11100 | 110101 | 1001000 | 10001 | 101000 |
Color Harmonies of #717856
Complementary color
Monochromatic Colors of #717856
Black with #717856
Text Example
Text Example
White with #717856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717856; }
p { color: rgb(113,120,86); }
H1.HeaderClassName
{
color: #717856;
}
.AnyTagClassName
{
color: #717856;
}
</style>
background-color css
<style>
a { background-color: #717856; }
a { background-color: rgb(113,120,86); }
div.DivClassName
{
background-color: #717856;
}
.BgClassName
{
background-color: #717856;
}
</style>
border-color css
<style>
span { border-color: #717856; }
span { border-color: rgb(113,120,86); }
td.TdClassName
{
border-color: #717856;
}
.TagClassName
{
border-color: #717856;
}
</style>