Shades of Finch #777849
Tints of Finch #777849
RGB
CMYK
RGB Variations
Color information
#777849 (or 0x777849) is known color: Finch. HEX triplet: 77, 78 and 49. RGB value is (119,120,73). Sum of RGB (Red+Green+Blue) = 119+120+73=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #777849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777849 is #8887B6. Grayscale: #727272. Windows color (decimal): -8947639 or 4814967. OLE color: 4814967.
HSL color Cylindrical-coordinate representation of color #777849: hue angle of 61.28º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777849 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 73 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.53 |
| HSL | 61.28º | 0.24% | 0.38% | - |
| HSV(B) | 61.28º | 0.39% | 0.47% | - |
| XYZ | 15.53 | 17.84 | 8.93 | - |
| YUV | 114.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 73 | 0.01 | 0 | 0.39 | 0.53 | 61.28 | 0.24 | 0.38 |
| Hex | 77 | 78 | 49 | 1 | 0 | 27 | 35 | 3D | 18 | 26 |
| Octal | 167 | 170 | 111 | 1 | 0 | 47 | 65 | 75 | 30 | 46 |
| Binary | 1110111 | 1111000 | 1001001 | 1 | 0 | 100111 | 110101 | 111101 | 11000 | 100110 |
Color Harmonies of #777849
Complementary color
Monochromatic Colors of #777849
Black with #777849
Text Example
Text Example
White with #777849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777849; }
p { color: rgb(119,120,73); }
H1.HeaderClassName
{
color: #777849;
}
.AnyTagClassName
{
color: #777849;
}
</style>
background-color css
<style>
a { background-color: #777849; }
a { background-color: rgb(119,120,73); }
div.DivClassName
{
background-color: #777849;
}
.BgClassName
{
background-color: #777849;
}
</style>
border-color css
<style>
span { border-color: #777849; }
span { border-color: rgb(119,120,73); }
td.TdClassName
{
border-color: #777849;
}
.TagClassName
{
border-color: #777849;
}
</style>