Shades of Finch #717154
Tints of Finch #717154
RGB
CMYK
RGB Variations
Color information
#717154 (or 0x717154) is known color: Finch. HEX triplet: 71, 71 and 54. RGB value is (113,113,84). Sum of RGB (Red+Green+Blue) = 113+113+84=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717154 is #8E8EAB. Grayscale: #6D6D6D. Windows color (decimal): -9342636 or 5534065. OLE color: 5534065.
HSL color Cylindrical-coordinate representation of color #717154: hue angle of 60º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717154 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 113 | 84 | - |
| CMYK | 0 | 0 | 0.26 | 0.56 |
| HSL | 60º | 0.15% | 0.39% | - |
| HSV(B) | 60º | 0.26% | 0.44% | - |
| XYZ | 14.32 | 15.96 | 10.71 | - |
| YUV | 109.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 84 | 0 | 0 | 0.26 | 0.56 | 60 | 0.15 | 0.39 |
| Hex | 71 | 71 | 54 | 0 | 0 | 1A | 38 | 3C | F | 27 |
| Octal | 161 | 161 | 124 | 0 | 0 | 32 | 70 | 74 | 17 | 47 |
| Binary | 1110001 | 1110001 | 1010100 | 0 | 0 | 11010 | 111000 | 111100 | 1111 | 100111 |
Color Harmonies of #717154
Complementary color
Monochromatic Colors of #717154
Black with #717154
Text Example
Text Example
White with #717154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717154; }
p { color: rgb(113,113,84); }
H1.HeaderClassName
{
color: #717154;
}
.AnyTagClassName
{
color: #717154;
}
</style>
background-color css
<style>
a { background-color: #717154; }
a { background-color: rgb(113,113,84); }
div.DivClassName
{
background-color: #717154;
}
.BgClassName
{
background-color: #717154;
}
</style>
border-color css
<style>
span { border-color: #717154; }
span { border-color: rgb(113,113,84); }
td.TdClassName
{
border-color: #717154;
}
.TagClassName
{
border-color: #717154;
}
</style>