#766D42

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

Shades of Go Ben #766D42

Tints of Go Ben #766D42

Color information

#766D42 (or 0x766D42) is unknown color: approx Go Ben. HEX triplet: 76, 6D and 42. RGB value is (118,109,66). Sum of RGB (Red+Green+Blue) = 118+109+66=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #766D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D42 is #8992BD. Grayscale: #6A6A6A. Windows color (decimal): -9015998 or 4353398. OLE color: 4353398.

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

Color convert

RGB11810966-
CMYK00.080.440.54
HSL49.62º28.26%36.08%-
HSV(B)49.62º44.07%46.27%-
XYZ13.9215.187.35-
YUV106.79104.98136-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=40.27%
G=37.20%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181096600.080.440.5449.6228.2636.08
Hex766D42082C36321c24
Octal1661551020105466623444
Binary1110110110110110000100100010110011011011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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