Shades of Finch #77804A
Tints of Finch #77804A
RGB
CMYK
RGB Variations
Color information
#77804A (or 0x77804A) is known color: Finch. HEX triplet: 77, 80 and 4A. RGB value is (119,128,74). Sum of RGB (Red+Green+Blue) = 119+128+74=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #77804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77804A is #887FB5. Grayscale: #777777. Windows color (decimal): -8945590 or 4882551. OLE color: 4882551.
HSL color Cylindrical-coordinate representation of color #77804A: hue angle of 70º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77804A is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 74 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.50 |
| HSL | 70º | 0.27% | 0.4% | - |
| HSV(B) | 70º | 0.42% | 0.5% | - |
| XYZ | 16.56 | 19.85 | 9.44 | - |
| YUV | 119.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 74 | 0.07 | 0 | 0.42 | 0.50 | 70 | 0.27 | 0.4 |
| Hex | 77 | 80 | 4A | 7 | 0 | 2A | 32 | 46 | 1B | 28 |
| Octal | 167 | 200 | 112 | 7 | 0 | 52 | 62 | 106 | 33 | 50 |
| Binary | 1110111 | 10000000 | 1001010 | 111 | 0 | 101010 | 110010 | 1000110 | 11011 | 101000 |
Color Harmonies of #77804A
Complementary color
Monochromatic Colors of #77804A
Black with #77804A
Text Example
Text Example
White with #77804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77804A; }
p { color: rgb(119,128,74); }
H1.HeaderClassName
{
color: #77804A;
}
.AnyTagClassName
{
color: #77804A;
}
</style>
background-color css
<style>
a { background-color: #77804A; }
a { background-color: rgb(119,128,74); }
div.DivClassName
{
background-color: #77804A;
}
.BgClassName
{
background-color: #77804A;
}
</style>
border-color css
<style>
span { border-color: #77804A; }
span { border-color: rgb(119,128,74); }
td.TdClassName
{
border-color: #77804A;
}
.TagClassName
{
border-color: #77804A;
}
</style>