Shades of Finch #74785E
Tints of Finch #74785E
RGB
CMYK
RGB Variations
Color information
#74785E (or 0x74785E) is known color: Finch. HEX triplet: 74, 78 and 5E. RGB value is (116,120,94). Sum of RGB (Red+Green+Blue) = 116+120+94=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #74785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74785E is #8B87A1. Grayscale: #737373. Windows color (decimal): -9144226 or 6191220. OLE color: 6191220.
HSL color Cylindrical-coordinate representation of color #74785E: hue angle of 69.23º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74785E is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 94 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.53 |
| HSL | 69.23º | 0.12% | 0.42% | - |
| HSV(B) | 69.23º | 0.22% | 0.47% | - |
| XYZ | 15.94 | 17.95 | 13.22 | - |
| YUV | 115.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 94 | 0.03 | 0 | 0.22 | 0.53 | 69.23 | 0.12 | 0.42 |
| Hex | 74 | 78 | 5E | 3 | 0 | 16 | 35 | 45 | C | 2A |
| Octal | 164 | 170 | 136 | 3 | 0 | 26 | 65 | 105 | 14 | 52 |
| Binary | 1110100 | 1111000 | 1011110 | 11 | 0 | 10110 | 110101 | 1000101 | 1100 | 101010 |
Color Harmonies of #74785E
Complementary color
Monochromatic Colors of #74785E
Black with #74785E
Text Example
Text Example
White with #74785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74785E; }
p { color: rgb(116,120,94); }
H1.HeaderClassName
{
color: #74785E;
}
.AnyTagClassName
{
color: #74785E;
}
</style>
background-color css
<style>
a { background-color: #74785E; }
a { background-color: rgb(116,120,94); }
div.DivClassName
{
background-color: #74785E;
}
.BgClassName
{
background-color: #74785E;
}
</style>
border-color css
<style>
span { border-color: #74785E; }
span { border-color: rgb(116,120,94); }
td.TdClassName
{
border-color: #74785E;
}
.TagClassName
{
border-color: #74785E;
}
</style>