Shades of Finch #77834C
Tints of Finch #77834C
RGB
CMYK
RGB Variations
Color information
#77834C (or 0x77834C) is known color: Finch. HEX triplet: 77, 83 and 4C. RGB value is (119,131,76). Sum of RGB (Red+Green+Blue) = 119+131+76=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #77834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77834C is #887CB3. Grayscale: #797979. Windows color (decimal): -8944820 or 5014391. OLE color: 5014391.
HSL color Cylindrical-coordinate representation of color #77834C: hue angle of 73.09º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77834C is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 76 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.49 |
| HSL | 73.09º | 0.27% | 0.41% | - |
| HSV(B) | 73.09º | 0.42% | 0.51% | - |
| XYZ | 17.03 | 20.68 | 9.93 | - |
| YUV | 121.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 76 | 0.09 | 0 | 0.42 | 0.49 | 73.09 | 0.27 | 0.41 |
| Hex | 77 | 83 | 4C | 9 | 0 | 2A | 31 | 49 | 1B | 29 |
| Octal | 167 | 203 | 114 | 11 | 0 | 52 | 61 | 111 | 33 | 51 |
| Binary | 1110111 | 10000011 | 1001100 | 1001 | 0 | 101010 | 110001 | 1001001 | 11011 | 101001 |
Color Harmonies of #77834C
Complementary color
Monochromatic Colors of #77834C
Black with #77834C
Text Example
Text Example
White with #77834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77834C; }
p { color: rgb(119,131,76); }
H1.HeaderClassName
{
color: #77834C;
}
.AnyTagClassName
{
color: #77834C;
}
</style>
background-color css
<style>
a { background-color: #77834C; }
a { background-color: rgb(119,131,76); }
div.DivClassName
{
background-color: #77834C;
}
.BgClassName
{
background-color: #77834C;
}
</style>
border-color css
<style>
span { border-color: #77834C; }
span { border-color: rgb(119,131,76); }
td.TdClassName
{
border-color: #77834C;
}
.TagClassName
{
border-color: #77834C;
}
</style>