Shades of Finch #76864D
Tints of Finch #76864D
RGB
CMYK
RGB Variations
Color information
#76864D (or 0x76864D) is known color: Finch. HEX triplet: 76, 86 and 4D. RGB value is (118,134,77). Sum of RGB (Red+Green+Blue) = 118+134+77=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #76864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76864D is #8979B2. Grayscale: #7A7A7A. Windows color (decimal): -9009587 or 5080694. OLE color: 5080694.
HSL color Cylindrical-coordinate representation of color #76864D: hue angle of 76.84º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76864D is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 77 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.47 |
| HSL | 76.84º | 0.27% | 0.41% | - |
| HSV(B) | 76.84º | 0.43% | 0.53% | - |
| XYZ | 17.34 | 21.44 | 10.25 | - |
| YUV | 122.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 77 | 0.12 | 0 | 0.43 | 0.47 | 76.84 | 0.27 | 0.41 |
| Hex | 76 | 86 | 4D | C | 0 | 2B | 2F | 4D | 1B | 29 |
| Octal | 166 | 206 | 115 | 14 | 0 | 53 | 57 | 115 | 33 | 51 |
| Binary | 1110110 | 10000110 | 1001101 | 1100 | 0 | 101011 | 101111 | 1001101 | 11011 | 101001 |
Color Harmonies of #76864D
Complementary color
Monochromatic Colors of #76864D
Black with #76864D
Text Example
Text Example
White with #76864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76864D; }
p { color: rgb(118,134,77); }
H1.HeaderClassName
{
color: #76864D;
}
.AnyTagClassName
{
color: #76864D;
}
</style>
background-color css
<style>
a { background-color: #76864D; }
a { background-color: rgb(118,134,77); }
div.DivClassName
{
background-color: #76864D;
}
.BgClassName
{
background-color: #76864D;
}
</style>
border-color css
<style>
span { border-color: #76864D; }
span { border-color: rgb(118,134,77); }
td.TdClassName
{
border-color: #76864D;
}
.TagClassName
{
border-color: #76864D;
}
</style>