Shades of Finch #717A5B
Tints of Finch #717A5B
RGB
CMYK
RGB Variations
Color information
#717A5B (or 0x717A5B) is known color: Finch. HEX triplet: 71, 7A and 5B. RGB value is (113,122,91). Sum of RGB (Red+Green+Blue) = 113+122+91=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #717A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A5B is #8E85A4. Grayscale: #737373. Windows color (decimal): -9340325 or 5995121. OLE color: 5995121.
HSL color Cylindrical-coordinate representation of color #717A5B: hue angle of 77.42º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717A5B is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 91 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.52 |
| HSL | 77.42º | 0.15% | 0.42% | - |
| HSV(B) | 77.42º | 0.25% | 0.48% | - |
| XYZ | 15.66 | 18.19 | 12.58 | - |
| YUV | 115.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 91 | 0.07 | 0 | 0.25 | 0.52 | 77.42 | 0.15 | 0.42 |
| Hex | 71 | 7A | 5B | 7 | 0 | 19 | 34 | 4D | F | 2A |
| Octal | 161 | 172 | 133 | 7 | 0 | 31 | 64 | 115 | 17 | 52 |
| Binary | 1110001 | 1111010 | 1011011 | 111 | 0 | 11001 | 110100 | 1001101 | 1111 | 101010 |
Color Harmonies of #717A5B
Complementary color
Monochromatic Colors of #717A5B
Black with #717A5B
Text Example
Text Example
White with #717A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A5B; }
p { color: rgb(113,122,91); }
H1.HeaderClassName
{
color: #717A5B;
}
.AnyTagClassName
{
color: #717A5B;
}
</style>
background-color css
<style>
a { background-color: #717A5B; }
a { background-color: rgb(113,122,91); }
div.DivClassName
{
background-color: #717A5B;
}
.BgClassName
{
background-color: #717A5B;
}
</style>
border-color css
<style>
span { border-color: #717A5B; }
span { border-color: rgb(113,122,91); }
td.TdClassName
{
border-color: #717A5B;
}
.TagClassName
{
border-color: #717A5B;
}
</style>