Shades of Finch #767A43
Tints of Finch #767A43
RGB
CMYK
RGB Variations
Color information
#767A43 (or 0x767A43) is known color: Finch. HEX triplet: 76, 7A and 43. RGB value is (118,122,67). Sum of RGB (Red+Green+Blue) = 118+122+67=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #767A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A43 is #8985BC. Grayscale: #727272. Windows color (decimal): -9012669 or 4422262. OLE color: 4422262.
HSL color Cylindrical-coordinate representation of color #767A43: hue angle of 64.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #767A43 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 67 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.52 |
| HSL | 64.36º | 0.29% | 0.37% | - |
| HSV(B) | 64.36º | 0.45% | 0.48% | - |
| XYZ | 15.44 | 18.18 | 8 | - |
| YUV | 114.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 67 | 0.03 | 0 | 0.45 | 0.52 | 64.36 | 0.29 | 0.37 |
| Hex | 76 | 7A | 43 | 3 | 0 | 2D | 34 | 40 | 1D | 25 |
| Octal | 166 | 172 | 103 | 3 | 0 | 55 | 64 | 100 | 35 | 45 |
| Binary | 1110110 | 1111010 | 1000011 | 11 | 0 | 101101 | 110100 | 1000000 | 11101 | 100101 |
Color Harmonies of #767A43
Complementary color
Monochromatic Colors of #767A43
Black with #767A43
Text Example
Text Example
White with #767A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A43; }
p { color: rgb(118,122,67); }
H1.HeaderClassName
{
color: #767A43;
}
.AnyTagClassName
{
color: #767A43;
}
</style>
background-color css
<style>
a { background-color: #767A43; }
a { background-color: rgb(118,122,67); }
div.DivClassName
{
background-color: #767A43;
}
.BgClassName
{
background-color: #767A43;
}
</style>
border-color css
<style>
span { border-color: #767A43; }
span { border-color: rgb(118,122,67); }
td.TdClassName
{
border-color: #767A43;
}
.TagClassName
{
border-color: #767A43;
}
</style>