Shades of Finch #767943
Tints of Finch #767943
RGB
CMYK
RGB Variations
Color information
#767943 (or 0x767943) is known color: Finch. HEX triplet: 76, 79 and 43. RGB value is (118,121,67). Sum of RGB (Red+Green+Blue) = 118+121+67=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #767943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767943 is #8986BC. Grayscale: #727272. Windows color (decimal): -9012925 or 4422006. OLE color: 4422006.
HSL color Cylindrical-coordinate representation of color #767943: hue angle of 63.33º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #767943 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 67 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.53 |
| HSL | 63.33º | 0.29% | 0.37% | - |
| HSV(B) | 63.33º | 0.45% | 0.47% | - |
| XYZ | 15.32 | 17.93 | 7.96 | - |
| YUV | 113.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 67 | 0.02 | 0 | 0.45 | 0.53 | 63.33 | 0.29 | 0.37 |
| Hex | 76 | 79 | 43 | 2 | 0 | 2D | 35 | 3F | 1D | 25 |
| Octal | 166 | 171 | 103 | 2 | 0 | 55 | 65 | 77 | 35 | 45 |
| Binary | 1110110 | 1111001 | 1000011 | 10 | 0 | 101101 | 110101 | 111111 | 11101 | 100101 |
Color Harmonies of #767943
Complementary color
Monochromatic Colors of #767943
Black with #767943
Text Example
Text Example
White with #767943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767943; }
p { color: rgb(118,121,67); }
H1.HeaderClassName
{
color: #767943;
}
.AnyTagClassName
{
color: #767943;
}
</style>
background-color css
<style>
a { background-color: #767943; }
a { background-color: rgb(118,121,67); }
div.DivClassName
{
background-color: #767943;
}
.BgClassName
{
background-color: #767943;
}
</style>
border-color css
<style>
span { border-color: #767943; }
span { border-color: rgb(118,121,67); }
td.TdClassName
{
border-color: #767943;
}
.TagClassName
{
border-color: #767943;
}
</style>