Shades of Finch #717D48
Tints of Finch #717D48
RGB
CMYK
RGB Variations
Color information
#717D48 (or 0x717D48) is known color: Finch. HEX triplet: 71, 7D and 48. RGB value is (113,125,72). Sum of RGB (Red+Green+Blue) = 113+125+72=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #717D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717D48 is #8E82B7. Grayscale: #737373. Windows color (decimal): -9339576 or 4750705. OLE color: 4750705.
HSL color Cylindrical-coordinate representation of color #717D48: hue angle of 73.58º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #717D48 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 125 | 72 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.51 |
| HSL | 73.58º | 0.27% | 0.39% | - |
| HSV(B) | 73.58º | 0.42% | 0.49% | - |
| XYZ | 15.31 | 18.65 | 8.92 | - |
| YUV | 115.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 72 | 0.10 | 0 | 0.42 | 0.51 | 73.58 | 0.27 | 0.39 |
| Hex | 71 | 7D | 48 | A | 0 | 2A | 33 | 4A | 1B | 27 |
| Octal | 161 | 175 | 110 | 12 | 0 | 52 | 63 | 112 | 33 | 47 |
| Binary | 1110001 | 1111101 | 1001000 | 1010 | 0 | 101010 | 110011 | 1001010 | 11011 | 100111 |
Color Harmonies of #717D48
Complementary color
Monochromatic Colors of #717D48
Black with #717D48
Text Example
Text Example
White with #717D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D48; }
p { color: rgb(113,125,72); }
H1.HeaderClassName
{
color: #717D48;
}
.AnyTagClassName
{
color: #717D48;
}
</style>
background-color css
<style>
a { background-color: #717D48; }
a { background-color: rgb(113,125,72); }
div.DivClassName
{
background-color: #717D48;
}
.BgClassName
{
background-color: #717D48;
}
</style>
border-color css
<style>
span { border-color: #717D48; }
span { border-color: rgb(113,125,72); }
td.TdClassName
{
border-color: #717D48;
}
.TagClassName
{
border-color: #717D48;
}
</style>