Shades of Finch #777B42
Tints of Finch #777B42
RGB
CMYK
RGB Variations
Color information
#777B42 (or 0x777B42) is known color: Finch. HEX triplet: 77, 7B and 42. RGB value is (119,123,66). Sum of RGB (Red+Green+Blue) = 119+123+66=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #777B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B42 is #8884BD. Grayscale: #737373. Windows color (decimal): -8946878 or 4356983. OLE color: 4356983.
HSL color Cylindrical-coordinate representation of color #777B42: hue angle of 64.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777B42 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 66 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.52 |
| HSL | 64.21º | 0.3% | 0.37% | - |
| HSV(B) | 64.21º | 0.46% | 0.48% | - |
| XYZ | 15.67 | 18.48 | 7.9 | - |
| YUV | 115.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 66 | 0.03 | 0 | 0.46 | 0.52 | 64.21 | 0.3 | 0.37 |
| Hex | 77 | 7B | 42 | 3 | 0 | 2E | 34 | 40 | 1E | 25 |
| Octal | 167 | 173 | 102 | 3 | 0 | 56 | 64 | 100 | 36 | 45 |
| Binary | 1110111 | 1111011 | 1000010 | 11 | 0 | 101110 | 110100 | 1000000 | 11110 | 100101 |
Color Harmonies of #777B42
Complementary color
Monochromatic Colors of #777B42
Black with #777B42
Text Example
Text Example
White with #777B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B42; }
p { color: rgb(119,123,66); }
H1.HeaderClassName
{
color: #777B42;
}
.AnyTagClassName
{
color: #777B42;
}
</style>
background-color css
<style>
a { background-color: #777B42; }
a { background-color: rgb(119,123,66); }
div.DivClassName
{
background-color: #777B42;
}
.BgClassName
{
background-color: #777B42;
}
</style>
border-color css
<style>
span { border-color: #777B42; }
span { border-color: rgb(119,123,66); }
td.TdClassName
{
border-color: #777B42;
}
.TagClassName
{
border-color: #777B42;
}
</style>