Shades of Finch #777858
Tints of Finch #777858
RGB
CMYK
RGB Variations
Color information
#777858 (or 0x777858) is known color: Finch. HEX triplet: 77, 78 and 58. RGB value is (119,120,88). Sum of RGB (Red+Green+Blue) = 119+120+88=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 120 - color contains mainly: green. Hex color #777858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777858 is #8887A7. Grayscale: #747474. Windows color (decimal): -8947624 or 5798007. OLE color: 5798007.
HSL color Cylindrical-coordinate representation of color #777858: hue angle of 61.88º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #777858 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 88 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.53 |
| HSL | 61.88º | 0.15% | 0.41% | - |
| HSV(B) | 61.88º | 0.27% | 0.47% | - |
| XYZ | 16.09 | 18.06 | 11.87 | - |
| YUV | 116.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 88 | 0.01 | 0 | 0.27 | 0.53 | 61.88 | 0.15 | 0.41 |
| Hex | 77 | 78 | 58 | 1 | 0 | 1B | 35 | 3E | F | 29 |
| Octal | 167 | 170 | 130 | 1 | 0 | 33 | 65 | 76 | 17 | 51 |
| Binary | 1110111 | 1111000 | 1011000 | 1 | 0 | 11011 | 110101 | 111110 | 1111 | 101001 |
Color Harmonies of #777858
Complementary color
Monochromatic Colors of #777858
Black with #777858
Text Example
Text Example
White with #777858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777858; }
p { color: rgb(119,120,88); }
H1.HeaderClassName
{
color: #777858;
}
.AnyTagClassName
{
color: #777858;
}
</style>
background-color css
<style>
a { background-color: #777858; }
a { background-color: rgb(119,120,88); }
div.DivClassName
{
background-color: #777858;
}
.BgClassName
{
background-color: #777858;
}
</style>
border-color css
<style>
span { border-color: #777858; }
span { border-color: rgb(119,120,88); }
td.TdClassName
{
border-color: #777858;
}
.TagClassName
{
border-color: #777858;
}
</style>