Shades of Finch #71784C
Tints of Finch #71784C
RGB
CMYK
RGB Variations
Color information
#71784C (or 0x71784C) is known color: Finch. HEX triplet: 71, 78 and 4C. RGB value is (113,120,76). Sum of RGB (Red+Green+Blue) = 113+120+76=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #71784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71784C is #8E87B3. Grayscale: #717171. Windows color (decimal): -9340852 or 5011569. OLE color: 5011569.
HSL color Cylindrical-coordinate representation of color #71784C: hue angle of 69.55º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71784C is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 76 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.53 |
| HSL | 69.55º | 0.22% | 0.38% | - |
| HSV(B) | 69.55º | 0.37% | 0.47% | - |
| XYZ | 14.83 | 17.47 | 9.43 | - |
| YUV | 112.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 76 | 0.06 | 0 | 0.37 | 0.53 | 69.55 | 0.22 | 0.38 |
| Hex | 71 | 78 | 4C | 6 | 0 | 25 | 35 | 46 | 16 | 26 |
| Octal | 161 | 170 | 114 | 6 | 0 | 45 | 65 | 106 | 26 | 46 |
| Binary | 1110001 | 1111000 | 1001100 | 110 | 0 | 100101 | 110101 | 1000110 | 10110 | 100110 |
Color Harmonies of #71784C
Complementary color
Monochromatic Colors of #71784C
Black with #71784C
Text Example
Text Example
White with #71784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71784C; }
p { color: rgb(113,120,76); }
H1.HeaderClassName
{
color: #71784C;
}
.AnyTagClassName
{
color: #71784C;
}
</style>
background-color css
<style>
a { background-color: #71784C; }
a { background-color: rgb(113,120,76); }
div.DivClassName
{
background-color: #71784C;
}
.BgClassName
{
background-color: #71784C;
}
</style>
border-color css
<style>
span { border-color: #71784C; }
span { border-color: rgb(113,120,76); }
td.TdClassName
{
border-color: #71784C;
}
.TagClassName
{
border-color: #71784C;
}
</style>