#777A60

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

Shades of Finch #777A60

Tints of Finch #777A60

Color information

#777A60 (or 0x777A60) is unknown color: approx Finch. HEX triplet: 77, 7A and 60. RGB value is (119,122,96). Sum of RGB (Red+Green+Blue) = 119+122+96=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 122 - color contains mainly: green. Hex color #777A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A60 is #88859F. Grayscale: #767676. Windows color (decimal): -8947104 or 6322807. OLE color: 6322807.

HSL color Cylindrical-coordinate representation of color #777A60: hue angle of 66.92º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777A60 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB11912296-
CMYK0.0200.210.52
HSL66.92º11.93%42.75%-
HSV(B)66.92º21.31%47.84%-
XYZ16.6818.6913.79-
YUV118.14115.51128.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=35.31%
G=36.20%
B=28.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119122960.0200.210.5266.9211.9342.75
Hex777A6020153443c2b
Octal1671721402025641031453
Binary1110111111101011000001001010111010010000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,122,96); }

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

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

 a { background-color: rgb(119,122,96); }

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

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

 span { border-color: rgb(119,122,96); }

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