Shades of Finch #717451
Tints of Finch #717451
RGB
CMYK
RGB Variations
Color information
#717451 (or 0x717451) is known color: Finch. HEX triplet: 71, 74 and 51. RGB value is (113,116,81). Sum of RGB (Red+Green+Blue) = 113+116+81=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #717451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717451 is #8E8BAE. Grayscale: #6F6F6F. Windows color (decimal): -9341871 or 5338225. OLE color: 5338225.
HSL color Cylindrical-coordinate representation of color #717451: hue angle of 65.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #717451 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 81 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.55 |
| HSL | 65.14º | 0.18% | 0.39% | - |
| HSV(B) | 65.14º | 0.3% | 0.45% | - |
| XYZ | 14.54 | 16.6 | 10.22 | - |
| YUV | 111.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 81 | 0.03 | 0 | 0.30 | 0.55 | 65.14 | 0.18 | 0.39 |
| Hex | 71 | 74 | 51 | 3 | 0 | 1E | 37 | 41 | 12 | 27 |
| Octal | 161 | 164 | 121 | 3 | 0 | 36 | 67 | 101 | 22 | 47 |
| Binary | 1110001 | 1110100 | 1010001 | 11 | 0 | 11110 | 110111 | 1000001 | 10010 | 100111 |
Color Harmonies of #717451
Complementary color
Monochromatic Colors of #717451
Black with #717451
Text Example
Text Example
White with #717451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717451; }
p { color: rgb(113,116,81); }
H1.HeaderClassName
{
color: #717451;
}
.AnyTagClassName
{
color: #717451;
}
</style>
background-color css
<style>
a { background-color: #717451; }
a { background-color: rgb(113,116,81); }
div.DivClassName
{
background-color: #717451;
}
.BgClassName
{
background-color: #717451;
}
</style>
border-color css
<style>
span { border-color: #717451; }
span { border-color: rgb(113,116,81); }
td.TdClassName
{
border-color: #717451;
}
.TagClassName
{
border-color: #717451;
}
</style>