Shades of Finch #74774B
Tints of Finch #74774B
RGB
CMYK
RGB Variations
Color information
#74774B (or 0x74774B) is known color: Finch. HEX triplet: 74, 77 and 4B. RGB value is (116,119,75). Sum of RGB (Red+Green+Blue) = 116+119+75=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #74774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74774B is #8B88B4. Grayscale: #717171. Windows color (decimal): -9144501 or 4945780. OLE color: 4945780.
HSL color Cylindrical-coordinate representation of color #74774B: hue angle of 64.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74774B is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 75 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.53 |
| HSL | 64.09º | 0.23% | 0.38% | - |
| HSV(B) | 64.09º | 0.37% | 0.47% | - |
| XYZ | 15.07 | 17.41 | 9.22 | - |
| YUV | 113.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 75 | 0.03 | 0 | 0.37 | 0.53 | 64.09 | 0.23 | 0.38 |
| Hex | 74 | 77 | 4B | 3 | 0 | 25 | 35 | 40 | 17 | 26 |
| Octal | 164 | 167 | 113 | 3 | 0 | 45 | 65 | 100 | 27 | 46 |
| Binary | 1110100 | 1110111 | 1001011 | 11 | 0 | 100101 | 110101 | 1000000 | 10111 | 100110 |
Color Harmonies of #74774B
Complementary color
Monochromatic Colors of #74774B
Black with #74774B
Text Example
Text Example
White with #74774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74774B; }
p { color: rgb(116,119,75); }
H1.HeaderClassName
{
color: #74774B;
}
.AnyTagClassName
{
color: #74774B;
}
</style>
background-color css
<style>
a { background-color: #74774B; }
a { background-color: rgb(116,119,75); }
div.DivClassName
{
background-color: #74774B;
}
.BgClassName
{
background-color: #74774B;
}
</style>
border-color css
<style>
span { border-color: #74774B; }
span { border-color: rgb(116,119,75); }
td.TdClassName
{
border-color: #74774B;
}
.TagClassName
{
border-color: #74774B;
}
</style>