Shades of Finch #74785A
Tints of Finch #74785A
RGB
CMYK
RGB Variations
Color information
#74785A (or 0x74785A) is known color: Finch. HEX triplet: 74, 78 and 5A. RGB value is (116,120,90). Sum of RGB (Red+Green+Blue) = 116+120+90=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #74785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74785A is #8B87A5. Grayscale: #737373. Windows color (decimal): -9144230 or 5929076. OLE color: 5929076.
HSL color Cylindrical-coordinate representation of color #74785A: hue angle of 68º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74785A is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 90 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.53 |
| HSL | 68º | 0.14% | 0.41% | - |
| HSV(B) | 68º | 0.25% | 0.47% | - |
| XYZ | 15.76 | 17.88 | 12.29 | - |
| YUV | 115.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 90 | 0.03 | 0 | 0.25 | 0.53 | 68 | 0.14 | 0.41 |
| Hex | 74 | 78 | 5A | 3 | 0 | 19 | 35 | 44 | E | 29 |
| Octal | 164 | 170 | 132 | 3 | 0 | 31 | 65 | 104 | 16 | 51 |
| Binary | 1110100 | 1111000 | 1011010 | 11 | 0 | 11001 | 110101 | 1000100 | 1110 | 101001 |
Color Harmonies of #74785A
Complementary color
Monochromatic Colors of #74785A
Black with #74785A
Text Example
Text Example
White with #74785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74785A; }
p { color: rgb(116,120,90); }
H1.HeaderClassName
{
color: #74785A;
}
.AnyTagClassName
{
color: #74785A;
}
</style>
background-color css
<style>
a { background-color: #74785A; }
a { background-color: rgb(116,120,90); }
div.DivClassName
{
background-color: #74785A;
}
.BgClassName
{
background-color: #74785A;
}
</style>
border-color css
<style>
span { border-color: #74785A; }
span { border-color: rgb(116,120,90); }
td.TdClassName
{
border-color: #74785A;
}
.TagClassName
{
border-color: #74785A;
}
</style>