#766A44

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

Shades of Go Ben #766A44

Tints of Go Ben #766A44

Color information

#766A44 (or 0x766A44) is unknown color: approx Go Ben. HEX triplet: 76, 6A and 44. RGB value is (118,106,68). Sum of RGB (Red+Green+Blue) = 118+106+68=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #766A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A44 is #8995BB. Grayscale: #696969. Windows color (decimal): -9016764 or 4483702. OLE color: 4483702.

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

Color convert

RGB11810668-
CMYK00.100.420.54
HSL45.6º26.88%36.47%-
HSV(B)45.6º42.37%46.27%-
XYZ13.6714.587.56-
YUV105.26106.98137.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 106 (41.80% from 255) = 36.30%
BLUE value IS 68 (26.95% from 255) = 23.29%
R=40.41%
G=36.30%
B=23.29%

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
Decimal1181066800.100.420.5445.626.8836.47
Hex766A440A2A362e1b24
Octal1661521040125266563344
Binary1110110110101010001000101010101011011010111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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