Shades of Finch #71785C
Tints of Finch #71785C
RGB
CMYK
RGB Variations
Color information
#71785C (or 0x71785C) is known color: Finch. HEX triplet: 71, 78 and 5C. RGB value is (113,120,92). Sum of RGB (Red+Green+Blue) = 113+120+92=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #71785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71785C is #8E87A3. Grayscale: #727272. Windows color (decimal): -9340836 or 6060145. OLE color: 6060145.
HSL color Cylindrical-coordinate representation of color #71785C: hue angle of 75º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71785C is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 92 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.53 |
| HSL | 75º | 0.13% | 0.42% | - |
| HSV(B) | 75º | 0.23% | 0.47% | - |
| XYZ | 15.46 | 17.72 | 12.73 | - |
| YUV | 114.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 92 | 0.06 | 0 | 0.23 | 0.53 | 75 | 0.13 | 0.42 |
| Hex | 71 | 78 | 5C | 6 | 0 | 17 | 35 | 4B | D | 2A |
| Octal | 161 | 170 | 134 | 6 | 0 | 27 | 65 | 113 | 15 | 52 |
| Binary | 1110001 | 1111000 | 1011100 | 110 | 0 | 10111 | 110101 | 1001011 | 1101 | 101010 |
Color Harmonies of #71785C
Complementary color
Monochromatic Colors of #71785C
Black with #71785C
Text Example
Text Example
White with #71785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71785C; }
p { color: rgb(113,120,92); }
H1.HeaderClassName
{
color: #71785C;
}
.AnyTagClassName
{
color: #71785C;
}
</style>
background-color css
<style>
a { background-color: #71785C; }
a { background-color: rgb(113,120,92); }
div.DivClassName
{
background-color: #71785C;
}
.BgClassName
{
background-color: #71785C;
}
</style>
border-color css
<style>
span { border-color: #71785C; }
span { border-color: rgb(113,120,92); }
td.TdClassName
{
border-color: #71785C;
}
.TagClassName
{
border-color: #71785C;
}
</style>