#776B41

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

Shades of Go Ben #776B41

Tints of Go Ben #776B41

Color information

#776B41 (or 0x776B41) is unknown color: approx Go Ben. HEX triplet: 77, 6B and 41. RGB value is (119,107,65). Sum of RGB (Red+Green+Blue) = 119+107+65=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #776B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B41 is #8894BE. Grayscale: #696969. Windows color (decimal): -8950975 or 4287351. OLE color: 4287351.

HSL color Cylindrical-coordinate representation of color #776B41: hue angle of 46.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #776B41 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB11910765-
CMYK00.100.450.53
HSL46.67º29.35%36.08%-
HSV(B)46.67º45.38%46.67%-
XYZ13.8214.827.13-
YUV105.8104.98137.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=40.89%
G=36.77%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191076500.100.450.5346.6729.3536.08
Hex776B410A2D352f1d24
Octal1671531010125565573544
Binary1110111110101110000010101010110111010110111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,65); }

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

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

 a { background-color: rgb(119,107,65); }

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

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

 span { border-color: rgb(119,107,65); }

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