Shades of Finch #74854E
Tints of Finch #74854E
RGB
CMYK
RGB Variations
Color information
#74854E (or 0x74854E) is known color: Finch. HEX triplet: 74, 85 and 4E. RGB value is (116,133,78). Sum of RGB (Red+Green+Blue) = 116+133+78=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #74854E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74854E is #8B7AB1. Grayscale: #797979. Windows color (decimal): -9140914 or 5145972. OLE color: 5145972.
HSL color Cylindrical-coordinate representation of color #74854E: hue angle of 78.55º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74854E is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 78 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.48 |
| HSL | 78.55º | 0.26% | 0.41% | - |
| HSV(B) | 78.55º | 0.41% | 0.52% | - |
| XYZ | 16.97 | 21.04 | 10.37 | - |
| YUV | 121.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 78 | 0.13 | 0 | 0.41 | 0.48 | 78.55 | 0.26 | 0.41 |
| Hex | 74 | 85 | 4E | D | 0 | 29 | 30 | 4F | 1A | 29 |
| Octal | 164 | 205 | 116 | 15 | 0 | 51 | 60 | 117 | 32 | 51 |
| Binary | 1110100 | 10000101 | 1001110 | 1101 | 0 | 101001 | 110000 | 1001111 | 11010 | 101001 |
Color Harmonies of #74854E
Complementary color
Monochromatic Colors of #74854E
Black with #74854E
Text Example
Text Example
White with #74854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74854E; }
p { color: rgb(116,133,78); }
H1.HeaderClassName
{
color: #74854E;
}
.AnyTagClassName
{
color: #74854E;
}
</style>
background-color css
<style>
a { background-color: #74854E; }
a { background-color: rgb(116,133,78); }
div.DivClassName
{
background-color: #74854E;
}
.BgClassName
{
background-color: #74854E;
}
</style>
border-color css
<style>
span { border-color: #74854E; }
span { border-color: rgb(116,133,78); }
td.TdClassName
{
border-color: #74854E;
}
.TagClassName
{
border-color: #74854E;
}
</style>