Shades of Finch #71735C
Tints of Finch #71735C
RGB
CMYK
RGB Variations
Color information
#71735C (or 0x71735C) is known color: Finch. HEX triplet: 71, 73 and 5C. RGB value is (113,115,92). Sum of RGB (Red+Green+Blue) = 113+115+92=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 115 - color contains mainly: green. Hex color #71735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71735C is #8E8CA3. Grayscale: #6F6F6F. Windows color (decimal): -9342116 or 6058865. OLE color: 6058865.
HSL color Cylindrical-coordinate representation of color #71735C: hue angle of 65.22º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71735C is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 92 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.55 |
| HSL | 65.22º | 0.11% | 0.41% | - |
| HSV(B) | 65.22º | 0.2% | 0.45% | - |
| XYZ | 14.87 | 16.54 | 12.53 | - |
| YUV | 111.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 92 | 0.02 | 0 | 0.20 | 0.55 | 65.22 | 0.11 | 0.41 |
| Hex | 71 | 73 | 5C | 2 | 0 | 14 | 37 | 41 | B | 29 |
| Octal | 161 | 163 | 134 | 2 | 0 | 24 | 67 | 101 | 13 | 51 |
| Binary | 1110001 | 1110011 | 1011100 | 10 | 0 | 10100 | 110111 | 1000001 | 1011 | 101001 |
Color Harmonies of #71735C
Complementary color
Monochromatic Colors of #71735C
Black with #71735C
Text Example
Text Example
White with #71735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71735C; }
p { color: rgb(113,115,92); }
H1.HeaderClassName
{
color: #71735C;
}
.AnyTagClassName
{
color: #71735C;
}
</style>
background-color css
<style>
a { background-color: #71735C; }
a { background-color: rgb(113,115,92); }
div.DivClassName
{
background-color: #71735C;
}
.BgClassName
{
background-color: #71735C;
}
</style>
border-color css
<style>
span { border-color: #71735C; }
span { border-color: rgb(113,115,92); }
td.TdClassName
{
border-color: #71735C;
}
.TagClassName
{
border-color: #71735C;
}
</style>