Shades of Finch #717B4D
Tints of Finch #717B4D
RGB
CMYK
RGB Variations
Color information
#717B4D (or 0x717B4D) is known color: Finch. HEX triplet: 71, 7B and 4D. RGB value is (113,123,77). Sum of RGB (Red+Green+Blue) = 113+123+77=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #717B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B4D is #8E84B2. Grayscale: #727272. Windows color (decimal): -9340083 or 5077873. OLE color: 5077873.
HSL color Cylindrical-coordinate representation of color #717B4D: hue angle of 73.04º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #717B4D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 123 | 77 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.52 |
| HSL | 73.04º | 0.23% | 0.39% | - |
| HSV(B) | 73.04º | 0.37% | 0.48% | - |
| XYZ | 15.23 | 18.21 | 9.73 | - |
| YUV | 114.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 77 | 0.08 | 0 | 0.37 | 0.52 | 73.04 | 0.23 | 0.39 |
| Hex | 71 | 7B | 4D | 8 | 0 | 25 | 34 | 49 | 17 | 27 |
| Octal | 161 | 173 | 115 | 10 | 0 | 45 | 64 | 111 | 27 | 47 |
| Binary | 1110001 | 1111011 | 1001101 | 1000 | 0 | 100101 | 110100 | 1001001 | 10111 | 100111 |
Color Harmonies of #717B4D
Complementary color
Monochromatic Colors of #717B4D
Black with #717B4D
Text Example
Text Example
White with #717B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B4D; }
p { color: rgb(113,123,77); }
H1.HeaderClassName
{
color: #717B4D;
}
.AnyTagClassName
{
color: #717B4D;
}
</style>
background-color css
<style>
a { background-color: #717B4D; }
a { background-color: rgb(113,123,77); }
div.DivClassName
{
background-color: #717B4D;
}
.BgClassName
{
background-color: #717B4D;
}
</style>
border-color css
<style>
span { border-color: #717B4D; }
span { border-color: rgb(113,123,77); }
td.TdClassName
{
border-color: #717B4D;
}
.TagClassName
{
border-color: #717B4D;
}
</style>