Shades of Finch #767E45
Tints of Finch #767E45
RGB
CMYK
RGB Variations
Color information
#767E45 (or 0x767E45) is known color: Finch. HEX triplet: 76, 7E and 45. RGB value is (118,126,69). Sum of RGB (Red+Green+Blue) = 118+126+69=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #767E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767E45 is #8981BA. Grayscale: #757575. Windows color (decimal): -9011643 or 4554358. OLE color: 4554358.
HSL color Cylindrical-coordinate representation of color #767E45: hue angle of 68.42º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #767E45 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 126 | 69 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.51 |
| HSL | 68.42º | 0.29% | 0.38% | - |
| HSV(B) | 68.42º | 0.45% | 0.49% | - |
| XYZ | 16.01 | 19.2 | 8.49 | - |
| YUV | 117.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 69 | 0.06 | 0 | 0.45 | 0.51 | 68.42 | 0.29 | 0.38 |
| Hex | 76 | 7E | 45 | 6 | 0 | 2D | 33 | 44 | 1D | 26 |
| Octal | 166 | 176 | 105 | 6 | 0 | 55 | 63 | 104 | 35 | 46 |
| Binary | 1110110 | 1111110 | 1000101 | 110 | 0 | 101101 | 110011 | 1000100 | 11101 | 100110 |
Color Harmonies of #767E45
Complementary color
Monochromatic Colors of #767E45
Black with #767E45
Text Example
Text Example
White with #767E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E45; }
p { color: rgb(118,126,69); }
H1.HeaderClassName
{
color: #767E45;
}
.AnyTagClassName
{
color: #767E45;
}
</style>
background-color css
<style>
a { background-color: #767E45; }
a { background-color: rgb(118,126,69); }
div.DivClassName
{
background-color: #767E45;
}
.BgClassName
{
background-color: #767E45;
}
</style>
border-color css
<style>
span { border-color: #767E45; }
span { border-color: rgb(118,126,69); }
td.TdClassName
{
border-color: #767E45;
}
.TagClassName
{
border-color: #767E45;
}
</style>