Shades of Finch #777A5F
Tints of Finch #777A5F
RGB
CMYK
RGB Variations
Color information
#777A5F (or 0x777A5F) is known color: Finch. HEX triplet: 77, 7A and 5F. RGB value is (119,122,95). Sum of RGB (Red+Green+Blue) = 119+122+95=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 122 - color contains mainly: green. Hex color #777A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A5F is #8885A0. Grayscale: #767676. Windows color (decimal): -8947105 or 6257271. OLE color: 6257271.
HSL color Cylindrical-coordinate representation of color #777A5F: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #777A5F is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 95 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.52 |
| HSL | 66.67º | 0.12% | 0.43% | - |
| HSV(B) | 66.67º | 0.22% | 0.48% | - |
| XYZ | 16.63 | 18.67 | 13.55 | - |
| YUV | 118.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 95 | 0.02 | 0 | 0.22 | 0.52 | 66.67 | 0.12 | 0.43 |
| Hex | 77 | 7A | 5F | 2 | 0 | 16 | 34 | 43 | C | 2B |
| Octal | 167 | 172 | 137 | 2 | 0 | 26 | 64 | 103 | 14 | 53 |
| Binary | 1110111 | 1111010 | 1011111 | 10 | 0 | 10110 | 110100 | 1000011 | 1100 | 101011 |
Color Harmonies of #777A5F
Complementary color
Monochromatic Colors of #777A5F
Black with #777A5F
Text Example
Text Example
White with #777A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A5F; }
p { color: rgb(119,122,95); }
H1.HeaderClassName
{
color: #777A5F;
}
.AnyTagClassName
{
color: #777A5F;
}
</style>
background-color css
<style>
a { background-color: #777A5F; }
a { background-color: rgb(119,122,95); }
div.DivClassName
{
background-color: #777A5F;
}
.BgClassName
{
background-color: #777A5F;
}
</style>
border-color css
<style>
span { border-color: #777A5F; }
span { border-color: rgb(119,122,95); }
td.TdClassName
{
border-color: #777A5F;
}
.TagClassName
{
border-color: #777A5F;
}
</style>