Shades of Finch #767A45
Tints of Finch #767A45
RGB
CMYK
RGB Variations
Color information
#767A45 (or 0x767A45) is known color: Finch. HEX triplet: 76, 7A and 45. RGB value is (118,122,69). Sum of RGB (Red+Green+Blue) = 118+122+69=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #767A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A45 is #8985BA. Grayscale: #727272. Windows color (decimal): -9012667 or 4553334. OLE color: 4553334.
HSL color Cylindrical-coordinate representation of color #767A45: hue angle of 64.53º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767A45 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 69 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.52 |
| HSL | 64.53º | 0.28% | 0.37% | - |
| HSV(B) | 64.53º | 0.43% | 0.48% | - |
| XYZ | 15.5 | 18.2 | 8.33 | - |
| YUV | 114.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 69 | 0.03 | 0 | 0.43 | 0.52 | 64.53 | 0.28 | 0.37 |
| Hex | 76 | 7A | 45 | 3 | 0 | 2B | 34 | 41 | 1C | 25 |
| Octal | 166 | 172 | 105 | 3 | 0 | 53 | 64 | 101 | 34 | 45 |
| Binary | 1110110 | 1111010 | 1000101 | 11 | 0 | 101011 | 110100 | 1000001 | 11100 | 100101 |
Color Harmonies of #767A45
Complementary color
Monochromatic Colors of #767A45
Black with #767A45
Text Example
Text Example
White with #767A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A45; }
p { color: rgb(118,122,69); }
H1.HeaderClassName
{
color: #767A45;
}
.AnyTagClassName
{
color: #767A45;
}
</style>
background-color css
<style>
a { background-color: #767A45; }
a { background-color: rgb(118,122,69); }
div.DivClassName
{
background-color: #767A45;
}
.BgClassName
{
background-color: #767A45;
}
</style>
border-color css
<style>
span { border-color: #767A45; }
span { border-color: rgb(118,122,69); }
td.TdClassName
{
border-color: #767A45;
}
.TagClassName
{
border-color: #767A45;
}
</style>