Shades of Finch #777C48
Tints of Finch #777C48
RGB
CMYK
RGB Variations
Color information
#777C48 (or 0x777C48) is known color: Finch. HEX triplet: 77, 7C and 48. RGB value is (119,124,72). Sum of RGB (Red+Green+Blue) = 119+124+72=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #777C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C48 is #8883B7. Grayscale: #747474. Windows color (decimal): -8946616 or 4750455. OLE color: 4750455.
HSL color Cylindrical-coordinate representation of color #777C48: hue angle of 65.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777C48 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 72 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.51 |
| HSL | 65.77º | 0.27% | 0.38% | - |
| HSV(B) | 65.77º | 0.42% | 0.49% | - |
| XYZ | 15.99 | 18.81 | 8.92 | - |
| YUV | 116.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 72 | 0.04 | 0 | 0.42 | 0.51 | 65.77 | 0.27 | 0.38 |
| Hex | 77 | 7C | 48 | 4 | 0 | 2A | 33 | 42 | 1B | 26 |
| Octal | 167 | 174 | 110 | 4 | 0 | 52 | 63 | 102 | 33 | 46 |
| Binary | 1110111 | 1111100 | 1001000 | 100 | 0 | 101010 | 110011 | 1000010 | 11011 | 100110 |
Color Harmonies of #777C48
Complementary color
Monochromatic Colors of #777C48
Black with #777C48
Text Example
Text Example
White with #777C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C48; }
p { color: rgb(119,124,72); }
H1.HeaderClassName
{
color: #777C48;
}
.AnyTagClassName
{
color: #777C48;
}
</style>
background-color css
<style>
a { background-color: #777C48; }
a { background-color: rgb(119,124,72); }
div.DivClassName
{
background-color: #777C48;
}
.BgClassName
{
background-color: #777C48;
}
</style>
border-color css
<style>
span { border-color: #777C48; }
span { border-color: rgb(119,124,72); }
td.TdClassName
{
border-color: #777C48;
}
.TagClassName
{
border-color: #777C48;
}
</style>