#777B51

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

Shades of Finch #777B51

Tints of Finch #777B51

Color information

#777B51 (or 0x777B51) is unknown color: approx Finch. HEX triplet: 77, 7B and 51. RGB value is (119,123,81). Sum of RGB (Red+Green+Blue) = 119+123+81=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #777B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B51 is #8884AE. Grayscale: #757575. Windows color (decimal): -8946863 or 5340023. OLE color: 5340023.

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

Color convert

RGB11912381-
CMYK0.0300.340.52
HSL65.71º20.59%40%-
HSV(B)65.71º34.15%48.24%-
XYZ16.1818.6810.54-
YUV117.02107.67129.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=36.84%
G=38.08%
B=25.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119123810.0300.340.5265.7120.5940
Hex777B51302234421528
Octal1671731213042641022550
Binary111011111110111010001110100010110100100001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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