Shades of Finch #71775E
Tints of Finch #71775E
RGB
CMYK
RGB Variations
Color information
#71775E (or 0x71775E) is known color: Finch. HEX triplet: 71, 77 and 5E. RGB value is (113,119,94). Sum of RGB (Red+Green+Blue) = 113+119+94=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #71775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71775E is #8E88A1. Grayscale: #727272. Windows color (decimal): -9341090 or 6190961. OLE color: 6190961.
HSL color Cylindrical-coordinate representation of color #71775E: hue angle of 74.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71775E is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 94 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.53 |
| HSL | 74.4º | 0.12% | 0.42% | - |
| HSV(B) | 74.4º | 0.21% | 0.47% | - |
| XYZ | 15.43 | 17.51 | 13.16 | - |
| YUV | 114.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 94 | 0.05 | 0 | 0.21 | 0.53 | 74.4 | 0.12 | 0.42 |
| Hex | 71 | 77 | 5E | 5 | 0 | 15 | 35 | 4A | C | 2A |
| Octal | 161 | 167 | 136 | 5 | 0 | 25 | 65 | 112 | 14 | 52 |
| Binary | 1110001 | 1110111 | 1011110 | 101 | 0 | 10101 | 110101 | 1001010 | 1100 | 101010 |
Color Harmonies of #71775E
Complementary color
Monochromatic Colors of #71775E
Black with #71775E
Text Example
Text Example
White with #71775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71775E; }
p { color: rgb(113,119,94); }
H1.HeaderClassName
{
color: #71775E;
}
.AnyTagClassName
{
color: #71775E;
}
</style>
background-color css
<style>
a { background-color: #71775E; }
a { background-color: rgb(113,119,94); }
div.DivClassName
{
background-color: #71775E;
}
.BgClassName
{
background-color: #71775E;
}
</style>
border-color css
<style>
span { border-color: #71775E; }
span { border-color: rgb(113,119,94); }
td.TdClassName
{
border-color: #71775E;
}
.TagClassName
{
border-color: #71775E;
}
</style>