Shades of Finch #717954
Tints of Finch #717954
RGB
CMYK
RGB Variations
Color information
#717954 (or 0x717954) is known color: Finch. HEX triplet: 71, 79 and 54. RGB value is (113,121,84). Sum of RGB (Red+Green+Blue) = 113+121+84=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #717954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717954 is #8E86AB. Grayscale: #727272. Windows color (decimal): -9340588 or 5536113. OLE color: 5536113.
HSL color Cylindrical-coordinate representation of color #717954: hue angle of 72.97º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #717954 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 84 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.53 |
| HSL | 72.97º | 0.18% | 0.4% | - |
| HSV(B) | 72.97º | 0.31% | 0.47% | - |
| XYZ | 15.25 | 17.83 | 11.02 | - |
| YUV | 114.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 84 | 0.07 | 0 | 0.31 | 0.53 | 72.97 | 0.18 | 0.4 |
| Hex | 71 | 79 | 54 | 7 | 0 | 1F | 35 | 49 | 12 | 28 |
| Octal | 161 | 171 | 124 | 7 | 0 | 37 | 65 | 111 | 22 | 50 |
| Binary | 1110001 | 1111001 | 1010100 | 111 | 0 | 11111 | 110101 | 1001001 | 10010 | 101000 |
Color Harmonies of #717954
Complementary color
Monochromatic Colors of #717954
Black with #717954
Text Example
Text Example
White with #717954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717954; }
p { color: rgb(113,121,84); }
H1.HeaderClassName
{
color: #717954;
}
.AnyTagClassName
{
color: #717954;
}
</style>
background-color css
<style>
a { background-color: #717954; }
a { background-color: rgb(113,121,84); }
div.DivClassName
{
background-color: #717954;
}
.BgClassName
{
background-color: #717954;
}
</style>
border-color css
<style>
span { border-color: #717954; }
span { border-color: rgb(113,121,84); }
td.TdClassName
{
border-color: #717954;
}
.TagClassName
{
border-color: #717954;
}
</style>