#766C44

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

Shades of Go Ben #766C44

Tints of Go Ben #766C44

Color information

#766C44 (or 0x766C44) is unknown color: approx Go Ben. HEX triplet: 76, 6C and 44. RGB value is (118,108,68). Sum of RGB (Red+Green+Blue) = 118+108+68=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #766C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C44 is #8993BB. Grayscale: #6A6A6A. Windows color (decimal): -9016252 or 4484214. OLE color: 4484214.

HSL color Cylindrical-coordinate representation of color #766C44: hue angle of 48º 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 #766C44 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB11810868-
CMYK00.080.420.54
HSL48º26.88%36.47%-
HSV(B)48º42.37%46.27%-
XYZ13.8814.997.63-
YUV106.43106.31136.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=40.14%
G=36.73%
B=23.13%

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
Decimal1181086800.080.420.544826.8836.47
Hex766C44082A36301b24
Octal1661541040105266603344
Binary1110110110110010001000100010101011011011000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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