Shades of Finch #777B47
Tints of Finch #777B47
RGB
CMYK
RGB Variations
Color information
#777B47 (or 0x777B47) is known color: Finch. HEX triplet: 77, 7B and 47. RGB value is (119,123,71). Sum of RGB (Red+Green+Blue) = 119+123+71=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #777B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B47 is #8884B8. Grayscale: #747474. Windows color (decimal): -8946873 or 4684663. OLE color: 4684663.
HSL color Cylindrical-coordinate representation of color #777B47: hue angle of 64.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777B47 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 71 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.52 |
| HSL | 64.62º | 0.27% | 0.38% | - |
| HSV(B) | 64.62º | 0.42% | 0.48% | - |
| XYZ | 15.83 | 18.54 | 8.71 | - |
| YUV | 115.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 71 | 0.03 | 0 | 0.42 | 0.52 | 64.62 | 0.27 | 0.38 |
| Hex | 77 | 7B | 47 | 3 | 0 | 2A | 34 | 41 | 1B | 26 |
| Octal | 167 | 173 | 107 | 3 | 0 | 52 | 64 | 101 | 33 | 46 |
| Binary | 1110111 | 1111011 | 1000111 | 11 | 0 | 101010 | 110100 | 1000001 | 11011 | 100110 |
Color Harmonies of #777B47
Complementary color
Monochromatic Colors of #777B47
Black with #777B47
Text Example
Text Example
White with #777B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B47; }
p { color: rgb(119,123,71); }
H1.HeaderClassName
{
color: #777B47;
}
.AnyTagClassName
{
color: #777B47;
}
</style>
background-color css
<style>
a { background-color: #777B47; }
a { background-color: rgb(119,123,71); }
div.DivClassName
{
background-color: #777B47;
}
.BgClassName
{
background-color: #777B47;
}
</style>
border-color css
<style>
span { border-color: #777B47; }
span { border-color: rgb(119,123,71); }
td.TdClassName
{
border-color: #777B47;
}
.TagClassName
{
border-color: #777B47;
}
</style>