#776A44

Color #776A44 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #776A44

Tints of Go Ben #776A44

Color information

#776A44 (or 0x776A44) is unknown color: approx Go Ben. HEX triplet: 77, 6A and 44. RGB value is (119,106,68). Sum of RGB (Red+Green+Blue) = 119+106+68=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #776A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A44 is #8895BB. Grayscale: #696969. Windows color (decimal): -8951228 or 4483703. OLE color: 4483703.

HSL color Cylindrical-coordinate representation of color #776A44: hue angle of 44.71º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #776A44 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB11910668-
CMYK00.110.430.53
HSL44.71º27.27%36.67%-
HSV(B)44.71º42.86%46.67%-
XYZ13.8114.657.57-
YUV105.56106.81137.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 68 (26.95% from 255) = 23.21%
R=40.61%
G=36.18%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191066800.110.430.5344.7127.2736.67
Hex776A440B2B352d1b25
Octal1671521040135365553345
Binary1110111110101010001000101110101111010110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776A44; }

 p { color: rgb(119,106,68); }

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

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

 a { background-color: rgb(119,106,68); }

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

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

 span { border-color: rgb(119,106,68); }

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