Shades of Finch #777D65
Tints of Finch #777D65
RGB
CMYK
RGB Variations
Color information
#777D65 (or 0x777D65) is known color: Finch. HEX triplet: 77, 7D and 65. RGB value is (119,125,101). Sum of RGB (Red+Green+Blue) = 119+125+101=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 125 - color contains mainly: green. Hex color #777D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D65 is #88829A. Grayscale: #787878. Windows color (decimal): -8946331 or 6651255. OLE color: 6651255.
HSL color Cylindrical-coordinate representation of color #777D65: hue angle of 75º degrees, saturation: 0.11, 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 #777D65 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 101 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.51 |
| HSL | 75º | 0.11% | 0.44% | - |
| HSV(B) | 75º | 0.19% | 0.49% | - |
| XYZ | 17.29 | 19.53 | 15.17 | - |
| YUV | 120.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 101 | 0.05 | 0 | 0.19 | 0.51 | 75 | 0.11 | 0.44 |
| Hex | 77 | 7D | 65 | 5 | 0 | 13 | 33 | 4B | B | 2C |
| Octal | 167 | 175 | 145 | 5 | 0 | 23 | 63 | 113 | 13 | 54 |
| Binary | 1110111 | 1111101 | 1100101 | 101 | 0 | 10011 | 110011 | 1001011 | 1011 | 101100 |
Color Harmonies of #777D65
Complementary color
Monochromatic Colors of #777D65
Black with #777D65
Text Example
Text Example
White with #777D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D65; }
p { color: rgb(119,125,101); }
H1.HeaderClassName
{
color: #777D65;
}
.AnyTagClassName
{
color: #777D65;
}
</style>
background-color css
<style>
a { background-color: #777D65; }
a { background-color: rgb(119,125,101); }
div.DivClassName
{
background-color: #777D65;
}
.BgClassName
{
background-color: #777D65;
}
</style>
border-color css
<style>
span { border-color: #777D65; }
span { border-color: rgb(119,125,101); }
td.TdClassName
{
border-color: #777D65;
}
.TagClassName
{
border-color: #777D65;
}
</style>