Shades of Finch #717465
Tints of Finch #717465
RGB
CMYK
RGB Variations
Color information
#717465 (or 0x717465) is known color: Finch. HEX triplet: 71, 74 and 65. RGB value is (113,116,101). Sum of RGB (Red+Green+Blue) = 113+116+101=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 116 - color contains mainly: green. Hex color #717465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717465 is #8E8B9A. Grayscale: #717171. Windows color (decimal): -9341851 or 6648945. OLE color: 6648945.
HSL color Cylindrical-coordinate representation of color #717465: hue angle of 72º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #717465 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 101 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.55 |
| HSL | 72º | 0.07% | 0.43% | - |
| HSV(B) | 72º | 0.13% | 0.45% | - |
| XYZ | 15.4 | 16.94 | 14.77 | - |
| YUV | 113.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 101 | 0.03 | 0 | 0.13 | 0.55 | 72 | 0.07 | 0.43 |
| Hex | 71 | 74 | 65 | 3 | 0 | D | 37 | 48 | 7 | 2B |
| Octal | 161 | 164 | 145 | 3 | 0 | 15 | 67 | 110 | 7 | 53 |
| Binary | 1110001 | 1110100 | 1100101 | 11 | 0 | 1101 | 110111 | 1001000 | 111 | 101011 |
Color Harmonies of #717465
Complementary color
Monochromatic Colors of #717465
Black with #717465
Text Example
Text Example
White with #717465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717465; }
p { color: rgb(113,116,101); }
H1.HeaderClassName
{
color: #717465;
}
.AnyTagClassName
{
color: #717465;
}
</style>
background-color css
<style>
a { background-color: #717465; }
a { background-color: rgb(113,116,101); }
div.DivClassName
{
background-color: #717465;
}
.BgClassName
{
background-color: #717465;
}
</style>
border-color css
<style>
span { border-color: #717465; }
span { border-color: rgb(113,116,101); }
td.TdClassName
{
border-color: #717465;
}
.TagClassName
{
border-color: #717465;
}
</style>