Shades of Finch #71794E
Tints of Finch #71794E
RGB
CMYK
RGB Variations
Color information
#71794E (or 0x71794E) is known color: Finch. HEX triplet: 71, 79 and 4E. RGB value is (113,121,78). Sum of RGB (Red+Green+Blue) = 113+121+78=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #71794E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71794E is #8E86B1. Grayscale: #717171. Windows color (decimal): -9340594 or 5142897. OLE color: 5142897.
HSL color Cylindrical-coordinate representation of color #71794E: hue angle of 71.16º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71794E is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 78 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.53 |
| HSL | 71.16º | 0.22% | 0.39% | - |
| HSV(B) | 71.16º | 0.36% | 0.47% | - |
| XYZ | 15.02 | 17.74 | 9.84 | - |
| YUV | 113.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 78 | 0.07 | 0 | 0.36 | 0.53 | 71.16 | 0.22 | 0.39 |
| Hex | 71 | 79 | 4E | 7 | 0 | 24 | 35 | 47 | 16 | 27 |
| Octal | 161 | 171 | 116 | 7 | 0 | 44 | 65 | 107 | 26 | 47 |
| Binary | 1110001 | 1111001 | 1001110 | 111 | 0 | 100100 | 110101 | 1000111 | 10110 | 100111 |
Color Harmonies of #71794E
Complementary color
Monochromatic Colors of #71794E
Black with #71794E
Text Example
Text Example
White with #71794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71794E; }
p { color: rgb(113,121,78); }
H1.HeaderClassName
{
color: #71794E;
}
.AnyTagClassName
{
color: #71794E;
}
</style>
background-color css
<style>
a { background-color: #71794E; }
a { background-color: rgb(113,121,78); }
div.DivClassName
{
background-color: #71794E;
}
.BgClassName
{
background-color: #71794E;
}
</style>
border-color css
<style>
span { border-color: #71794E; }
span { border-color: rgb(113,121,78); }
td.TdClassName
{
border-color: #71794E;
}
.TagClassName
{
border-color: #71794E;
}
</style>