Shades of Finch #767C4E
Tints of Finch #767C4E
RGB
CMYK
RGB Variations
Color information
#767C4E (or 0x767C4E) is known color: Finch. HEX triplet: 76, 7C and 4E. RGB value is (118,124,78). Sum of RGB (Red+Green+Blue) = 118+124+78=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 124 - color contains mainly: green. Hex color #767C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C4E is #8983B1. Grayscale: #757575. Windows color (decimal): -9012146 or 5143670. OLE color: 5143670.
HSL color Cylindrical-coordinate representation of color #767C4E: hue angle of 67.83º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #767C4E is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 78 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.51 |
| HSL | 67.83º | 0.23% | 0.4% | - |
| HSV(B) | 67.83º | 0.37% | 0.49% | - |
| XYZ | 16.05 | 18.82 | 9.99 | - |
| YUV | 116.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 78 | 0.05 | 0 | 0.37 | 0.51 | 67.83 | 0.23 | 0.4 |
| Hex | 76 | 7C | 4E | 5 | 0 | 25 | 33 | 44 | 17 | 28 |
| Octal | 166 | 174 | 116 | 5 | 0 | 45 | 63 | 104 | 27 | 50 |
| Binary | 1110110 | 1111100 | 1001110 | 101 | 0 | 100101 | 110011 | 1000100 | 10111 | 101000 |
Color Harmonies of #767C4E
Complementary color
Monochromatic Colors of #767C4E
Black with #767C4E
Text Example
Text Example
White with #767C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C4E; }
p { color: rgb(118,124,78); }
H1.HeaderClassName
{
color: #767C4E;
}
.AnyTagClassName
{
color: #767C4E;
}
</style>
background-color css
<style>
a { background-color: #767C4E; }
a { background-color: rgb(118,124,78); }
div.DivClassName
{
background-color: #767C4E;
}
.BgClassName
{
background-color: #767C4E;
}
</style>
border-color css
<style>
span { border-color: #767C4E; }
span { border-color: rgb(118,124,78); }
td.TdClassName
{
border-color: #767C4E;
}
.TagClassName
{
border-color: #767C4E;
}
</style>