Shades of Finch #777848
Tints of Finch #777848
RGB
CMYK
RGB Variations
Color information
#777848 (or 0x777848) is known color: Finch. HEX triplet: 77, 78 and 48. RGB value is (119,120,72). Sum of RGB (Red+Green+Blue) = 119+120+72=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #777848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777848 is #8887B7. Grayscale: #727272. Windows color (decimal): -8947640 or 4749431. OLE color: 4749431.
HSL color Cylindrical-coordinate representation of color #777848: hue angle of 61.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #777848 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 72 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.53 |
| HSL | 61.25º | 0.25% | 0.38% | - |
| HSV(B) | 61.25º | 0.4% | 0.47% | - |
| XYZ | 15.49 | 17.82 | 8.75 | - |
| YUV | 114.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 72 | 0.01 | 0 | 0.40 | 0.53 | 61.25 | 0.25 | 0.38 |
| Hex | 77 | 78 | 48 | 1 | 0 | 28 | 35 | 3D | 19 | 26 |
| Octal | 167 | 170 | 110 | 1 | 0 | 50 | 65 | 75 | 31 | 46 |
| Binary | 1110111 | 1111000 | 1001000 | 1 | 0 | 101000 | 110101 | 111101 | 11001 | 100110 |
Color Harmonies of #777848
Complementary color
Monochromatic Colors of #777848
Black with #777848
Text Example
Text Example
White with #777848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777848; }
p { color: rgb(119,120,72); }
H1.HeaderClassName
{
color: #777848;
}
.AnyTagClassName
{
color: #777848;
}
</style>
background-color css
<style>
a { background-color: #777848; }
a { background-color: rgb(119,120,72); }
div.DivClassName
{
background-color: #777848;
}
.BgClassName
{
background-color: #777848;
}
</style>
border-color css
<style>
span { border-color: #777848; }
span { border-color: rgb(119,120,72); }
td.TdClassName
{
border-color: #777848;
}
.TagClassName
{
border-color: #777848;
}
</style>