Shades of Finch #777C51
Tints of Finch #777C51
RGB
CMYK
RGB Variations
Color information
#777C51 (or 0x777C51) is known color: Finch. HEX triplet: 77, 7C and 51. RGB value is (119,124,81). Sum of RGB (Red+Green+Blue) = 119+124+81=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 124 - color contains mainly: green. Hex color #777C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C51 is #8883AE. Grayscale: #757575. Windows color (decimal): -8946607 or 5340279. OLE color: 5340279.
HSL color Cylindrical-coordinate representation of color #777C51: hue angle of 66.98º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #777C51 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 81 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.51 |
| HSL | 66.98º | 0.21% | 0.4% | - |
| HSV(B) | 66.98º | 0.35% | 0.49% | - |
| XYZ | 16.3 | 18.93 | 10.58 | - |
| YUV | 117.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 81 | 0.04 | 0 | 0.35 | 0.51 | 66.98 | 0.21 | 0.4 |
| Hex | 77 | 7C | 51 | 4 | 0 | 23 | 33 | 43 | 15 | 28 |
| Octal | 167 | 174 | 121 | 4 | 0 | 43 | 63 | 103 | 25 | 50 |
| Binary | 1110111 | 1111100 | 1010001 | 100 | 0 | 100011 | 110011 | 1000011 | 10101 | 101000 |
Color Harmonies of #777C51
Complementary color
Monochromatic Colors of #777C51
Black with #777C51
Text Example
Text Example
White with #777C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C51; }
p { color: rgb(119,124,81); }
H1.HeaderClassName
{
color: #777C51;
}
.AnyTagClassName
{
color: #777C51;
}
</style>
background-color css
<style>
a { background-color: #777C51; }
a { background-color: rgb(119,124,81); }
div.DivClassName
{
background-color: #777C51;
}
.BgClassName
{
background-color: #777C51;
}
</style>
border-color css
<style>
span { border-color: #777C51; }
span { border-color: rgb(119,124,81); }
td.TdClassName
{
border-color: #777C51;
}
.TagClassName
{
border-color: #777C51;
}
</style>