Shades of Finch #777A4A
Tints of Finch #777A4A
RGB
CMYK
RGB Variations
Color information
#777A4A (or 0x777A4A) is known color: Finch. HEX triplet: 77, 7A and 4A. RGB value is (119,122,74). Sum of RGB (Red+Green+Blue) = 119+122+74=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #777A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A4A is #8885B5. Grayscale: #737373. Windows color (decimal): -8947126 or 4881015. OLE color: 4881015.
HSL color Cylindrical-coordinate representation of color #777A4A: hue angle of 63.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777A4A is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 74 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.52 |
| HSL | 63.75º | 0.24% | 0.38% | - |
| HSV(B) | 63.75º | 0.39% | 0.48% | - |
| XYZ | 15.8 | 18.34 | 9.18 | - |
| YUV | 115.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 74 | 0.02 | 0 | 0.39 | 0.52 | 63.75 | 0.24 | 0.38 |
| Hex | 77 | 7A | 4A | 2 | 0 | 27 | 34 | 40 | 18 | 26 |
| Octal | 167 | 172 | 112 | 2 | 0 | 47 | 64 | 100 | 30 | 46 |
| Binary | 1110111 | 1111010 | 1001010 | 10 | 0 | 100111 | 110100 | 1000000 | 11000 | 100110 |
Color Harmonies of #777A4A
Complementary color
Monochromatic Colors of #777A4A
Black with #777A4A
Text Example
Text Example
White with #777A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A4A; }
p { color: rgb(119,122,74); }
H1.HeaderClassName
{
color: #777A4A;
}
.AnyTagClassName
{
color: #777A4A;
}
</style>
background-color css
<style>
a { background-color: #777A4A; }
a { background-color: rgb(119,122,74); }
div.DivClassName
{
background-color: #777A4A;
}
.BgClassName
{
background-color: #777A4A;
}
</style>
border-color css
<style>
span { border-color: #777A4A; }
span { border-color: rgb(119,122,74); }
td.TdClassName
{
border-color: #777A4A;
}
.TagClassName
{
border-color: #777A4A;
}
</style>