Shades of Finch #777D4D
Tints of Finch #777D4D
RGB
CMYK
RGB Variations
Color information
#777D4D (or 0x777D4D) is known color: Finch. HEX triplet: 77, 7D and 4D. RGB value is (119,125,77). Sum of RGB (Red+Green+Blue) = 119+125+77=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 125 - color contains mainly: green. Hex color #777D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D4D is #8882B2. Grayscale: #757575. Windows color (decimal): -8946355 or 5078391. OLE color: 5078391.
HSL color Cylindrical-coordinate representation of color #777D4D: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777D4D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 77 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.51 |
| HSL | 67.5º | 0.24% | 0.4% | - |
| HSV(B) | 67.5º | 0.38% | 0.49% | - |
| XYZ | 16.28 | 19.12 | 9.85 | - |
| YUV | 117.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 77 | 0.05 | 0 | 0.38 | 0.51 | 67.5 | 0.24 | 0.4 |
| Hex | 77 | 7D | 4D | 5 | 0 | 26 | 33 | 44 | 18 | 28 |
| Octal | 167 | 175 | 115 | 5 | 0 | 46 | 63 | 104 | 30 | 50 |
| Binary | 1110111 | 1111101 | 1001101 | 101 | 0 | 100110 | 110011 | 1000100 | 11000 | 101000 |
Color Harmonies of #777D4D
Complementary color
Monochromatic Colors of #777D4D
Black with #777D4D
Text Example
Text Example
White with #777D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D4D; }
p { color: rgb(119,125,77); }
H1.HeaderClassName
{
color: #777D4D;
}
.AnyTagClassName
{
color: #777D4D;
}
</style>
background-color css
<style>
a { background-color: #777D4D; }
a { background-color: rgb(119,125,77); }
div.DivClassName
{
background-color: #777D4D;
}
.BgClassName
{
background-color: #777D4D;
}
</style>
border-color css
<style>
span { border-color: #777D4D; }
span { border-color: rgb(119,125,77); }
td.TdClassName
{
border-color: #777D4D;
}
.TagClassName
{
border-color: #777D4D;
}
</style>