Shades of Finch #74774D
Tints of Finch #74774D
RGB
CMYK
RGB Variations
Color information
#74774D (or 0x74774D) is known color: Finch. HEX triplet: 74, 77 and 4D. RGB value is (116,119,77). Sum of RGB (Red+Green+Blue) = 116+119+77=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #74774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74774D is #8B88B2. Grayscale: #717171. Windows color (decimal): -9144499 or 5076852. OLE color: 5076852.
HSL color Cylindrical-coordinate representation of color #74774D: hue angle of 64.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74774D is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 77 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.53 |
| HSL | 64.29º | 0.21% | 0.38% | - |
| HSV(B) | 64.29º | 0.35% | 0.47% | - |
| XYZ | 15.14 | 17.44 | 9.59 | - |
| YUV | 113.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 77 | 0.03 | 0 | 0.35 | 0.53 | 64.29 | 0.21 | 0.38 |
| Hex | 74 | 77 | 4D | 3 | 0 | 23 | 35 | 40 | 15 | 26 |
| Octal | 164 | 167 | 115 | 3 | 0 | 43 | 65 | 100 | 25 | 46 |
| Binary | 1110100 | 1110111 | 1001101 | 11 | 0 | 100011 | 110101 | 1000000 | 10101 | 100110 |
Color Harmonies of #74774D
Complementary color
Monochromatic Colors of #74774D
Black with #74774D
Text Example
Text Example
White with #74774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74774D; }
p { color: rgb(116,119,77); }
H1.HeaderClassName
{
color: #74774D;
}
.AnyTagClassName
{
color: #74774D;
}
</style>
background-color css
<style>
a { background-color: #74774D; }
a { background-color: rgb(116,119,77); }
div.DivClassName
{
background-color: #74774D;
}
.BgClassName
{
background-color: #74774D;
}
</style>
border-color css
<style>
span { border-color: #74774D; }
span { border-color: rgb(116,119,77); }
td.TdClassName
{
border-color: #74774D;
}
.TagClassName
{
border-color: #74774D;
}
</style>