#777F50

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

Shades of Finch #777F50

Tints of Finch #777F50

Color information

#777F50 (or 0x777F50) is unknown color: approx Finch. HEX triplet: 77, 7F and 50. RGB value is (119,127,80). Sum of RGB (Red+Green+Blue) = 119+127+80=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 127 - color contains mainly: green. Hex color #777F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F50 is #8880AF. Grayscale: #777777. Windows color (decimal): -8945840 or 5275511. OLE color: 5275511.

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

Color convert

RGB11912780-
CMYK0.0600.370.50
HSL70.21º22.71%40.59%-
HSV(B)70.21º37.01%49.8%-
XYZ16.6519.6810.51-
YUV119.25105.85127.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=36.50%
G=38.96%
B=24.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119127800.0600.370.5070.2122.7140.59
Hex777F50602532461729
Octal1671771206045621062751
Binary1110111111111110100001100100101110010100011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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