Shades of Finch #767F4A
Tints of Finch #767F4A
RGB
CMYK
RGB Variations
Color information
#767F4A (or 0x767F4A) is known color: Finch. HEX triplet: 76, 7F and 4A. RGB value is (118,127,74). Sum of RGB (Red+Green+Blue) = 118+127+74=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #767F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767F4A is #8980B5. Grayscale: #767676. Windows color (decimal): -9011382 or 4882294. OLE color: 4882294.
HSL color Cylindrical-coordinate representation of color #767F4A: hue angle of 70.19º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767F4A is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 74 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.50 |
| HSL | 70.19º | 0.26% | 0.39% | - |
| HSV(B) | 70.19º | 0.42% | 0.5% | - |
| XYZ | 16.3 | 19.52 | 9.39 | - |
| YUV | 118.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 74 | 0.07 | 0 | 0.42 | 0.50 | 70.19 | 0.26 | 0.39 |
| Hex | 76 | 7F | 4A | 7 | 0 | 2A | 32 | 46 | 1A | 27 |
| Octal | 166 | 177 | 112 | 7 | 0 | 52 | 62 | 106 | 32 | 47 |
| Binary | 1110110 | 1111111 | 1001010 | 111 | 0 | 101010 | 110010 | 1000110 | 11010 | 100111 |
Color Harmonies of #767F4A
Complementary color
Monochromatic Colors of #767F4A
Black with #767F4A
Text Example
Text Example
White with #767F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F4A; }
p { color: rgb(118,127,74); }
H1.HeaderClassName
{
color: #767F4A;
}
.AnyTagClassName
{
color: #767F4A;
}
</style>
background-color css
<style>
a { background-color: #767F4A; }
a { background-color: rgb(118,127,74); }
div.DivClassName
{
background-color: #767F4A;
}
.BgClassName
{
background-color: #767F4A;
}
</style>
border-color css
<style>
span { border-color: #767F4A; }
span { border-color: rgb(118,127,74); }
td.TdClassName
{
border-color: #767F4A;
}
.TagClassName
{
border-color: #767F4A;
}
</style>