Shades of Finch #777C65
Tints of Finch #777C65
RGB
CMYK
RGB Variations
Color information
#777C65 (or 0x777C65) is known color: Finch. HEX triplet: 77, 7C and 65. RGB value is (119,124,101). Sum of RGB (Red+Green+Blue) = 119+124+101=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #777C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C65 is #88839A. Grayscale: #777777. Windows color (decimal): -8946587 or 6650999. OLE color: 6650999.
HSL color Cylindrical-coordinate representation of color #777C65: hue angle of 73.04º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #777C65 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 101 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.51 |
| HSL | 73.04º | 0.1% | 0.44% | - |
| HSV(B) | 73.04º | 0.19% | 0.49% | - |
| XYZ | 17.16 | 19.28 | 15.13 | - |
| YUV | 119.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 101 | 0.04 | 0 | 0.19 | 0.51 | 73.04 | 0.1 | 0.44 |
| Hex | 77 | 7C | 65 | 4 | 0 | 13 | 33 | 49 | A | 2C |
| Octal | 167 | 174 | 145 | 4 | 0 | 23 | 63 | 111 | 12 | 54 |
| Binary | 1110111 | 1111100 | 1100101 | 100 | 0 | 10011 | 110011 | 1001001 | 1010 | 101100 |
Color Harmonies of #777C65
Complementary color
Monochromatic Colors of #777C65
Black with #777C65
Text Example
Text Example
White with #777C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C65; }
p { color: rgb(119,124,101); }
H1.HeaderClassName
{
color: #777C65;
}
.AnyTagClassName
{
color: #777C65;
}
</style>
background-color css
<style>
a { background-color: #777C65; }
a { background-color: rgb(119,124,101); }
div.DivClassName
{
background-color: #777C65;
}
.BgClassName
{
background-color: #777C65;
}
</style>
border-color css
<style>
span { border-color: #777C65; }
span { border-color: rgb(119,124,101); }
td.TdClassName
{
border-color: #777C65;
}
.TagClassName
{
border-color: #777C65;
}
</style>