Shades of Finch #74785F
Tints of Finch #74785F
RGB
CMYK
RGB Variations
Color information
#74785F (or 0x74785F) is known color: Finch. HEX triplet: 74, 78 and 5F. RGB value is (116,120,95). Sum of RGB (Red+Green+Blue) = 116+120+95=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 120 - color contains mainly: green. Hex color #74785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74785F is #8B87A0. Grayscale: #747474. Windows color (decimal): -9144225 or 6256756. OLE color: 6256756.
HSL color Cylindrical-coordinate representation of color #74785F: hue angle of 69.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74785F is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 95 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.53 |
| HSL | 69.6º | 0.12% | 0.42% | - |
| HSV(B) | 69.6º | 0.21% | 0.47% | - |
| XYZ | 15.98 | 17.97 | 13.45 | - |
| YUV | 115.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 95 | 0.03 | 0 | 0.21 | 0.53 | 69.6 | 0.12 | 0.42 |
| Hex | 74 | 78 | 5F | 3 | 0 | 15 | 35 | 46 | C | 2A |
| Octal | 164 | 170 | 137 | 3 | 0 | 25 | 65 | 106 | 14 | 52 |
| Binary | 1110100 | 1111000 | 1011111 | 11 | 0 | 10101 | 110101 | 1000110 | 1100 | 101010 |
Color Harmonies of #74785F
Complementary color
Monochromatic Colors of #74785F
Black with #74785F
Text Example
Text Example
White with #74785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74785F; }
p { color: rgb(116,120,95); }
H1.HeaderClassName
{
color: #74785F;
}
.AnyTagClassName
{
color: #74785F;
}
</style>
background-color css
<style>
a { background-color: #74785F; }
a { background-color: rgb(116,120,95); }
div.DivClassName
{
background-color: #74785F;
}
.BgClassName
{
background-color: #74785F;
}
</style>
border-color css
<style>
span { border-color: #74785F; }
span { border-color: rgb(116,120,95); }
td.TdClassName
{
border-color: #74785F;
}
.TagClassName
{
border-color: #74785F;
}
</style>