Shades of Finch #717365
Tints of Finch #717365
RGB
CMYK
RGB Variations
Color information
#717365 (or 0x717365) is known color: Finch. HEX triplet: 71, 73 and 65. RGB value is (113,115,101). Sum of RGB (Red+Green+Blue) = 113+115+101=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 115 - color contains mainly: green. Hex color #717365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717365 is #8E8C9A. Grayscale: #707070. Windows color (decimal): -9342107 or 6648689. OLE color: 6648689.
HSL color Cylindrical-coordinate representation of color #717365: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717365 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 101 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.55 |
| HSL | 68.57º | 0.06% | 0.42% | - |
| HSV(B) | 68.57º | 0.12% | 0.45% | - |
| XYZ | 15.29 | 16.71 | 14.73 | - |
| YUV | 112.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 101 | 0.02 | 0 | 0.12 | 0.55 | 68.57 | 0.06 | 0.42 |
| Hex | 71 | 73 | 65 | 2 | 0 | C | 37 | 45 | 6 | 2A |
| Octal | 161 | 163 | 145 | 2 | 0 | 14 | 67 | 105 | 6 | 52 |
| Binary | 1110001 | 1110011 | 1100101 | 10 | 0 | 1100 | 110111 | 1000101 | 110 | 101010 |
Color Harmonies of #717365
Complementary color
Monochromatic Colors of #717365
Black with #717365
Text Example
Text Example
White with #717365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717365; }
p { color: rgb(113,115,101); }
H1.HeaderClassName
{
color: #717365;
}
.AnyTagClassName
{
color: #717365;
}
</style>
background-color css
<style>
a { background-color: #717365; }
a { background-color: rgb(113,115,101); }
div.DivClassName
{
background-color: #717365;
}
.BgClassName
{
background-color: #717365;
}
</style>
border-color css
<style>
span { border-color: #717365; }
span { border-color: rgb(113,115,101); }
td.TdClassName
{
border-color: #717365;
}
.TagClassName
{
border-color: #717365;
}
</style>