#766A45

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

Shades of Go Ben #766A45

Tints of Go Ben #766A45

Color information

#766A45 (or 0x766A45) is unknown color: approx Go Ben. HEX triplet: 76, 6A and 45. RGB value is (118,106,69). Sum of RGB (Red+Green+Blue) = 118+106+69=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #766A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A45 is #8995BA. Grayscale: #696969. Windows color (decimal): -9016763 or 4549238. OLE color: 4549238.

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

Color convert

RGB11810669-
CMYK00.100.420.54
HSL45.31º26.2%36.67%-
HSV(B)45.31º41.53%46.27%-
XYZ13.714.597.72-
YUV105.37107.48137.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=40.27%
G=36.18%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181066900.100.420.5445.3126.236.67
Hex766A450A2A362d1a25
Octal1661521050125266553245
Binary1110110110101010001010101010101011011010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,106,69); }

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

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

 a { background-color: rgb(118,106,69); }

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

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

 span { border-color: rgb(118,106,69); }

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