#766D40

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

Shades of Go Ben #766D40

Tints of Go Ben #766D40

Color information

#766D40 (or 0x766D40) is unknown color: approx Go Ben. HEX triplet: 76, 6D and 40. RGB value is (118,109,64). Sum of RGB (Red+Green+Blue) = 118+109+64=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #766D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D40 is #8992BF. Grayscale: #6A6A6A. Windows color (decimal): -9016000 or 4222326. OLE color: 4222326.

HSL color Cylindrical-coordinate representation of color #766D40: hue angle of 50º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766D40 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB11810964-
CMYK00.080.460.54
HSL50º29.67%35.69%-
HSV(B)50º45.76%46.27%-
XYZ13.8715.167.05-
YUV106.56103.98136.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=40.55%
G=37.46%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181096400.080.460.545029.6735.69
Hex766D40082E36321e24
Octal1661551000105666623644
Binary1110110110110110000000100010111011011011001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766D40; }

 p { color: rgb(118,109,64); }

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

<style>
 a { background-color: #766D40; }

 a { background-color: rgb(118,109,64); }

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

<style>
 span { border-color: #766D40; }

 span { border-color: rgb(118,109,64); }

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