Shades of Finch #71785A
Tints of Finch #71785A
RGB
CMYK
RGB Variations
Color information
#71785A (or 0x71785A) is known color: Finch. HEX triplet: 71, 78 and 5A. RGB value is (113,120,90). Sum of RGB (Red+Green+Blue) = 113+120+90=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #71785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71785A is #8E87A5. Grayscale: #727272. Windows color (decimal): -9340838 or 5929073. OLE color: 5929073.
HSL color Cylindrical-coordinate representation of color #71785A: hue angle of 74º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #71785A is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 90 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.53 |
| HSL | 74º | 0.14% | 0.41% | - |
| HSV(B) | 74º | 0.25% | 0.47% | - |
| XYZ | 15.37 | 17.68 | 12.28 | - |
| YUV | 114.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 90 | 0.06 | 0 | 0.25 | 0.53 | 74 | 0.14 | 0.41 |
| Hex | 71 | 78 | 5A | 6 | 0 | 19 | 35 | 4A | E | 29 |
| Octal | 161 | 170 | 132 | 6 | 0 | 31 | 65 | 112 | 16 | 51 |
| Binary | 1110001 | 1111000 | 1011010 | 110 | 0 | 11001 | 110101 | 1001010 | 1110 | 101001 |
Color Harmonies of #71785A
Complementary color
Monochromatic Colors of #71785A
Black with #71785A
Text Example
Text Example
White with #71785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71785A; }
p { color: rgb(113,120,90); }
H1.HeaderClassName
{
color: #71785A;
}
.AnyTagClassName
{
color: #71785A;
}
</style>
background-color css
<style>
a { background-color: #71785A; }
a { background-color: rgb(113,120,90); }
div.DivClassName
{
background-color: #71785A;
}
.BgClassName
{
background-color: #71785A;
}
</style>
border-color css
<style>
span { border-color: #71785A; }
span { border-color: rgb(113,120,90); }
td.TdClassName
{
border-color: #71785A;
}
.TagClassName
{
border-color: #71785A;
}
</style>