Shades of Finch #74844F
Tints of Finch #74844F
RGB
CMYK
RGB Variations
Color information
#74844F (or 0x74844F) is known color: Finch. HEX triplet: 74, 84 and 4F. RGB value is (116,132,79). Sum of RGB (Red+Green+Blue) = 116+132+79=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #74844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74844F is #8B7BB0. Grayscale: #797979. Windows color (decimal): -9141169 or 5211252. OLE color: 5211252.
HSL color Cylindrical-coordinate representation of color #74844F: hue angle of 78.11º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74844F is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 79 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.48 |
| HSL | 78.11º | 0.25% | 0.41% | - |
| HSV(B) | 78.11º | 0.4% | 0.52% | - |
| XYZ | 16.87 | 20.78 | 10.52 | - |
| YUV | 121.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 79 | 0.12 | 0 | 0.40 | 0.48 | 78.11 | 0.25 | 0.41 |
| Hex | 74 | 84 | 4F | C | 0 | 28 | 30 | 4E | 19 | 29 |
| Octal | 164 | 204 | 117 | 14 | 0 | 50 | 60 | 116 | 31 | 51 |
| Binary | 1110100 | 10000100 | 1001111 | 1100 | 0 | 101000 | 110000 | 1001110 | 11001 | 101001 |
Color Harmonies of #74844F
Complementary color
Monochromatic Colors of #74844F
Black with #74844F
Text Example
Text Example
White with #74844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74844F; }
p { color: rgb(116,132,79); }
H1.HeaderClassName
{
color: #74844F;
}
.AnyTagClassName
{
color: #74844F;
}
</style>
background-color css
<style>
a { background-color: #74844F; }
a { background-color: rgb(116,132,79); }
div.DivClassName
{
background-color: #74844F;
}
.BgClassName
{
background-color: #74844F;
}
</style>
border-color css
<style>
span { border-color: #74844F; }
span { border-color: rgb(116,132,79); }
td.TdClassName
{
border-color: #74844F;
}
.TagClassName
{
border-color: #74844F;
}
</style>