#776D48

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

Shades of Go Ben #776D48

Tints of Go Ben #776D48

Color information

#776D48 (or 0x776D48) is unknown color: approx Go Ben. HEX triplet: 77, 6D and 48. RGB value is (119,109,72). Sum of RGB (Red+Green+Blue) = 119+109+72=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #776D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D48 is #8892B7. Grayscale: #6B6B6B. Windows color (decimal): -8950456 or 4746615. OLE color: 4746615.

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

Color convert

RGB11910972-
CMYK00.080.390.53
HSL47.23º24.61%37.45%-
HSV(B)47.23º39.5%46.67%-
XYZ14.2515.338.34-
YUV107.77107.81136.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 72 (28.52% from 255) = 24%
R=39.67%
G=36.33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191097200.080.390.5347.2324.6137.45
Hex776D480827352f1925
Octal1671551100104765573145
Binary1110111110110110010000100010011111010110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,109,72); }

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

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

 a { background-color: rgb(119,109,72); }

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

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

 span { border-color: rgb(119,109,72); }

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