Shades of Finch #74754D
Tints of Finch #74754D
RGB
CMYK
RGB Variations
Color information
#74754D (or 0x74754D) is known color: Finch. HEX triplet: 74, 75 and 4D. RGB value is (116,117,77). Sum of RGB (Red+Green+Blue) = 116+117+77=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #74754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74754D is #8B8AB2. Grayscale: #707070. Windows color (decimal): -9145011 or 5076340. OLE color: 5076340.
HSL color Cylindrical-coordinate representation of color #74754D: hue angle of 61.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74754D is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 77 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.54 |
| HSL | 61.5º | 0.21% | 0.38% | - |
| HSV(B) | 61.5º | 0.34% | 0.46% | - |
| XYZ | 14.9 | 16.97 | 9.51 | - |
| YUV | 112.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 77 | 0.01 | 0 | 0.34 | 0.54 | 61.5 | 0.21 | 0.38 |
| Hex | 74 | 75 | 4D | 1 | 0 | 22 | 36 | 3E | 15 | 26 |
| Octal | 164 | 165 | 115 | 1 | 0 | 42 | 66 | 76 | 25 | 46 |
| Binary | 1110100 | 1110101 | 1001101 | 1 | 0 | 100010 | 110110 | 111110 | 10101 | 100110 |
Color Harmonies of #74754D
Complementary color
Monochromatic Colors of #74754D
Black with #74754D
Text Example
Text Example
White with #74754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74754D; }
p { color: rgb(116,117,77); }
H1.HeaderClassName
{
color: #74754D;
}
.AnyTagClassName
{
color: #74754D;
}
</style>
background-color css
<style>
a { background-color: #74754D; }
a { background-color: rgb(116,117,77); }
div.DivClassName
{
background-color: #74754D;
}
.BgClassName
{
background-color: #74754D;
}
</style>
border-color css
<style>
span { border-color: #74754D; }
span { border-color: rgb(116,117,77); }
td.TdClassName
{
border-color: #74754D;
}
.TagClassName
{
border-color: #74754D;
}
</style>