Shades of Finch #717565
Tints of Finch #717565
RGB
CMYK
RGB Variations
Color information
#717565 (or 0x717565) is known color: Finch. HEX triplet: 71, 75 and 65. RGB value is (113,117,101). Sum of RGB (Red+Green+Blue) = 113+117+101=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 117 - color contains mainly: green. Hex color #717565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717565 is #8E8A9A. Grayscale: #727272. Windows color (decimal): -9341595 or 6649201. OLE color: 6649201.
HSL color Cylindrical-coordinate representation of color #717565: hue angle of 75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717565 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 101 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.54 |
| HSL | 75º | 0.07% | 0.43% | - |
| HSV(B) | 75º | 0.14% | 0.46% | - |
| XYZ | 15.52 | 17.17 | 14.81 | - |
| YUV | 113.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 101 | 0.03 | 0 | 0.14 | 0.54 | 75 | 0.07 | 0.43 |
| Hex | 71 | 75 | 65 | 3 | 0 | E | 36 | 4B | 7 | 2B |
| Octal | 161 | 165 | 145 | 3 | 0 | 16 | 66 | 113 | 7 | 53 |
| Binary | 1110001 | 1110101 | 1100101 | 11 | 0 | 1110 | 110110 | 1001011 | 111 | 101011 |
Color Harmonies of #717565
Complementary color
Monochromatic Colors of #717565
Black with #717565
Text Example
Text Example
White with #717565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717565; }
p { color: rgb(113,117,101); }
H1.HeaderClassName
{
color: #717565;
}
.AnyTagClassName
{
color: #717565;
}
</style>
background-color css
<style>
a { background-color: #717565; }
a { background-color: rgb(113,117,101); }
div.DivClassName
{
background-color: #717565;
}
.BgClassName
{
background-color: #717565;
}
</style>
border-color css
<style>
span { border-color: #717565; }
span { border-color: rgb(113,117,101); }
td.TdClassName
{
border-color: #717565;
}
.TagClassName
{
border-color: #717565;
}
</style>