COLOR #766D49

HEX: #766D49
RGB: (118,109,73)

Color info

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

RGB color model

#766D49 color RGB value is (118,109,73).

  • red value is 118;
  • green value is 109;
  • blue value is 73.
RGB:
(118,109,73)
(46%,43%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 109 of 255 = 43%
B 73 of 255 = 29%

118
109
73

R + G + B ~ 39%. #766D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 109 + 73 = 300 (100%)
R 118 of 300 ~ 39.33%
G 109 of 300 ~ 36.33%
B 73 of 300 ~ 24.33%

%39.33
%36.33
%24.33

CMYK color model

#766D49 color CMYK value is (0,8,38,54).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 38.14%
  • key color value is 53.73%
CMYK:
(0,8,38,54)
C0M8Y38K54 
(0%,8%,38%,54%)
(0.00/0.08/0.38/0.54)	

CMYK percentages

%0
%7.63
%38.14
%53.73

Codes

Color #766D49 in popluar color models

766D49
RGB11810973
HSL48°23.56%37.45%
HSB/HSV48°38.14%46.27%
CMYK0.00%7.63%38.14%
53.73%

Color #766D49 in popluar number systems.

HEX766D49
Decimal11810973
Binary111011011011011001001
Octal166155111

Shades and tints

Shades of #766D49

#766D49
(118,109,73)
#6C6443
(108,100,67)
#625B3D
(98,91,61)
#585237
(88,82,55)
#4E4931
(78,73,49)
#44402B
(68,64,43)
#3A3725
(58,55,37)
#302E1F
(48,46,31)
#262519
(38,37,25)
#1C1C13
(28,28,19)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #766D49

#766D49
(118,109,73)
#827A59
(130,122,89)
#8E8769
(142,135,105)
#9A9479
(154,148,121)
#A6A189
(166,161,137)
#B2AE99
(178,174,153)
#BEBBA9
(190,187,169)
#CAC8B9
(202,200,185)
#D6D5C9
(214,213,201)
#E2E2D9
(226,226,217)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766D49 color. Also use rgb(118,109,73) instead hex code.

Text Font Color

.myTextColor { color: #766D49; }

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

This text font color is #766D49.


Background Color

.myBgColor { background-color: #766D49; }

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

This div background color is #766D49.


Border color

.myBorderColor { border: 1px solid #766D49; }

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

This div border color is #766D49.


Opacity

.myOpacity80 { color: #766D49; opacity: 0.8; }

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

Text with #766D49 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 #766D49;}

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

This text has shadow with #766D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766D49 on black background.


Color preview on white background

This text has color #766D49 on white background.



Black color preview on #766D49 background

This text has black color on #766D49 background.


White color preview on #766D49 background

This text has white color on #766D49 background.