#776C46

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

Shades of Go Ben #776C46

Tints of Go Ben #776C46

Color information

#776C46 (or 0x776C46) is unknown color: approx Go Ben. HEX triplet: 77, 6C and 46. RGB value is (119,108,70). Sum of RGB (Red+Green+Blue) = 119+108+70=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #776C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C46 is #8893B9. Grayscale: #6B6B6B. Windows color (decimal): -8950714 or 4615287. OLE color: 4615287.

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

Color convert

RGB11910870-
CMYK00.090.410.53
HSL46.53º25.93%37.06%-
HSV(B)46.53º41.18%46.67%-
XYZ14.0815.097.96-
YUV106.96107.14136.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=40.07%
G=36.36%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191087000.090.410.5346.5325.9337.06
Hex776C460929352f1a25
Octal1671541060115165573245
Binary1110111110110010001100100110100111010110111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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