Shades of Finch #76884C
Tints of Finch #76884C
RGB
CMYK
RGB Variations
Color information
#76884C (or 0x76884C) is known color: Finch. HEX triplet: 76, 88 and 4C. RGB value is (118,136,76). Sum of RGB (Red+Green+Blue) = 118+136+76=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #76884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76884C is #8977B3. Grayscale: #7B7B7B. Windows color (decimal): -9009076 or 5015670. OLE color: 5015670.
HSL color Cylindrical-coordinate representation of color #76884C: hue angle of 78º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76884C is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 76 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.47 |
| HSL | 78º | 0.28% | 0.42% | - |
| HSV(B) | 78º | 0.44% | 0.53% | - |
| XYZ | 17.58 | 21.98 | 10.15 | - |
| YUV | 123.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 76 | 0.13 | 0 | 0.44 | 0.47 | 78 | 0.28 | 0.42 |
| Hex | 76 | 88 | 4C | D | 0 | 2C | 2F | 4E | 1C | 2A |
| Octal | 166 | 210 | 114 | 15 | 0 | 54 | 57 | 116 | 34 | 52 |
| Binary | 1110110 | 10001000 | 1001100 | 1101 | 0 | 101100 | 101111 | 1001110 | 11100 | 101010 |
Color Harmonies of #76884C
Complementary color
Monochromatic Colors of #76884C
Black with #76884C
Text Example
Text Example
White with #76884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76884C; }
p { color: rgb(118,136,76); }
H1.HeaderClassName
{
color: #76884C;
}
.AnyTagClassName
{
color: #76884C;
}
</style>
background-color css
<style>
a { background-color: #76884C; }
a { background-color: rgb(118,136,76); }
div.DivClassName
{
background-color: #76884C;
}
.BgClassName
{
background-color: #76884C;
}
</style>
border-color css
<style>
span { border-color: #76884C; }
span { border-color: rgb(118,136,76); }
td.TdClassName
{
border-color: #76884C;
}
.TagClassName
{
border-color: #76884C;
}
</style>