Shades of Finch #767A42
Tints of Finch #767A42
RGB
CMYK
RGB Variations
Color information
#767A42 (or 0x767A42) is known color: Finch. HEX triplet: 76, 7A and 42. RGB value is (118,122,66). Sum of RGB (Red+Green+Blue) = 118+122+66=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #767A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A42 is #8985BD. Grayscale: #727272. Windows color (decimal): -9012670 or 4356726. OLE color: 4356726.
HSL color Cylindrical-coordinate representation of color #767A42: hue angle of 64.29º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #767A42 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 66 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.52 |
| HSL | 64.29º | 0.3% | 0.37% | - |
| HSV(B) | 64.29º | 0.46% | 0.48% | - |
| XYZ | 15.41 | 18.16 | 7.85 | - |
| YUV | 114.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 66 | 0.03 | 0 | 0.46 | 0.52 | 64.29 | 0.3 | 0.37 |
| Hex | 76 | 7A | 42 | 3 | 0 | 2E | 34 | 40 | 1E | 25 |
| Octal | 166 | 172 | 102 | 3 | 0 | 56 | 64 | 100 | 36 | 45 |
| Binary | 1110110 | 1111010 | 1000010 | 11 | 0 | 101110 | 110100 | 1000000 | 11110 | 100101 |
Color Harmonies of #767A42
Complementary color
Monochromatic Colors of #767A42
Black with #767A42
Text Example
Text Example
White with #767A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A42; }
p { color: rgb(118,122,66); }
H1.HeaderClassName
{
color: #767A42;
}
.AnyTagClassName
{
color: #767A42;
}
</style>
background-color css
<style>
a { background-color: #767A42; }
a { background-color: rgb(118,122,66); }
div.DivClassName
{
background-color: #767A42;
}
.BgClassName
{
background-color: #767A42;
}
</style>
border-color css
<style>
span { border-color: #767A42; }
span { border-color: rgb(118,122,66); }
td.TdClassName
{
border-color: #767A42;
}
.TagClassName
{
border-color: #767A42;
}
</style>