Shades of Finch #717251
Tints of Finch #717251
RGB
CMYK
RGB Variations
Color information
#717251 (or 0x717251) is known color: Finch. HEX triplet: 71, 72 and 51. RGB value is (113,114,81). Sum of RGB (Red+Green+Blue) = 113+114+81=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #717251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717251 is #8E8DAE. Grayscale: #6E6E6E. Windows color (decimal): -9342383 or 5337713. OLE color: 5337713.
HSL color Cylindrical-coordinate representation of color #717251: hue angle of 61.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #717251 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 81 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.55 |
| HSL | 61.82º | 0.17% | 0.38% | - |
| HSV(B) | 61.82º | 0.29% | 0.45% | - |
| XYZ | 14.31 | 16.14 | 10.15 | - |
| YUV | 109.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 81 | 0.01 | 0 | 0.29 | 0.55 | 61.82 | 0.17 | 0.38 |
| Hex | 71 | 72 | 51 | 1 | 0 | 1D | 37 | 3E | 11 | 26 |
| Octal | 161 | 162 | 121 | 1 | 0 | 35 | 67 | 76 | 21 | 46 |
| Binary | 1110001 | 1110010 | 1010001 | 1 | 0 | 11101 | 110111 | 111110 | 10001 | 100110 |
Color Harmonies of #717251
Complementary color
Monochromatic Colors of #717251
Black with #717251
Text Example
Text Example
White with #717251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717251; }
p { color: rgb(113,114,81); }
H1.HeaderClassName
{
color: #717251;
}
.AnyTagClassName
{
color: #717251;
}
</style>
background-color css
<style>
a { background-color: #717251; }
a { background-color: rgb(113,114,81); }
div.DivClassName
{
background-color: #717251;
}
.BgClassName
{
background-color: #717251;
}
</style>
border-color css
<style>
span { border-color: #717251; }
span { border-color: rgb(113,114,81); }
td.TdClassName
{
border-color: #717251;
}
.TagClassName
{
border-color: #717251;
}
</style>