Shades of Finch #74824E
Tints of Finch #74824E
RGB
CMYK
RGB Variations
Color information
#74824E (or 0x74824E) is known color: Finch. HEX triplet: 74, 82 and 4E. RGB value is (116,130,78). Sum of RGB (Red+Green+Blue) = 116+130+78=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #74824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74824E is #8B7DB1. Grayscale: #787878. Windows color (decimal): -9141682 or 5145204. OLE color: 5145204.
HSL color Cylindrical-coordinate representation of color #74824E: hue angle of 76.15º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74824E is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 78 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.49 |
| HSL | 76.15º | 0.25% | 0.41% | - |
| HSV(B) | 76.15º | 0.4% | 0.51% | - |
| XYZ | 16.56 | 20.23 | 10.24 | - |
| YUV | 119.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 78 | 0.11 | 0 | 0.40 | 0.49 | 76.15 | 0.25 | 0.41 |
| Hex | 74 | 82 | 4E | B | 0 | 28 | 31 | 4C | 19 | 29 |
| Octal | 164 | 202 | 116 | 13 | 0 | 50 | 61 | 114 | 31 | 51 |
| Binary | 1110100 | 10000010 | 1001110 | 1011 | 0 | 101000 | 110001 | 1001100 | 11001 | 101001 |
Color Harmonies of #74824E
Complementary color
Monochromatic Colors of #74824E
Black with #74824E
Text Example
Text Example
White with #74824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74824E; }
p { color: rgb(116,130,78); }
H1.HeaderClassName
{
color: #74824E;
}
.AnyTagClassName
{
color: #74824E;
}
</style>
background-color css
<style>
a { background-color: #74824E; }
a { background-color: rgb(116,130,78); }
div.DivClassName
{
background-color: #74824E;
}
.BgClassName
{
background-color: #74824E;
}
</style>
border-color css
<style>
span { border-color: #74824E; }
span { border-color: rgb(116,130,78); }
td.TdClassName
{
border-color: #74824E;
}
.TagClassName
{
border-color: #74824E;
}
</style>