Shades of Finch #777A48
Tints of Finch #777A48
RGB
CMYK
RGB Variations
Color information
#777A48 (or 0x777A48) is known color: Finch. HEX triplet: 77, 7A and 48. RGB value is (119,122,72). Sum of RGB (Red+Green+Blue) = 119+122+72=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #777A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A48 is #8885B7. Grayscale: #737373. Windows color (decimal): -8947128 or 4749943. OLE color: 4749943.
HSL color Cylindrical-coordinate representation of color #777A48: hue angle of 63.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777A48 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 72 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.52 |
| HSL | 63.6º | 0.26% | 0.38% | - |
| HSV(B) | 63.6º | 0.41% | 0.48% | - |
| XYZ | 15.74 | 18.31 | 8.84 | - |
| YUV | 115.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 72 | 0.02 | 0 | 0.41 | 0.52 | 63.6 | 0.26 | 0.38 |
| Hex | 77 | 7A | 48 | 2 | 0 | 29 | 34 | 40 | 1A | 26 |
| Octal | 167 | 172 | 110 | 2 | 0 | 51 | 64 | 100 | 32 | 46 |
| Binary | 1110111 | 1111010 | 1001000 | 10 | 0 | 101001 | 110100 | 1000000 | 11010 | 100110 |
Color Harmonies of #777A48
Complementary color
Monochromatic Colors of #777A48
Black with #777A48
Text Example
Text Example
White with #777A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A48; }
p { color: rgb(119,122,72); }
H1.HeaderClassName
{
color: #777A48;
}
.AnyTagClassName
{
color: #777A48;
}
</style>
background-color css
<style>
a { background-color: #777A48; }
a { background-color: rgb(119,122,72); }
div.DivClassName
{
background-color: #777A48;
}
.BgClassName
{
background-color: #777A48;
}
</style>
border-color css
<style>
span { border-color: #777A48; }
span { border-color: rgb(119,122,72); }
td.TdClassName
{
border-color: #777A48;
}
.TagClassName
{
border-color: #777A48;
}
</style>