#777B5E

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

Shades of Finch #777B5E

Tints of Finch #777B5E

Color information

#777B5E (or 0x777B5E) is unknown color: approx Finch. HEX triplet: 77, 7B and 5E. RGB value is (119,123,94). Sum of RGB (Red+Green+Blue) = 119+123+94=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 123 - color contains mainly: green. Hex color #777B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B5E is #8884A1. Grayscale: #767676. Windows color (decimal): -8946850 or 6191991. OLE color: 6191991.

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

Color convert

RGB11912394-
CMYK0.0300.240.52
HSL68.28º13.36%42.55%-
HSV(B)68.28º23.58%48.24%-
XYZ16.7118.913.36-
YUV118.5114.17128.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=35.42%
G=36.61%
B=27.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119123940.0300.240.5268.2813.3642.55
Hex777B5E30183444d2b
Octal1671731363030641041553
Binary1110111111101110111101101100011010010001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,123,94); }

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

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

 a { background-color: rgb(119,123,94); }

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

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

 span { border-color: rgb(119,123,94); }

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