#777F58

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

Shades of Finch #777F58

Tints of Finch #777F58

Color information

#777F58 (or 0x777F58) is unknown color: approx Finch. HEX triplet: 77, 7F and 58. RGB value is (119,127,88). Sum of RGB (Red+Green+Blue) = 119+127+88=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #777F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F58 is #8880A7. Grayscale: #787878. Windows color (decimal): -8945832 or 5799799. OLE color: 5799799.

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

Color convert

RGB11912788-
CMYK0.0600.310.50
HSL72.31º18.14%42.16%-
HSV(B)72.31º30.71%49.8%-
XYZ16.9619.8112.16-
YUV120.16109.85127.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 88 (34.77% from 255) = 26.35%
R=35.63%
G=38.02%
B=26.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119127880.0600.310.5072.3118.1442.16
Hex777F58601F3248122a
Octal1671771306037621102252
Binary111011111111111011000110011111110010100100010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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