Shades of Finch #71735B
Tints of Finch #71735B
RGB
CMYK
RGB Variations
Color information
#71735B (or 0x71735B) is known color: Finch. HEX triplet: 71, 73 and 5B. RGB value is (113,115,91). Sum of RGB (Red+Green+Blue) = 113+115+91=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #71735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71735B is #8E8CA4. Grayscale: #6F6F6F. Windows color (decimal): -9342117 or 5993329. OLE color: 5993329.
HSL color Cylindrical-coordinate representation of color #71735B: hue angle of 65º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71735B is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 91 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.55 |
| HSL | 65º | 0.12% | 0.4% | - |
| HSV(B) | 65º | 0.21% | 0.45% | - |
| XYZ | 14.83 | 16.53 | 12.31 | - |
| YUV | 111.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 91 | 0.02 | 0 | 0.21 | 0.55 | 65 | 0.12 | 0.4 |
| Hex | 71 | 73 | 5B | 2 | 0 | 15 | 37 | 41 | C | 28 |
| Octal | 161 | 163 | 133 | 2 | 0 | 25 | 67 | 101 | 14 | 50 |
| Binary | 1110001 | 1110011 | 1011011 | 10 | 0 | 10101 | 110111 | 1000001 | 1100 | 101000 |
Color Harmonies of #71735B
Complementary color
Monochromatic Colors of #71735B
Black with #71735B
Text Example
Text Example
White with #71735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71735B; }
p { color: rgb(113,115,91); }
H1.HeaderClassName
{
color: #71735B;
}
.AnyTagClassName
{
color: #71735B;
}
</style>
background-color css
<style>
a { background-color: #71735B; }
a { background-color: rgb(113,115,91); }
div.DivClassName
{
background-color: #71735B;
}
.BgClassName
{
background-color: #71735B;
}
</style>
border-color css
<style>
span { border-color: #71735B; }
span { border-color: rgb(113,115,91); }
td.TdClassName
{
border-color: #71735B;
}
.TagClassName
{
border-color: #71735B;
}
</style>