#777B5D

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

Shades of Finch #777B5D

Tints of Finch #777B5D

Color information

#777B5D (or 0x777B5D) is unknown color: approx Finch. HEX triplet: 77, 7B and 5D. RGB value is (119,123,93). Sum of RGB (Red+Green+Blue) = 119+123+93=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 123 - color contains mainly: green. Hex color #777B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B5D is #8884A2. Grayscale: #767676. Windows color (decimal): -8946851 or 6126455. OLE color: 6126455.

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

Color convert

RGB11912393-
CMYK0.0300.240.52
HSL68º13.89%42.35%-
HSV(B)68º24.39%48.24%-
XYZ16.6718.8813.12-
YUV118.38113.67128.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 123 (48.44% from 255) = 36.72%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=35.52%
G=36.72%
B=27.76%

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
Decimal119123930.0300.240.526813.8942.35
Hex777B5D30183444e2a
Octal1671731353030641041652
Binary1110111111101110111011101100011010010001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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