#766B42

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

Shades of Go Ben #766B42

Tints of Go Ben #766B42

Color information

#766B42 (or 0x766B42) is unknown color: approx Go Ben. HEX triplet: 76, 6B and 42. RGB value is (118,107,66). Sum of RGB (Red+Green+Blue) = 118+107+66=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #766B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B42 is #8994BD. Grayscale: #696969. Windows color (decimal): -9016510 or 4352886. OLE color: 4352886.

HSL color Cylindrical-coordinate representation of color #766B42: hue angle of 47.31º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766B42 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB11810766-
CMYK00.090.440.54
HSL47.31º28.26%36.08%-
HSV(B)47.31º44.07%46.27%-
XYZ13.7114.767.28-
YUV105.62105.64136.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=40.55%
G=36.77%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181076600.090.440.5447.3128.2636.08
Hex766B42092C362f1c24
Octal1661531020115466573444
Binary1110110110101110000100100110110011011010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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