Shades of Finch #717951
Tints of Finch #717951
RGB
CMYK
RGB Variations
Color information
#717951 (or 0x717951) is known color: Finch. HEX triplet: 71, 79 and 51. RGB value is (113,121,81). Sum of RGB (Red+Green+Blue) = 113+121+81=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #717951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717951 is #8E86AE. Grayscale: #727272. Windows color (decimal): -9340591 or 5339505. OLE color: 5339505.
HSL color Cylindrical-coordinate representation of color #717951: hue angle of 72º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #717951 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 81 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.53 |
| HSL | 72º | 0.2% | 0.4% | - |
| HSV(B) | 72º | 0.33% | 0.47% | - |
| XYZ | 15.13 | 17.78 | 10.42 | - |
| YUV | 114.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 81 | 0.07 | 0 | 0.33 | 0.53 | 72 | 0.2 | 0.4 |
| Hex | 71 | 79 | 51 | 7 | 0 | 21 | 35 | 48 | 14 | 28 |
| Octal | 161 | 171 | 121 | 7 | 0 | 41 | 65 | 110 | 24 | 50 |
| Binary | 1110001 | 1111001 | 1010001 | 111 | 0 | 100001 | 110101 | 1001000 | 10100 | 101000 |
Color Harmonies of #717951
Complementary color
Monochromatic Colors of #717951
Black with #717951
Text Example
Text Example
White with #717951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717951; }
p { color: rgb(113,121,81); }
H1.HeaderClassName
{
color: #717951;
}
.AnyTagClassName
{
color: #717951;
}
</style>
background-color css
<style>
a { background-color: #717951; }
a { background-color: rgb(113,121,81); }
div.DivClassName
{
background-color: #717951;
}
.BgClassName
{
background-color: #717951;
}
</style>
border-color css
<style>
span { border-color: #717951; }
span { border-color: rgb(113,121,81); }
td.TdClassName
{
border-color: #717951;
}
.TagClassName
{
border-color: #717951;
}
</style>