#777C64

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

Shades of Finch #777C64

Tints of Finch #777C64

Color information

#777C64 (or 0x777C64) is unknown color: approx Finch. HEX triplet: 77, 7C and 64. RGB value is (119,124,100). Sum of RGB (Red+Green+Blue) = 119+124+100=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 124 - color contains mainly: green. Hex color #777C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C64 is #88839B. Grayscale: #777777. Windows color (decimal): -8946588 or 6585463. OLE color: 6585463.

HSL color Cylindrical-coordinate representation of color #777C64: hue angle of 72.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #777C64 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB119124100-
CMYK0.0400.190.51
HSL72.5º10.71%43.92%-
HSV(B)72.5º19.35%48.63%-
XYZ17.1219.2614.87-
YUV119.77116.84127.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=34.69%
G=36.15%
B=29.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191241000.0400.190.5172.510.7143.92
Hex777C6440133348b2c
Octal1671741444023631101354
Binary11101111111100110010010001001111001110010001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,124,100); }

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

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

 a { background-color: rgb(119,124,100); }

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

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

 span { border-color: rgb(119,124,100); }

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