Shades of Finch #77874C
Tints of Finch #77874C
RGB
CMYK
RGB Variations
Color information
#77874C (or 0x77874C) is known color: Finch. HEX triplet: 77, 87 and 4C. RGB value is (119,135,76). Sum of RGB (Red+Green+Blue) = 119+135+76=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #77874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77874C is #8878B3. Grayscale: #7B7B7B. Windows color (decimal): -8943796 or 5015415. OLE color: 5015415.
HSL color Cylindrical-coordinate representation of color #77874C: hue angle of 76.27º 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 #77874C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 76 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.47 |
| HSL | 76.27º | 0.28% | 0.41% | - |
| HSV(B) | 76.27º | 0.44% | 0.53% | - |
| XYZ | 17.58 | 21.77 | 10.11 | - |
| YUV | 123.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 76 | 0.12 | 0 | 0.44 | 0.47 | 76.27 | 0.28 | 0.41 |
| Hex | 77 | 87 | 4C | C | 0 | 2C | 2F | 4C | 1C | 29 |
| Octal | 167 | 207 | 114 | 14 | 0 | 54 | 57 | 114 | 34 | 51 |
| Binary | 1110111 | 10000111 | 1001100 | 1100 | 0 | 101100 | 101111 | 1001100 | 11100 | 101001 |
Color Harmonies of #77874C
Complementary color
Monochromatic Colors of #77874C
Black with #77874C
Text Example
Text Example
White with #77874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77874C; }
p { color: rgb(119,135,76); }
H1.HeaderClassName
{
color: #77874C;
}
.AnyTagClassName
{
color: #77874C;
}
</style>
background-color css
<style>
a { background-color: #77874C; }
a { background-color: rgb(119,135,76); }
div.DivClassName
{
background-color: #77874C;
}
.BgClassName
{
background-color: #77874C;
}
</style>
border-color css
<style>
span { border-color: #77874C; }
span { border-color: rgb(119,135,76); }
td.TdClassName
{
border-color: #77874C;
}
.TagClassName
{
border-color: #77874C;
}
</style>