#777F59

Color #777F59 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #777F59

Tints of Finch #777F59

Color information

#777F59 (or 0x777F59) is unknown color: approx Finch. HEX triplet: 77, 7F and 59. RGB value is (119,127,89). Sum of RGB (Red+Green+Blue) = 119+127+89=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 127 - color contains mainly: green. Hex color #777F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F59 is #8880A6. Grayscale: #787878. Windows color (decimal): -8945831 or 5865335. OLE color: 5865335.

HSL color Cylindrical-coordinate representation of color #777F59: hue angle of 72.63º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777F59 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB11912789-
CMYK0.0600.300.50
HSL72.63º17.59%42.35%-
HSV(B)72.63º29.92%49.8%-
XYZ1719.8212.38-
YUV120.28110.35127.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 89 (35.16% from 255) = 26.57%
R=35.52%
G=37.91%
B=26.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119127890.0600.300.5072.6317.5942.35
Hex777F59601E3249122a
Octal1671771316036621112252
Binary111011111111111011001110011110110010100100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777F59; }

 p { color: rgb(119,127,89); }

 H1.HeaderClassName
 {
   color: #777F59;
 }
 .AnyTagClassName
 {
   color: #777F59;
 }
</style>
background-color css

<style>
 a { background-color: #777F59; }

 a { background-color: rgb(119,127,89); }

 div.DivClassName
 {
   background-color: #777F59;
 }
 .BgClassName
 {
   background-color: #777F59;
 }
</style>
border-color css

<style>
 span { border-color: #777F59; }

 span { border-color: rgb(119,127,89); }

 td.TdClassName
 {
   border-color: #777F59;
 }
 .TagClassName
 {
   border-color: #777F59;
 }
</style>