Shades of Finch #77805B
Tints of Finch #77805B
RGB
CMYK
RGB Variations
Color information
#77805B (or 0x77805B) is known color: Finch. HEX triplet: 77, 80 and 5B. RGB value is (119,128,91). Sum of RGB (Red+Green+Blue) = 119+128+91=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #77805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77805B is #887FA4. Grayscale: #797979. Windows color (decimal): -8945573 or 5996663. OLE color: 5996663.
HSL color Cylindrical-coordinate representation of color #77805B: hue angle of 74.59º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77805B is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 91 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.50 |
| HSL | 74.59º | 0.17% | 0.43% | - |
| HSV(B) | 74.59º | 0.29% | 0.5% | - |
| XYZ | 17.22 | 20.12 | 12.87 | - |
| YUV | 121.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 91 | 0.07 | 0 | 0.29 | 0.50 | 74.59 | 0.17 | 0.43 |
| Hex | 77 | 80 | 5B | 7 | 0 | 1D | 32 | 4B | 11 | 2B |
| Octal | 167 | 200 | 133 | 7 | 0 | 35 | 62 | 113 | 21 | 53 |
| Binary | 1110111 | 10000000 | 1011011 | 111 | 0 | 11101 | 110010 | 1001011 | 10001 | 101011 |
Color Harmonies of #77805B
Complementary color
Monochromatic Colors of #77805B
Black with #77805B
Text Example
Text Example
White with #77805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77805B; }
p { color: rgb(119,128,91); }
H1.HeaderClassName
{
color: #77805B;
}
.AnyTagClassName
{
color: #77805B;
}
</style>
background-color css
<style>
a { background-color: #77805B; }
a { background-color: rgb(119,128,91); }
div.DivClassName
{
background-color: #77805B;
}
.BgClassName
{
background-color: #77805B;
}
</style>
border-color css
<style>
span { border-color: #77805B; }
span { border-color: rgb(119,128,91); }
td.TdClassName
{
border-color: #77805B;
}
.TagClassName
{
border-color: #77805B;
}
</style>