#766B45

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

Shades of Go Ben #766B45

Tints of Go Ben #766B45

Color information

#766B45 (or 0x766B45) is unknown color: approx Go Ben. HEX triplet: 76, 6B and 45. RGB value is (118,107,69). Sum of RGB (Red+Green+Blue) = 118+107+69=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #766B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B45 is #8994BA. Grayscale: #6A6A6A. Windows color (decimal): -9016507 or 4549494. OLE color: 4549494.

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

Color convert

RGB11810769-
CMYK00.090.420.54
HSL46.53º26.2%36.67%-
HSV(B)46.53º41.53%46.27%-
XYZ13.814.87.76-
YUV105.96107.14136.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=40.14%
G=36.39%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181076900.090.420.5446.5326.236.67
Hex766B45092A362f1a25
Octal1661531050115266573245
Binary1110110110101110001010100110101011011010111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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