Shades of Finch #77834A
Tints of Finch #77834A
RGB
CMYK
RGB Variations
Color information
#77834A (or 0x77834A) is known color: Finch. HEX triplet: 77, 83 and 4A. RGB value is (119,131,74). Sum of RGB (Red+Green+Blue) = 119+131+74=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #77834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77834A is #887CB5. Grayscale: #797979. Windows color (decimal): -8944822 or 4883319. OLE color: 4883319.
HSL color Cylindrical-coordinate representation of color #77834A: hue angle of 72.63º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77834A is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 74 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.49 |
| HSL | 72.63º | 0.28% | 0.4% | - |
| HSV(B) | 72.63º | 0.44% | 0.51% | - |
| XYZ | 16.96 | 20.65 | 9.57 | - |
| YUV | 120.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 74 | 0.09 | 0 | 0.44 | 0.49 | 72.63 | 0.28 | 0.4 |
| Hex | 77 | 83 | 4A | 9 | 0 | 2C | 31 | 49 | 1C | 28 |
| Octal | 167 | 203 | 112 | 11 | 0 | 54 | 61 | 111 | 34 | 50 |
| Binary | 1110111 | 10000011 | 1001010 | 1001 | 0 | 101100 | 110001 | 1001001 | 11100 | 101000 |
Color Harmonies of #77834A
Complementary color
Monochromatic Colors of #77834A
Black with #77834A
Text Example
Text Example
White with #77834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77834A; }
p { color: rgb(119,131,74); }
H1.HeaderClassName
{
color: #77834A;
}
.AnyTagClassName
{
color: #77834A;
}
</style>
background-color css
<style>
a { background-color: #77834A; }
a { background-color: rgb(119,131,74); }
div.DivClassName
{
background-color: #77834A;
}
.BgClassName
{
background-color: #77834A;
}
</style>
border-color css
<style>
span { border-color: #77834A; }
span { border-color: rgb(119,131,74); }
td.TdClassName
{
border-color: #77834A;
}
.TagClassName
{
border-color: #77834A;
}
</style>