#776A47

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

Shades of Go Ben #776A47

Tints of Go Ben #776A47

Color information

#776A47 (or 0x776A47) is unknown color: approx Go Ben. HEX triplet: 77, 6A and 47. RGB value is (119,106,71). Sum of RGB (Red+Green+Blue) = 119+106+71=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #776A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A47 is #8895B8. Grayscale: #6A6A6A. Windows color (decimal): -8951225 or 4680311. OLE color: 4680311.

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

Color convert

RGB11910671-
CMYK00.110.400.53
HSL43.75º25.26%37.25%-
HSV(B)43.75º40.34%46.67%-
XYZ13.914.688.06-
YUV105.9108.31137.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 106 (41.80% from 255) = 35.81%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=40.20%
G=35.81%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191067100.110.400.5343.7525.2637.25
Hex776A470B28352c1925
Octal1671521070135065543145
Binary1110111110101010001110101110100011010110110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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