Shades of Finch #77834D
Tints of Finch #77834D
RGB
CMYK
RGB Variations
Color information
#77834D (or 0x77834D) is known color: Finch. HEX triplet: 77, 83 and 4D. RGB value is (119,131,77). Sum of RGB (Red+Green+Blue) = 119+131+77=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #77834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77834D is #887CB2. Grayscale: #797979. Windows color (decimal): -8944819 or 5079927. OLE color: 5079927.
HSL color Cylindrical-coordinate representation of color #77834D: hue angle of 73.33º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77834D is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 77 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.49 |
| HSL | 73.33º | 0.26% | 0.41% | - |
| HSV(B) | 73.33º | 0.41% | 0.51% | - |
| XYZ | 17.06 | 20.69 | 10.12 | - |
| YUV | 121.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 77 | 0.09 | 0 | 0.41 | 0.49 | 73.33 | 0.26 | 0.41 |
| Hex | 77 | 83 | 4D | 9 | 0 | 29 | 31 | 49 | 1A | 29 |
| Octal | 167 | 203 | 115 | 11 | 0 | 51 | 61 | 111 | 32 | 51 |
| Binary | 1110111 | 10000011 | 1001101 | 1001 | 0 | 101001 | 110001 | 1001001 | 11010 | 101001 |
Color Harmonies of #77834D
Complementary color
Monochromatic Colors of #77834D
Black with #77834D
Text Example
Text Example
White with #77834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77834D; }
p { color: rgb(119,131,77); }
H1.HeaderClassName
{
color: #77834D;
}
.AnyTagClassName
{
color: #77834D;
}
</style>
background-color css
<style>
a { background-color: #77834D; }
a { background-color: rgb(119,131,77); }
div.DivClassName
{
background-color: #77834D;
}
.BgClassName
{
background-color: #77834D;
}
</style>
border-color css
<style>
span { border-color: #77834D; }
span { border-color: rgb(119,131,77); }
td.TdClassName
{
border-color: #77834D;
}
.TagClassName
{
border-color: #77834D;
}
</style>