Shades of Finch #777E62
Tints of Finch #777E62
RGB
CMYK
RGB Variations
Color information
#777E62 (or 0x777E62) is known color: Finch. HEX triplet: 77, 7E and 62. RGB value is (119,126,98). Sum of RGB (Red+Green+Blue) = 119+126+98=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 126 - color contains mainly: green. Hex color #777E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E62 is #88819D. Grayscale: #787878. Windows color (decimal): -8946078 or 6454903. OLE color: 6454903.
HSL color Cylindrical-coordinate representation of color #777E62: hue angle of 75º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #777E62 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 126 | 98 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.51 |
| HSL | 75º | 0.13% | 0.44% | - |
| HSV(B) | 75º | 0.22% | 0.49% | - |
| XYZ | 17.27 | 19.73 | 14.45 | - |
| YUV | 120.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 98 | 0.06 | 0 | 0.22 | 0.51 | 75 | 0.13 | 0.44 |
| Hex | 77 | 7E | 62 | 6 | 0 | 16 | 33 | 4B | C | 2C |
| Octal | 167 | 176 | 142 | 6 | 0 | 26 | 63 | 113 | 14 | 54 |
| Binary | 1110111 | 1111110 | 1100010 | 110 | 0 | 10110 | 110011 | 1001011 | 1100 | 101100 |
Color Harmonies of #777E62
Complementary color
Monochromatic Colors of #777E62
Black with #777E62
Text Example
Text Example
White with #777E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E62; }
p { color: rgb(119,126,98); }
H1.HeaderClassName
{
color: #777E62;
}
.AnyTagClassName
{
color: #777E62;
}
</style>
background-color css
<style>
a { background-color: #777E62; }
a { background-color: rgb(119,126,98); }
div.DivClassName
{
background-color: #777E62;
}
.BgClassName
{
background-color: #777E62;
}
</style>
border-color css
<style>
span { border-color: #777E62; }
span { border-color: rgb(119,126,98); }
td.TdClassName
{
border-color: #777E62;
}
.TagClassName
{
border-color: #777E62;
}
</style>