#776D43

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

Shades of Go Ben #776D43

Tints of Go Ben #776D43

Color information

#776D43 (or 0x776D43) is unknown color: approx Go Ben. HEX triplet: 77, 6D and 43. RGB value is (119,109,67). Sum of RGB (Red+Green+Blue) = 119+109+67=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #776D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D43 is #8892BC. Grayscale: #6B6B6B. Windows color (decimal): -8950461 or 4418935. OLE color: 4418935.

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

Color convert

RGB11910967-
CMYK00.080.440.53
HSL48.46º27.96%36.47%-
HSV(B)48.46º43.7%46.67%-
XYZ14.0915.267.51-
YUV107.2105.31136.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 67 (26.56% from 255) = 22.71%
R=40.34%
G=36.95%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191096700.080.440.5348.4627.9636.47
Hex776D43082C35301c24
Octal1671551030105465603444
Binary1110111110110110000110100010110011010111000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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