#776E40

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

Shades of Go Ben #776E40

Tints of Go Ben #776E40

Color information

#776E40 (or 0x776E40) is unknown color: approx Go Ben. HEX triplet: 77, 6E and 40. RGB value is (119,110,64). Sum of RGB (Red+Green+Blue) = 119+110+64=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #776E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E40 is #8891BF. Grayscale: #6B6B6B. Windows color (decimal): -8950208 or 4222583. OLE color: 4222583.

HSL color Cylindrical-coordinate representation of color #776E40: hue angle of 50.18º 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 #776E40 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB11911064-
CMYK00.080.460.53
HSL50.18º30.05%35.88%-
HSV(B)50.18º46.22%46.67%-
XYZ14.1115.447.09-
YUV107.45103.48136.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=40.61%
G=37.54%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191106400.080.460.5350.1830.0535.88
Hex776E40082E35321e24
Octal1671561000105665623644
Binary1110111110111010000000100010111011010111001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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