Shades of Finch #71775D
Tints of Finch #71775D
RGB
CMYK
RGB Variations
Color information
#71775D (or 0x71775D) is known color: Finch. HEX triplet: 71, 77 and 5D. RGB value is (113,119,93). Sum of RGB (Red+Green+Blue) = 113+119+93=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #71775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71775D is #8E88A2. Grayscale: #727272. Windows color (decimal): -9341091 or 6125425. OLE color: 6125425.
HSL color Cylindrical-coordinate representation of color #71775D: hue angle of 73.85º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71775D is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 93 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.53 |
| HSL | 73.85º | 0.12% | 0.42% | - |
| HSV(B) | 73.85º | 0.22% | 0.47% | - |
| XYZ | 15.38 | 17.49 | 12.92 | - |
| YUV | 114.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 93 | 0.05 | 0 | 0.22 | 0.53 | 73.85 | 0.12 | 0.42 |
| Hex | 71 | 77 | 5D | 5 | 0 | 16 | 35 | 4A | C | 2A |
| Octal | 161 | 167 | 135 | 5 | 0 | 26 | 65 | 112 | 14 | 52 |
| Binary | 1110001 | 1110111 | 1011101 | 101 | 0 | 10110 | 110101 | 1001010 | 1100 | 101010 |
Color Harmonies of #71775D
Complementary color
Monochromatic Colors of #71775D
Black with #71775D
Text Example
Text Example
White with #71775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71775D; }
p { color: rgb(113,119,93); }
H1.HeaderClassName
{
color: #71775D;
}
.AnyTagClassName
{
color: #71775D;
}
</style>
background-color css
<style>
a { background-color: #71775D; }
a { background-color: rgb(113,119,93); }
div.DivClassName
{
background-color: #71775D;
}
.BgClassName
{
background-color: #71775D;
}
</style>
border-color css
<style>
span { border-color: #71775D; }
span { border-color: rgb(113,119,93); }
td.TdClassName
{
border-color: #71775D;
}
.TagClassName
{
border-color: #71775D;
}
</style>