#776E3D

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

Shades of Go Ben #776E3D

Tints of Go Ben #776E3D

Color information

#776E3D (or 0x776E3D) is unknown color: approx Go Ben. HEX triplet: 77, 6E and 3D. RGB value is (119,110,61). Sum of RGB (Red+Green+Blue) = 119+110+61=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #776E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E3D is #8891C2. Grayscale: #6B6B6B. Windows color (decimal): -8950211 or 4025975. OLE color: 4025975.

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

Color convert

RGB11911061-
CMYK00.080.490.53
HSL50.69º32.22%35.29%-
HSV(B)50.69º48.74%46.67%-
XYZ14.0315.416.65-
YUV107.1101.98136.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=41.03%
G=37.93%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191106100.080.490.5350.6932.2235.29
Hex776E3D083135332023
Octal167156750106165634043
Binary1110111110111011110101000110001110101110011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,61); }

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

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

 a { background-color: rgb(119,110,61); }

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

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

 span { border-color: rgb(119,110,61); }

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