Shades of Finch #71775C
Tints of Finch #71775C
RGB
CMYK
RGB Variations
Color information
#71775C (or 0x71775C) is known color: Finch. HEX triplet: 71, 77 and 5C. RGB value is (113,119,92). Sum of RGB (Red+Green+Blue) = 113+119+92=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #71775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71775C is #8E88A3. Grayscale: #727272. Windows color (decimal): -9341092 or 6059889. OLE color: 6059889.
HSL color Cylindrical-coordinate representation of color #71775C: hue angle of 73.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71775C is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 92 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.53 |
| HSL | 73.33º | 0.13% | 0.41% | - |
| HSV(B) | 73.33º | 0.23% | 0.47% | - |
| XYZ | 15.34 | 17.48 | 12.69 | - |
| YUV | 114.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 92 | 0.05 | 0 | 0.23 | 0.53 | 73.33 | 0.13 | 0.41 |
| Hex | 71 | 77 | 5C | 5 | 0 | 17 | 35 | 49 | D | 29 |
| Octal | 161 | 167 | 134 | 5 | 0 | 27 | 65 | 111 | 15 | 51 |
| Binary | 1110001 | 1110111 | 1011100 | 101 | 0 | 10111 | 110101 | 1001001 | 1101 | 101001 |
Color Harmonies of #71775C
Complementary color
Monochromatic Colors of #71775C
Black with #71775C
Text Example
Text Example
White with #71775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71775C; }
p { color: rgb(113,119,92); }
H1.HeaderClassName
{
color: #71775C;
}
.AnyTagClassName
{
color: #71775C;
}
</style>
background-color css
<style>
a { background-color: #71775C; }
a { background-color: rgb(113,119,92); }
div.DivClassName
{
background-color: #71775C;
}
.BgClassName
{
background-color: #71775C;
}
</style>
border-color css
<style>
span { border-color: #71775C; }
span { border-color: rgb(113,119,92); }
td.TdClassName
{
border-color: #71775C;
}
.TagClassName
{
border-color: #71775C;
}
</style>