COLOR #766040

HEX: #766040
RGB: (118,96,64)

Color info

#766040 contains red, green and blue colors in about the same proportion. Web safe color of #766040 is #666633 (or #663).

RGB color model

#766040 color RGB value is (118,96,64).

  • red value is 118;
  • green value is 96;
  • blue value is 64.
RGB:
(118,96,64)
(46%,38%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 96 of 255 = 38%
B 64 of 255 = 25%

118
96
64

R + G + B ~ 36%. #766040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 96 + 64 = 278 (100%)
R 118 of 278 ~ 42.45%
G 96 of 278 ~ 34.53%
B 64 of 278 ~ 23.02%

%42.45
%34.53
%23.02

CMYK color model

#766040 color CMYK value is (0,19,46,54).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 45.76%
  • key color value is 53.73%
CMYK:
(0,19,46,54)
C0M19Y46K54 
(0%,19%,46%,54%)
(0.00/0.19/0.46/0.54)	

CMYK percentages

%0
%18.64
%45.76
%53.73

Codes

Color #766040 in popluar color models

766040
RGB1189664
HSL36°29.67%35.69%
HSB/HSV36°45.76%46.27%
CMYK0.00%18.64%45.76%
53.73%

Color #766040 in popluar number systems.

HEX766040
Decimal1189664
Binary111011011000001000000
Octal166140100

Shades and tints

Shades of #766040

#766040
(118,96,64)
#6C583B
(108,88,59)
#625036
(98,80,54)
#584831
(88,72,49)
#4E402C
(78,64,44)
#443827
(68,56,39)
#3A3022
(58,48,34)
#30281D
(48,40,29)
#262018
(38,32,24)
#1C1813
(28,24,19)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #766040

#766040
(118,96,64)
#826E51
(130,110,81)
#8E7C62
(142,124,98)
#9A8A73
(154,138,115)
#A69884
(166,152,132)
#B2A695
(178,166,149)
#BEB4A6
(190,180,166)
#CAC2B7
(202,194,183)
#D6D0C8
(214,208,200)
#E2DED9
(226,222,217)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766040 color. Also use rgb(118,96,64) instead hex code.

Text Font Color

.myTextColor { color: #766040; }

<p style="color:#766040">This sample text font color is #766040.</p>

This text font color is #766040.


Background Color

.myBgColor { background-color: #766040; }

<div style="background-color:#766040">Inner text</div>

This div background color is #766040.


Border color

.myBorderColor { border: 1px solid #766040; }

<div style="border:3px solid #766040">Div</div>

This div border color is #766040.


Opacity

.myOpacity80 { color: #766040; opacity: 0.8; }

<p style="color:#766040;opacity:0.8;">80%</p>

Text with #766040 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #766040;}

<p style="text-shadow: 3px 3px 1px #766040">Text here.</p>

This text has shadow with #766040 color.

.textShadow {text-shadow: 3px 3px 1px #766040, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #766040, 5px 5px 20px red">Text here.</p>

This text has shadow with #766040 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#766040, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#766040, Direction=45, Strength=4)">Text</p>

This text has shadow with #766040 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #766040;
  -webkit-box-shadow:	1px 1px 3px 2px #766040;
  box-shadow:		1px 1px 3px 2px #766040;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #766040;
-webkit-box-shadow: 1px 1px 3px 2px #766040;
box-shadow:1px 1px 3px 2px #766040;">
Div content here</div>
This div box has shadow with color #766040.

Preview

Color preview on black background

This text has color #766040 on black background.


Color preview on white background

This text has color #766040 on white background.



Black color preview on #766040 background

This text has black color on #766040 background.


White color preview on #766040 background

This text has white color on #766040 background.