Shades of Finch #77785D
Tints of Finch #77785D
RGB
CMYK
RGB Variations
Color information
#77785D (or 0x77785D) is known color: Finch. HEX triplet: 77, 78 and 5D. RGB value is (119,120,93). Sum of RGB (Red+Green+Blue) = 119+120+93=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #77785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77785D is #8887A2. Grayscale: #747474. Windows color (decimal): -8947619 or 6125687. OLE color: 6125687.
HSL color Cylindrical-coordinate representation of color #77785D: hue angle of 62.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77785D is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 93 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.53 |
| HSL | 62.22º | 0.13% | 0.42% | - |
| HSV(B) | 62.22º | 0.23% | 0.47% | - |
| XYZ | 16.3 | 18.15 | 13 | - |
| YUV | 116.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 93 | 0.01 | 0 | 0.22 | 0.53 | 62.22 | 0.13 | 0.42 |
| Hex | 77 | 78 | 5D | 1 | 0 | 16 | 35 | 3E | D | 2A |
| Octal | 167 | 170 | 135 | 1 | 0 | 26 | 65 | 76 | 15 | 52 |
| Binary | 1110111 | 1111000 | 1011101 | 1 | 0 | 10110 | 110101 | 111110 | 1101 | 101010 |
Color Harmonies of #77785D
Complementary color
Monochromatic Colors of #77785D
Black with #77785D
Text Example
Text Example
White with #77785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77785D; }
p { color: rgb(119,120,93); }
H1.HeaderClassName
{
color: #77785D;
}
.AnyTagClassName
{
color: #77785D;
}
</style>
background-color css
<style>
a { background-color: #77785D; }
a { background-color: rgb(119,120,93); }
div.DivClassName
{
background-color: #77785D;
}
.BgClassName
{
background-color: #77785D;
}
</style>
border-color css
<style>
span { border-color: #77785D; }
span { border-color: rgb(119,120,93); }
td.TdClassName
{
border-color: #77785D;
}
.TagClassName
{
border-color: #77785D;
}
</style>