Shades of Finch #717F52
Tints of Finch #717F52
RGB
CMYK
RGB Variations
Color information
#717F52 (or 0x717F52) is known color: Finch. HEX triplet: 71, 7F and 52. RGB value is (113,127,82). Sum of RGB (Red+Green+Blue) = 113+127+82=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #717F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F52 is #8E80AD. Grayscale: #757575. Windows color (decimal): -9339054 or 5406577. OLE color: 5406577.
HSL color Cylindrical-coordinate representation of color #717F52: hue angle of 78.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717F52 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 82 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.50 |
| HSL | 78.67º | 0.22% | 0.41% | - |
| HSV(B) | 78.67º | 0.35% | 0.5% | - |
| XYZ | 15.92 | 19.3 | 10.87 | - |
| YUV | 117.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 82 | 0.11 | 0 | 0.35 | 0.50 | 78.67 | 0.22 | 0.41 |
| Hex | 71 | 7F | 52 | B | 0 | 23 | 32 | 4F | 16 | 29 |
| Octal | 161 | 177 | 122 | 13 | 0 | 43 | 62 | 117 | 26 | 51 |
| Binary | 1110001 | 1111111 | 1010010 | 1011 | 0 | 100011 | 110010 | 1001111 | 10110 | 101001 |
Color Harmonies of #717F52
Complementary color
Monochromatic Colors of #717F52
Black with #717F52
Text Example
Text Example
White with #717F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F52; }
p { color: rgb(113,127,82); }
H1.HeaderClassName
{
color: #717F52;
}
.AnyTagClassName
{
color: #717F52;
}
</style>
background-color css
<style>
a { background-color: #717F52; }
a { background-color: rgb(113,127,82); }
div.DivClassName
{
background-color: #717F52;
}
.BgClassName
{
background-color: #717F52;
}
</style>
border-color css
<style>
span { border-color: #717F52; }
span { border-color: rgb(113,127,82); }
td.TdClassName
{
border-color: #717F52;
}
.TagClassName
{
border-color: #717F52;
}
</style>