Shades of Finch #74754C
Tints of Finch #74754C
RGB
CMYK
RGB Variations
Color information
#74754C (or 0x74754C) is known color: Finch. HEX triplet: 74, 75 and 4C. RGB value is (116,117,76). Sum of RGB (Red+Green+Blue) = 116+117+76=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #74754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74754C is #8B8AB3. Grayscale: #707070. Windows color (decimal): -9145012 or 5010804. OLE color: 5010804.
HSL color Cylindrical-coordinate representation of color #74754C: hue angle of 61.46º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74754C is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 76 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.54 |
| HSL | 61.46º | 0.21% | 0.38% | - |
| HSV(B) | 61.46º | 0.35% | 0.46% | - |
| XYZ | 14.87 | 16.96 | 9.33 | - |
| YUV | 112.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 76 | 0.01 | 0 | 0.35 | 0.54 | 61.46 | 0.21 | 0.38 |
| Hex | 74 | 75 | 4C | 1 | 0 | 23 | 36 | 3D | 15 | 26 |
| Octal | 164 | 165 | 114 | 1 | 0 | 43 | 66 | 75 | 25 | 46 |
| Binary | 1110100 | 1110101 | 1001100 | 1 | 0 | 100011 | 110110 | 111101 | 10101 | 100110 |
Color Harmonies of #74754C
Complementary color
Monochromatic Colors of #74754C
Black with #74754C
Text Example
Text Example
White with #74754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74754C; }
p { color: rgb(116,117,76); }
H1.HeaderClassName
{
color: #74754C;
}
.AnyTagClassName
{
color: #74754C;
}
</style>
background-color css
<style>
a { background-color: #74754C; }
a { background-color: rgb(116,117,76); }
div.DivClassName
{
background-color: #74754C;
}
.BgClassName
{
background-color: #74754C;
}
</style>
border-color css
<style>
span { border-color: #74754C; }
span { border-color: rgb(116,117,76); }
td.TdClassName
{
border-color: #74754C;
}
.TagClassName
{
border-color: #74754C;
}
</style>