Shades of Finch #74804E
Tints of Finch #74804E
RGB
CMYK
RGB Variations
Color information
#74804E (or 0x74804E) is known color: Finch. HEX triplet: 74, 80 and 4E. RGB value is (116,128,78). Sum of RGB (Red+Green+Blue) = 116+128+78=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #74804E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74804E is #8B7FB1. Grayscale: #767676. Windows color (decimal): -9142194 or 5144692. OLE color: 5144692.
HSL color Cylindrical-coordinate representation of color #74804E: hue angle of 74.4º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74804E is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 78 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.50 |
| HSL | 74.4º | 0.24% | 0.4% | - |
| HSV(B) | 74.4º | 0.39% | 0.5% | - |
| XYZ | 16.3 | 19.7 | 10.15 | - |
| YUV | 118.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 78 | 0.09 | 0 | 0.39 | 0.50 | 74.4 | 0.24 | 0.4 |
| Hex | 74 | 80 | 4E | 9 | 0 | 27 | 32 | 4A | 18 | 28 |
| Octal | 164 | 200 | 116 | 11 | 0 | 47 | 62 | 112 | 30 | 50 |
| Binary | 1110100 | 10000000 | 1001110 | 1001 | 0 | 100111 | 110010 | 1001010 | 11000 | 101000 |
Color Harmonies of #74804E
Complementary color
Monochromatic Colors of #74804E
Black with #74804E
Text Example
Text Example
White with #74804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74804E; }
p { color: rgb(116,128,78); }
H1.HeaderClassName
{
color: #74804E;
}
.AnyTagClassName
{
color: #74804E;
}
</style>
background-color css
<style>
a { background-color: #74804E; }
a { background-color: rgb(116,128,78); }
div.DivClassName
{
background-color: #74804E;
}
.BgClassName
{
background-color: #74804E;
}
</style>
border-color css
<style>
span { border-color: #74804E; }
span { border-color: rgb(116,128,78); }
td.TdClassName
{
border-color: #74804E;
}
.TagClassName
{
border-color: #74804E;
}
</style>