Shades of Finch #777854
Tints of Finch #777854
RGB
CMYK
RGB Variations
Color information
#777854 (or 0x777854) is known color: Finch. HEX triplet: 77, 78 and 54. RGB value is (119,120,84). Sum of RGB (Red+Green+Blue) = 119+120+84=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #777854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777854 is #8887AB. Grayscale: #737373. Windows color (decimal): -8947628 or 5535863. OLE color: 5535863.
HSL color Cylindrical-coordinate representation of color #777854: hue angle of 61.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777854 is Cyan = 0.01, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 84 | - |
| CMYK | 0.01 | 0 | 0.3 | 0.53 |
| HSL | 61.67º | 0.18% | 0.4% | - |
| HSV(B) | 61.67º | 0.3% | 0.47% | - |
| XYZ | 15.92 | 17.99 | 11.02 | - |
| YUV | 115.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 84 | 0.01 | 0 | 0.3 | 0.53 | 61.67 | 0.18 | 0.4 |
| Hex | 77 | 78 | 54 | 1 | 0 | 1E | 35 | 3E | 12 | 28 |
| Octal | 167 | 170 | 124 | 1 | 0 | 36 | 65 | 76 | 22 | 50 |
| Binary | 1110111 | 1111000 | 1010100 | 1 | 0 | 11110 | 110101 | 111110 | 10010 | 101000 |
Color Harmonies of #777854
Complementary color
Monochromatic Colors of #777854
Black with #777854
Text Example
Text Example
White with #777854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777854; }
p { color: rgb(119,120,84); }
H1.HeaderClassName
{
color: #777854;
}
.AnyTagClassName
{
color: #777854;
}
</style>
background-color css
<style>
a { background-color: #777854; }
a { background-color: rgb(119,120,84); }
div.DivClassName
{
background-color: #777854;
}
.BgClassName
{
background-color: #777854;
}
</style>
border-color css
<style>
span { border-color: #777854; }
span { border-color: rgb(119,120,84); }
td.TdClassName
{
border-color: #777854;
}
.TagClassName
{
border-color: #777854;
}
</style>