Shades of Finch #77894D
Tints of Finch #77894D
RGB
CMYK
RGB Variations
Color information
#77894D (or 0x77894D) is known color: Finch. HEX triplet: 77, 89 and 4D. RGB value is (119,137,77). Sum of RGB (Red+Green+Blue) = 119+137+77=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #77894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77894D is #8876B2. Grayscale: #7D7D7D. Windows color (decimal): -8943283 or 5081463. OLE color: 5081463.
HSL color Cylindrical-coordinate representation of color #77894D: hue angle of 78º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77894D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 77 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.46 |
| HSL | 78º | 0.28% | 0.42% | - |
| HSV(B) | 78º | 0.44% | 0.54% | - |
| XYZ | 17.89 | 22.35 | 10.39 | - |
| YUV | 124.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 77 | 0.13 | 0 | 0.44 | 0.46 | 78 | 0.28 | 0.42 |
| Hex | 77 | 89 | 4D | D | 0 | 2C | 2E | 4E | 1C | 2A |
| Octal | 167 | 211 | 115 | 15 | 0 | 54 | 56 | 116 | 34 | 52 |
| Binary | 1110111 | 10001001 | 1001101 | 1101 | 0 | 101100 | 101110 | 1001110 | 11100 | 101010 |
Color Harmonies of #77894D
Complementary color
Monochromatic Colors of #77894D
Black with #77894D
Text Example
Text Example
White with #77894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77894D; }
p { color: rgb(119,137,77); }
H1.HeaderClassName
{
color: #77894D;
}
.AnyTagClassName
{
color: #77894D;
}
</style>
background-color css
<style>
a { background-color: #77894D; }
a { background-color: rgb(119,137,77); }
div.DivClassName
{
background-color: #77894D;
}
.BgClassName
{
background-color: #77894D;
}
</style>
border-color css
<style>
span { border-color: #77894D; }
span { border-color: rgb(119,137,77); }
td.TdClassName
{
border-color: #77894D;
}
.TagClassName
{
border-color: #77894D;
}
</style>