Shades of Finch #717554
Tints of Finch #717554
RGB
CMYK
RGB Variations
Color information
#717554 (or 0x717554) is known color: Finch. HEX triplet: 71, 75 and 54. RGB value is (113,117,84). Sum of RGB (Red+Green+Blue) = 113+117+84=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #717554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717554 is #8E8AAB. Grayscale: #707070. Windows color (decimal): -9341612 or 5535089. OLE color: 5535089.
HSL color Cylindrical-coordinate representation of color #717554: hue angle of 67.27º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #717554 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 84 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.54 |
| HSL | 67.27º | 0.16% | 0.39% | - |
| HSV(B) | 67.27º | 0.28% | 0.46% | - |
| XYZ | 14.77 | 16.87 | 10.87 | - |
| YUV | 112.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 84 | 0.03 | 0 | 0.28 | 0.54 | 67.27 | 0.16 | 0.39 |
| Hex | 71 | 75 | 54 | 3 | 0 | 1C | 36 | 43 | 10 | 27 |
| Octal | 161 | 165 | 124 | 3 | 0 | 34 | 66 | 103 | 20 | 47 |
| Binary | 1110001 | 1110101 | 1010100 | 11 | 0 | 11100 | 110110 | 1000011 | 10000 | 100111 |
Color Harmonies of #717554
Complementary color
Monochromatic Colors of #717554
Black with #717554
Text Example
Text Example
White with #717554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717554; }
p { color: rgb(113,117,84); }
H1.HeaderClassName
{
color: #717554;
}
.AnyTagClassName
{
color: #717554;
}
</style>
background-color css
<style>
a { background-color: #717554; }
a { background-color: rgb(113,117,84); }
div.DivClassName
{
background-color: #717554;
}
.BgClassName
{
background-color: #717554;
}
</style>
border-color css
<style>
span { border-color: #717554; }
span { border-color: rgb(113,117,84); }
td.TdClassName
{
border-color: #717554;
}
.TagClassName
{
border-color: #717554;
}
</style>