COLOR #766F3A

HEX: #766F3A RGB: (118,111,58)

Color info

#766F3A contains mainly red and green colors. Web safe color of #766F3A is #666633 (or #663).

RGB color model

#766F3A color RGB value is (118,111,58).

RGB: (118,111,58) (46%, 44%, 23%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 58 of 255 = 23%

118
111
58

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

Portions of RGB colors in percentages

R + G + B = 118 + 111 + 58 = 287 (100%)
R 118 of 287 ~ 41.11%
G 111 of 287 ~ 38.68%
B 58 of 287 ~ 20.21'%

%41.11
%38.68
%20.21

CMYK color model

#766F3A color CMYK value is (0,6,51,54).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 50.85%
  • key color value is 53.73%

CMYK: (0,6,51,54)
C0M6Y51K54 (0%, 6%, 51%, 54%)
(0.00 / 0.06 / 0.51 / 0.54)

CMYK percentages

%0
%5.93
%50.85
%53.73

Codes

Color #766F3A in popluar color models

76 6F 3A
RGB 118 111 58
HSL 53° 34.09% 34.51%
HSB/HSV 53° 50.85% 46.27%
CMYK 0.00% 5.93% 50.85%
53.73%

Color #766F3A in popluar number systems.

HEX 76 6F 3A
Decimal 118 111 58
Binary 1110110 1101111 111010
Octal 166 157 72

Shades and tints

Shades of #766F3A

#766F3A
(118,111,58)
#6C6535
(108,101,53)
#625B30
(98,91,48)
#58512B
(88,81,43)
#4E4726
(78,71,38)
#443D21
(68,61,33)
#3A331C
(58,51,28)
#302917
(48,41,23)
#261F12
(38,31,18)
#1C150D
(28,21,13)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #766F3A

#766F3A
(118,111,58)
#827C4B
(130,124,75)
#8E895C
(142,137,92)
#9A966D
(154,150,109)
#A6A37E
(166,163,126)
#B2B08F
(178,176,143)
#BEBDA0
(190,189,160)
#CACAB1
(202,202,177)
#D6D7C2
(214,215,194)
#E2E4D3
(226,228,211)
#EEF1E4
(238,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766F3A; }

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

This text font color is #766F3A.

Background Color

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

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

This div background color is #766F3A.

Border color

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

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

This div border color is #766F3A.

Opacity

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

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

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

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

This text has shadow with #766F3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766F3A.

Preview

Color preview on black background

This text has color #766F3A on black background.


Color preview on white background

This text has color #766F3A on white background.


Black color preview on #766F3A background

This text has black color on #766F3A background.


White color preview on #766F3A background

This text has white color on #766F3A background.


Related colors

Complementary color

Complementary color for #hex is #8990C5.


I love getcolorcode.com

Triadic colors

1 #3A766F and #6F3A76 with #766F3A are triadic colors.

2 #3A6F76 and #6F763A with #766F3A are triadic colors.