Shades of Finch #777D42
Tints of Finch #777D42
RGB
CMYK
RGB Variations
Color information
#777D42 (or 0x777D42) is known color: Finch. HEX triplet: 77, 7D and 42. RGB value is (119,125,66). Sum of RGB (Red+Green+Blue) = 119+125+66=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #777D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777D42 is #8882BD. Grayscale: #747474. Windows color (decimal): -8946366 or 4357495. OLE color: 4357495.
HSL color Cylindrical-coordinate representation of color #777D42: hue angle of 66.1º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777D42 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 66 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.51 |
| HSL | 66.1º | 0.31% | 0.37% | - |
| HSV(B) | 66.1º | 0.47% | 0.49% | - |
| XYZ | 15.92 | 18.98 | 7.98 | - |
| YUV | 116.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 66 | 0.05 | 0 | 0.47 | 0.51 | 66.1 | 0.31 | 0.37 |
| Hex | 77 | 7D | 42 | 5 | 0 | 2F | 33 | 42 | 1F | 25 |
| Octal | 167 | 175 | 102 | 5 | 0 | 57 | 63 | 102 | 37 | 45 |
| Binary | 1110111 | 1111101 | 1000010 | 101 | 0 | 101111 | 110011 | 1000010 | 11111 | 100101 |
Color Harmonies of #777D42
Complementary color
Monochromatic Colors of #777D42
Black with #777D42
Text Example
Text Example
White with #777D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D42; }
p { color: rgb(119,125,66); }
H1.HeaderClassName
{
color: #777D42;
}
.AnyTagClassName
{
color: #777D42;
}
</style>
background-color css
<style>
a { background-color: #777D42; }
a { background-color: rgb(119,125,66); }
div.DivClassName
{
background-color: #777D42;
}
.BgClassName
{
background-color: #777D42;
}
</style>
border-color css
<style>
span { border-color: #777D42; }
span { border-color: rgb(119,125,66); }
td.TdClassName
{
border-color: #777D42;
}
.TagClassName
{
border-color: #777D42;
}
</style>