#777964

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

Shades of Finch #777964

Tints of Finch #777964

Color information

#777964 (or 0x777964) is unknown color: approx Finch. HEX triplet: 77, 79 and 64. RGB value is (119,121,100). Sum of RGB (Red+Green+Blue) = 119+121+100=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 121 - color contains mainly: green. Hex color #777964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777964 is #88869B. Grayscale: #767676. Windows color (decimal): -8947356 or 6584695. OLE color: 6584695.

HSL color Cylindrical-coordinate representation of color #777964: hue angle of 65.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #777964 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB119121100-
CMYK0.0200.170.53
HSL65.71º9.5%43.33%-
HSV(B)65.71º17.36%47.45%-
XYZ16.7518.5214.75-
YUV118.01117.84128.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=35%
G=35.59%
B=29.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191211000.0200.170.5365.719.543.33
Hex77796420113542a2b
Octal1671711442021651021253
Binary1110111111100111001001001000111010110000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777964; }

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

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

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

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

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

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

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

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