Shades of Finch #74785D
Tints of Finch #74785D
RGB
CMYK
RGB Variations
Color information
#74785D (or 0x74785D) is known color: Finch. HEX triplet: 74, 78 and 5D. RGB value is (116,120,93). Sum of RGB (Red+Green+Blue) = 116+120+93=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #74785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74785D is #8B87A2. Grayscale: #737373. Windows color (decimal): -9144227 or 6125684. OLE color: 6125684.
HSL color Cylindrical-coordinate representation of color #74785D: hue angle of 68.89º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74785D is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 93 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.53 |
| HSL | 68.89º | 0.13% | 0.42% | - |
| HSV(B) | 68.89º | 0.23% | 0.47% | - |
| XYZ | 15.89 | 17.94 | 12.98 | - |
| YUV | 115.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 93 | 0.03 | 0 | 0.22 | 0.53 | 68.89 | 0.13 | 0.42 |
| Hex | 74 | 78 | 5D | 3 | 0 | 16 | 35 | 45 | D | 2A |
| Octal | 164 | 170 | 135 | 3 | 0 | 26 | 65 | 105 | 15 | 52 |
| Binary | 1110100 | 1111000 | 1011101 | 11 | 0 | 10110 | 110101 | 1000101 | 1101 | 101010 |
Color Harmonies of #74785D
Complementary color
Monochromatic Colors of #74785D
Black with #74785D
Text Example
Text Example
White with #74785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74785D; }
p { color: rgb(116,120,93); }
H1.HeaderClassName
{
color: #74785D;
}
.AnyTagClassName
{
color: #74785D;
}
</style>
background-color css
<style>
a { background-color: #74785D; }
a { background-color: rgb(116,120,93); }
div.DivClassName
{
background-color: #74785D;
}
.BgClassName
{
background-color: #74785D;
}
</style>
border-color css
<style>
span { border-color: #74785D; }
span { border-color: rgb(116,120,93); }
td.TdClassName
{
border-color: #74785D;
}
.TagClassName
{
border-color: #74785D;
}
</style>