Shades of Finch #74774F
Tints of Finch #74774F
RGB
CMYK
RGB Variations
Color information
#74774F (or 0x74774F) is known color: Finch. HEX triplet: 74, 77 and 4F. RGB value is (116,119,79). Sum of RGB (Red+Green+Blue) = 116+119+79=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #74774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74774F is #8B88B0. Grayscale: #717171. Windows color (decimal): -9144497 or 5207924. OLE color: 5207924.
HSL color Cylindrical-coordinate representation of color #74774F: hue angle of 64.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74774F is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 79 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.53 |
| HSL | 64.5º | 0.2% | 0.39% | - |
| HSV(B) | 64.5º | 0.34% | 0.47% | - |
| XYZ | 15.21 | 17.47 | 9.97 | - |
| YUV | 113.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 79 | 0.03 | 0 | 0.34 | 0.53 | 64.5 | 0.2 | 0.39 |
| Hex | 74 | 77 | 4F | 3 | 0 | 22 | 35 | 40 | 14 | 27 |
| Octal | 164 | 167 | 117 | 3 | 0 | 42 | 65 | 100 | 24 | 47 |
| Binary | 1110100 | 1110111 | 1001111 | 11 | 0 | 100010 | 110101 | 1000000 | 10100 | 100111 |
Color Harmonies of #74774F
Complementary color
Monochromatic Colors of #74774F
Black with #74774F
Text Example
Text Example
White with #74774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74774F; }
p { color: rgb(116,119,79); }
H1.HeaderClassName
{
color: #74774F;
}
.AnyTagClassName
{
color: #74774F;
}
</style>
background-color css
<style>
a { background-color: #74774F; }
a { background-color: rgb(116,119,79); }
div.DivClassName
{
background-color: #74774F;
}
.BgClassName
{
background-color: #74774F;
}
</style>
border-color css
<style>
span { border-color: #74774F; }
span { border-color: rgb(116,119,79); }
td.TdClassName
{
border-color: #74774F;
}
.TagClassName
{
border-color: #74774F;
}
</style>