#766C45

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

Shades of Go Ben #766C45

Tints of Go Ben #766C45

Color information

#766C45 (or 0x766C45) is unknown color: approx Go Ben. HEX triplet: 76, 6C and 45. RGB value is (118,108,69). Sum of RGB (Red+Green+Blue) = 118+108+69=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #766C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C45 is #8993BA. Grayscale: #6A6A6A. Windows color (decimal): -9016251 or 4549750. OLE color: 4549750.

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

Color convert

RGB11810869-
CMYK00.080.420.54
HSL47.76º26.2%36.67%-
HSV(B)47.76º41.53%46.27%-
XYZ13.9115.017.79-
YUV106.54106.81136.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=40%
G=36.61%
B=23.39%

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
Decimal1181086900.080.420.5447.7626.236.67
Hex766C45082A36301a25
Octal1661541050105266603245
Binary1110110110110010001010100010101011011011000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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