COLOR #766F3E

HEX: #766F3E RGB: (118,111,62)

Color info

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

RGB color model

#766F3E color RGB value is (118,111,62).

RGB: (118,111,62) (46%, 44%, 24%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 62 of 255 = 24%

118
111
62

R + G + B ~ 38%. #766F3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 111 + 62 = 291 (100%)
R 118 of 291 ~ 40.55%
G 111 of 291 ~ 38.14%
B 62 of 291 ~ 21.31'%

%40.55
%38.14
%21.31

CMYK color model

#766F3E color CMYK value is (0,6,47,54).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 47.46%
  • key color value is 53.73%
CMYK: (0,6,47,54) C0M6Y47K54 (0%,6%,47%,54%) (0.00/0.06/0.47/0.54) 

CMYK percentages

%0
%5.93
%47.46
%53.73

Codes

Color #766F3E in popluar color models

76 6F 3E
RGB 118 111 62
HSL 53° 31.11% 35.29%
HSB/HSV 53° 47.46% 46.27%
CMYK 0.00% 5.93% 47.46%
53.73%

Color #766F3E in popluar number systems.

HEX 76 6F 3E
Decimal 118 111 62
Binary 1110110 1101111 111110
Octal 166 157 76

Shades and tints

Shades of #766F3E

#766F3E
(118,111,62)
#6C6539
(108,101,57)
#625B34
(98,91,52)
#58512F
(88,81,47)
#4E472A
(78,71,42)
#443D25
(68,61,37)
#3A3320
(58,51,32)
#30291B
(48,41,27)
#261F16
(38,31,22)
#1C1511
(28,21,17)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #766F3E

#766F3E
(118,111,62)
#827C4F
(130,124,79)
#8E8960
(142,137,96)
#9A9671
(154,150,113)
#A6A382
(166,163,130)
#B2B093
(178,176,147)
#BEBDA4
(190,189,164)
#CACAB5
(202,202,181)
#D6D7C6
(214,215,198)
#E2E4D7
(226,228,215)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766F3E color. Also use rgb(118,111,62) instead hex code.

Text Font Color

.myTextColor { color: #766F3E; }

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

This text font color is #766F3E.

Background Color

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

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

This div background color is #766F3E.

Border color

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

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

This div border color is #766F3E.

Opacity

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

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

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

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

This text has shadow with #766F3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766F3E.

Preview

Color preview on black background

This text has color #766F3E on black background.


Color preview on white background

This text has color #766F3E on white background.


Black color preview on #766F3E background

This text has black color on #766F3E background.


White color preview on #766F3E background

This text has white color on #766F3E background.


Related colors

Complementary color

Complementary color for #hex is #8990C1.


I love getcolorcode.com

Triadic colors

1 #3E766F and #6F3E76 with #766F3E are triadic colors.

2 #3E6F76 and #6F763E with #766F3E are triadic colors.