#766D44

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

Shades of Go Ben #766D44

Tints of Go Ben #766D44

Color information

#766D44 (or 0x766D44) is unknown color: approx Go Ben. HEX triplet: 76, 6D and 44. RGB value is (118,109,68). Sum of RGB (Red+Green+Blue) = 118+109+68=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #766D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D44 is #8992BB. Grayscale: #6B6B6B. Windows color (decimal): -9015996 or 4484470. OLE color: 4484470.

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

Color convert

RGB11810968-
CMYK00.080.420.54
HSL49.2º26.88%36.47%-
HSV(B)49.2º42.37%46.27%-
XYZ13.9815.217.67-
YUV107.02105.98135.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=40%
G=36.95%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181096800.080.420.5449.226.8836.47
Hex766D44082A36311b24
Octal1661551040105266613344
Binary1110110110110110001000100010101011011011000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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