Shades of Finch #76894D
Tints of Finch #76894D
RGB
CMYK
RGB Variations
Color information
#76894D (or 0x76894D) is known color: Finch. HEX triplet: 76, 89 and 4D. RGB value is (118,137,77). Sum of RGB (Red+Green+Blue) = 118+137+77=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #76894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76894D is #8976B2. Grayscale: #7C7C7C. Windows color (decimal): -9008819 or 5081462. OLE color: 5081462.
HSL color Cylindrical-coordinate representation of color #76894D: hue angle of 79º 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 #76894D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 137 | 77 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.46 |
| HSL | 79º | 0.28% | 0.42% | - |
| HSV(B) | 79º | 0.44% | 0.54% | - |
| XYZ | 17.76 | 22.28 | 10.39 | - |
| YUV | 124.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 77 | 0.14 | 0 | 0.44 | 0.46 | 79 | 0.28 | 0.42 |
| Hex | 76 | 89 | 4D | E | 0 | 2C | 2E | 4F | 1C | 2A |
| Octal | 166 | 211 | 115 | 16 | 0 | 54 | 56 | 117 | 34 | 52 |
| Binary | 1110110 | 10001001 | 1001101 | 1110 | 0 | 101100 | 101110 | 1001111 | 11100 | 101010 |
Color Harmonies of #76894D
Complementary color
Monochromatic Colors of #76894D
Black with #76894D
Text Example
Text Example
White with #76894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76894D; }
p { color: rgb(118,137,77); }
H1.HeaderClassName
{
color: #76894D;
}
.AnyTagClassName
{
color: #76894D;
}
</style>
background-color css
<style>
a { background-color: #76894D; }
a { background-color: rgb(118,137,77); }
div.DivClassName
{
background-color: #76894D;
}
.BgClassName
{
background-color: #76894D;
}
</style>
border-color css
<style>
span { border-color: #76894D; }
span { border-color: rgb(118,137,77); }
td.TdClassName
{
border-color: #76894D;
}
.TagClassName
{
border-color: #76894D;
}
</style>