Shades of Finch #71785B
Tints of Finch #71785B
RGB
CMYK
RGB Variations
Color information
#71785B (or 0x71785B) is known color: Finch. HEX triplet: 71, 78 and 5B. RGB value is (113,120,91). Sum of RGB (Red+Green+Blue) = 113+120+91=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #71785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71785B is #8E87A4. Grayscale: #727272. Windows color (decimal): -9340837 or 5994609. OLE color: 5994609.
HSL color Cylindrical-coordinate representation of color #71785B: hue angle of 74.48º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71785B is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 91 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.53 |
| HSL | 74.48º | 0.14% | 0.41% | - |
| HSV(B) | 74.48º | 0.24% | 0.47% | - |
| XYZ | 15.41 | 17.7 | 12.5 | - |
| YUV | 114.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 91 | 0.06 | 0 | 0.24 | 0.53 | 74.48 | 0.14 | 0.41 |
| Hex | 71 | 78 | 5B | 6 | 0 | 18 | 35 | 4A | E | 29 |
| Octal | 161 | 170 | 133 | 6 | 0 | 30 | 65 | 112 | 16 | 51 |
| Binary | 1110001 | 1111000 | 1011011 | 110 | 0 | 11000 | 110101 | 1001010 | 1110 | 101001 |
Color Harmonies of #71785B
Complementary color
Monochromatic Colors of #71785B
Black with #71785B
Text Example
Text Example
White with #71785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71785B; }
p { color: rgb(113,120,91); }
H1.HeaderClassName
{
color: #71785B;
}
.AnyTagClassName
{
color: #71785B;
}
</style>
background-color css
<style>
a { background-color: #71785B; }
a { background-color: rgb(113,120,91); }
div.DivClassName
{
background-color: #71785B;
}
.BgClassName
{
background-color: #71785B;
}
</style>
border-color css
<style>
span { border-color: #71785B; }
span { border-color: rgb(113,120,91); }
td.TdClassName
{
border-color: #71785B;
}
.TagClassName
{
border-color: #71785B;
}
</style>