Shades of Finch #74874D
Tints of Finch #74874D
RGB
CMYK
RGB Variations
Color information
#74874D (or 0x74874D) is known color: Finch. HEX triplet: 74, 87 and 4D. RGB value is (116,135,77). Sum of RGB (Red+Green+Blue) = 116+135+77=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #74874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74874D is #8B78B2. Grayscale: #7A7A7A. Windows color (decimal): -9140403 or 5080948. OLE color: 5080948.
HSL color Cylindrical-coordinate representation of color #74874D: hue angle of 79.66º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74874D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 77 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.47 |
| HSL | 79.66º | 0.27% | 0.42% | - |
| HSV(B) | 79.66º | 0.43% | 0.53% | - |
| XYZ | 17.21 | 21.58 | 10.28 | - |
| YUV | 122.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 77 | 0.14 | 0 | 0.43 | 0.47 | 79.66 | 0.27 | 0.42 |
| Hex | 74 | 87 | 4D | E | 0 | 2B | 2F | 50 | 1B | 2A |
| Octal | 164 | 207 | 115 | 16 | 0 | 53 | 57 | 120 | 33 | 52 |
| Binary | 1110100 | 10000111 | 1001101 | 1110 | 0 | 101011 | 101111 | 1010000 | 11011 | 101010 |
Color Harmonies of #74874D
Complementary color
Monochromatic Colors of #74874D
Black with #74874D
Text Example
Text Example
White with #74874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74874D; }
p { color: rgb(116,135,77); }
H1.HeaderClassName
{
color: #74874D;
}
.AnyTagClassName
{
color: #74874D;
}
</style>
background-color css
<style>
a { background-color: #74874D; }
a { background-color: rgb(116,135,77); }
div.DivClassName
{
background-color: #74874D;
}
.BgClassName
{
background-color: #74874D;
}
</style>
border-color css
<style>
span { border-color: #74874D; }
span { border-color: rgb(116,135,77); }
td.TdClassName
{
border-color: #74874D;
}
.TagClassName
{
border-color: #74874D;
}
</style>