Shades of Finch #77805F
Tints of Finch #77805F
RGB
CMYK
RGB Variations
Color information
#77805F (or 0x77805F) is known color: Finch. HEX triplet: 77, 80 and 5F. RGB value is (119,128,95). Sum of RGB (Red+Green+Blue) = 119+128+95=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #77805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77805F is #887FA0. Grayscale: #797979. Windows color (decimal): -8945569 or 6258807. OLE color: 6258807.
HSL color Cylindrical-coordinate representation of color #77805F: hue angle of 76.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77805F is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 95 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.50 |
| HSL | 76.36º | 0.15% | 0.44% | - |
| HSV(B) | 76.36º | 0.26% | 0.5% | - |
| XYZ | 17.39 | 20.19 | 13.81 | - |
| YUV | 121.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 95 | 0.07 | 0 | 0.26 | 0.50 | 76.36 | 0.15 | 0.44 |
| Hex | 77 | 80 | 5F | 7 | 0 | 1A | 32 | 4C | F | 2C |
| Octal | 167 | 200 | 137 | 7 | 0 | 32 | 62 | 114 | 17 | 54 |
| Binary | 1110111 | 10000000 | 1011111 | 111 | 0 | 11010 | 110010 | 1001100 | 1111 | 101100 |
Color Harmonies of #77805F
Complementary color
Monochromatic Colors of #77805F
Black with #77805F
Text Example
Text Example
White with #77805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77805F; }
p { color: rgb(119,128,95); }
H1.HeaderClassName
{
color: #77805F;
}
.AnyTagClassName
{
color: #77805F;
}
</style>
background-color css
<style>
a { background-color: #77805F; }
a { background-color: rgb(119,128,95); }
div.DivClassName
{
background-color: #77805F;
}
.BgClassName
{
background-color: #77805F;
}
</style>
border-color css
<style>
span { border-color: #77805F; }
span { border-color: rgb(119,128,95); }
td.TdClassName
{
border-color: #77805F;
}
.TagClassName
{
border-color: #77805F;
}
</style>