Shades of Finch #777851
Tints of Finch #777851
RGB
CMYK
RGB Variations
Color information
#777851 (or 0x777851) is known color: Finch. HEX triplet: 77, 78 and 51. RGB value is (119,120,81). Sum of RGB (Red+Green+Blue) = 119+120+81=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #777851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777851 is #8887AE. Grayscale: #737373. Windows color (decimal): -8947631 or 5339255. OLE color: 5339255.
HSL color Cylindrical-coordinate representation of color #777851: hue angle of 61.54º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777851 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 81 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.53 |
| HSL | 61.54º | 0.19% | 0.39% | - |
| HSV(B) | 61.54º | 0.33% | 0.47% | - |
| XYZ | 15.81 | 17.95 | 10.42 | - |
| YUV | 115.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 81 | 0.01 | 0 | 0.32 | 0.53 | 61.54 | 0.19 | 0.39 |
| Hex | 77 | 78 | 51 | 1 | 0 | 20 | 35 | 3E | 13 | 27 |
| Octal | 167 | 170 | 121 | 1 | 0 | 40 | 65 | 76 | 23 | 47 |
| Binary | 1110111 | 1111000 | 1010001 | 1 | 0 | 100000 | 110101 | 111110 | 10011 | 100111 |
Color Harmonies of #777851
Complementary color
Monochromatic Colors of #777851
Black with #777851
Text Example
Text Example
White with #777851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777851; }
p { color: rgb(119,120,81); }
H1.HeaderClassName
{
color: #777851;
}
.AnyTagClassName
{
color: #777851;
}
</style>
background-color css
<style>
a { background-color: #777851; }
a { background-color: rgb(119,120,81); }
div.DivClassName
{
background-color: #777851;
}
.BgClassName
{
background-color: #777851;
}
</style>
border-color css
<style>
span { border-color: #777851; }
span { border-color: rgb(119,120,81); }
td.TdClassName
{
border-color: #777851;
}
.TagClassName
{
border-color: #777851;
}
</style>