Shades of Finch #777B59
Tints of Finch #777B59
RGB
CMYK
RGB Variations
Color information
#777B59 (or 0x777B59) is known color: Finch. HEX triplet: 77, 7B and 59. RGB value is (119,123,89). Sum of RGB (Red+Green+Blue) = 119+123+89=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 123 - color contains mainly: green. Hex color #777B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B59 is #8884A6. Grayscale: #767676. Windows color (decimal): -8946855 or 5864311. OLE color: 5864311.
HSL color Cylindrical-coordinate representation of color #777B59: hue angle of 67.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #777B59 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 89 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.52 |
| HSL | 67.06º | 0.16% | 0.42% | - |
| HSV(B) | 67.06º | 0.28% | 0.48% | - |
| XYZ | 16.49 | 18.81 | 12.21 | - |
| YUV | 117.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 89 | 0.03 | 0 | 0.28 | 0.52 | 67.06 | 0.16 | 0.42 |
| Hex | 77 | 7B | 59 | 3 | 0 | 1C | 34 | 43 | 10 | 2A |
| Octal | 167 | 173 | 131 | 3 | 0 | 34 | 64 | 103 | 20 | 52 |
| Binary | 1110111 | 1111011 | 1011001 | 11 | 0 | 11100 | 110100 | 1000011 | 10000 | 101010 |
Color Harmonies of #777B59
Complementary color
Monochromatic Colors of #777B59
Black with #777B59
Text Example
Text Example
White with #777B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B59; }
p { color: rgb(119,123,89); }
H1.HeaderClassName
{
color: #777B59;
}
.AnyTagClassName
{
color: #777B59;
}
</style>
background-color css
<style>
a { background-color: #777B59; }
a { background-color: rgb(119,123,89); }
div.DivClassName
{
background-color: #777B59;
}
.BgClassName
{
background-color: #777B59;
}
</style>
border-color css
<style>
span { border-color: #777B59; }
span { border-color: rgb(119,123,89); }
td.TdClassName
{
border-color: #777B59;
}
.TagClassName
{
border-color: #777B59;
}
</style>