#776C45

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

Shades of Go Ben #776C45

Tints of Go Ben #776C45

Color information

#776C45 (or 0x776C45) is unknown color: approx Go Ben. HEX triplet: 77, 6C and 45. RGB value is (119,108,69). Sum of RGB (Red+Green+Blue) = 119+108+69=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #776C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C45 is #8893BA. Grayscale: #6B6B6B. Windows color (decimal): -8950715 or 4549751. OLE color: 4549751.

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

Color convert

RGB11910869-
CMYK00.090.420.53
HSL46.8º26.6%36.86%-
HSV(B)46.8º42.02%46.67%-
XYZ14.0415.087.8-
YUV106.84106.64136.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 108 (42.58% from 255) = 36.49%
BLUE value IS 69 (27.34% from 255) = 23.31%
R=40.20%
G=36.49%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191086900.090.420.5346.826.636.86
Hex776C45092A352f1b25
Octal1671541050115265573345
Binary1110111110110010001010100110101011010110111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,69); }

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

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

 a { background-color: rgb(119,108,69); }

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

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

 span { border-color: rgb(119,108,69); }

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