#776C40

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

Shades of Go Ben #776C40

Tints of Go Ben #776C40

Color information

#776C40 (or 0x776C40) is unknown color: approx Go Ben. HEX triplet: 77, 6C and 40. RGB value is (119,108,64). Sum of RGB (Red+Green+Blue) = 119+108+64=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #776C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C40 is #8893BF. Grayscale: #6A6A6A. Windows color (decimal): -8950720 or 4222071. OLE color: 4222071.

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

Color convert

RGB11910864-
CMYK00.090.460.53
HSL48º30.05%35.88%-
HSV(B)48º46.22%46.67%-
XYZ13.915.027.02-
YUV106.27104.14137.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=40.89%
G=37.11%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191086400.090.460.534830.0535.88
Hex776C40092E35301e24
Octal1671541000115665603644
Binary1110111110110010000000100110111011010111000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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