Shades of Finch #767A46
Tints of Finch #767A46
RGB
CMYK
RGB Variations
Color information
#767A46 (or 0x767A46) is known color: Finch. HEX triplet: 76, 7A and 46. RGB value is (118,122,70). Sum of RGB (Red+Green+Blue) = 118+122+70=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #767A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A46 is #8985B9. Grayscale: #737373. Windows color (decimal): -9012666 or 4618870. OLE color: 4618870.
HSL color Cylindrical-coordinate representation of color #767A46: hue angle of 64.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767A46 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 70 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.52 |
| HSL | 64.62º | 0.27% | 0.38% | - |
| HSV(B) | 64.62º | 0.43% | 0.48% | - |
| XYZ | 15.54 | 18.21 | 8.49 | - |
| YUV | 114.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 70 | 0.03 | 0 | 0.43 | 0.52 | 64.62 | 0.27 | 0.38 |
| Hex | 76 | 7A | 46 | 3 | 0 | 2B | 34 | 41 | 1B | 26 |
| Octal | 166 | 172 | 106 | 3 | 0 | 53 | 64 | 101 | 33 | 46 |
| Binary | 1110110 | 1111010 | 1000110 | 11 | 0 | 101011 | 110100 | 1000001 | 11011 | 100110 |
Color Harmonies of #767A46
Complementary color
Monochromatic Colors of #767A46
Black with #767A46
Text Example
Text Example
White with #767A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A46; }
p { color: rgb(118,122,70); }
H1.HeaderClassName
{
color: #767A46;
}
.AnyTagClassName
{
color: #767A46;
}
</style>
background-color css
<style>
a { background-color: #767A46; }
a { background-color: rgb(118,122,70); }
div.DivClassName
{
background-color: #767A46;
}
.BgClassName
{
background-color: #767A46;
}
</style>
border-color css
<style>
span { border-color: #767A46; }
span { border-color: rgb(118,122,70); }
td.TdClassName
{
border-color: #767A46;
}
.TagClassName
{
border-color: #767A46;
}
</style>