Shades of Finch #74874C
Tints of Finch #74874C
RGB
CMYK
RGB Variations
Color information
#74874C (or 0x74874C) is known color: Finch. HEX triplet: 74, 87 and 4C. RGB value is (116,135,76). Sum of RGB (Red+Green+Blue) = 116+135+76=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #74874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74874C is #8B78B3. Grayscale: #7A7A7A. Windows color (decimal): -9140404 or 5015412. OLE color: 5015412.
HSL color Cylindrical-coordinate representation of color #74874C: hue angle of 79.32º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74874C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 76 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.47 |
| HSL | 79.32º | 0.28% | 0.41% | - |
| HSV(B) | 79.32º | 0.44% | 0.53% | - |
| XYZ | 17.17 | 21.56 | 10.09 | - |
| YUV | 122.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 76 | 0.14 | 0 | 0.44 | 0.47 | 79.32 | 0.28 | 0.41 |
| Hex | 74 | 87 | 4C | E | 0 | 2C | 2F | 4F | 1C | 29 |
| Octal | 164 | 207 | 114 | 16 | 0 | 54 | 57 | 117 | 34 | 51 |
| Binary | 1110100 | 10000111 | 1001100 | 1110 | 0 | 101100 | 101111 | 1001111 | 11100 | 101001 |
Color Harmonies of #74874C
Complementary color
Monochromatic Colors of #74874C
Black with #74874C
Text Example
Text Example
White with #74874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74874C; }
p { color: rgb(116,135,76); }
H1.HeaderClassName
{
color: #74874C;
}
.AnyTagClassName
{
color: #74874C;
}
</style>
background-color css
<style>
a { background-color: #74874C; }
a { background-color: rgb(116,135,76); }
div.DivClassName
{
background-color: #74874C;
}
.BgClassName
{
background-color: #74874C;
}
</style>
border-color css
<style>
span { border-color: #74874C; }
span { border-color: rgb(116,135,76); }
td.TdClassName
{
border-color: #74874C;
}
.TagClassName
{
border-color: #74874C;
}
</style>