Shades of Finch #777845
Tints of Finch #777845
RGB
CMYK
RGB Variations
Color information
#777845 (or 0x777845) is known color: Finch. HEX triplet: 77, 78 and 45. RGB value is (119,120,69). Sum of RGB (Red+Green+Blue) = 119+120+69=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #777845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777845 is #8887BA. Grayscale: #727272. Windows color (decimal): -8947643 or 4552823. OLE color: 4552823.
HSL color Cylindrical-coordinate representation of color #777845: hue angle of 61.18º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #777845 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 69 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.53 |
| HSL | 61.18º | 0.27% | 0.37% | - |
| HSV(B) | 61.18º | 0.43% | 0.47% | - |
| XYZ | 15.4 | 17.78 | 8.25 | - |
| YUV | 113.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 69 | 0.01 | 0 | 0.42 | 0.53 | 61.18 | 0.27 | 0.37 |
| Hex | 77 | 78 | 45 | 1 | 0 | 2A | 35 | 3D | 1B | 25 |
| Octal | 167 | 170 | 105 | 1 | 0 | 52 | 65 | 75 | 33 | 45 |
| Binary | 1110111 | 1111000 | 1000101 | 1 | 0 | 101010 | 110101 | 111101 | 11011 | 100101 |
Color Harmonies of #777845
Complementary color
Monochromatic Colors of #777845
Black with #777845
Text Example
Text Example
White with #777845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777845; }
p { color: rgb(119,120,69); }
H1.HeaderClassName
{
color: #777845;
}
.AnyTagClassName
{
color: #777845;
}
</style>
background-color css
<style>
a { background-color: #777845; }
a { background-color: rgb(119,120,69); }
div.DivClassName
{
background-color: #777845;
}
.BgClassName
{
background-color: #777845;
}
</style>
border-color css
<style>
span { border-color: #777845; }
span { border-color: rgb(119,120,69); }
td.TdClassName
{
border-color: #777845;
}
.TagClassName
{
border-color: #777845;
}
</style>