COLOR #766E2C

HEX: #766E2C
RGB: (118,110,44)

Color info

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

RGB color model

#766E2C color RGB value is (118,110,44).

  • red value is 118;
  • green value is 110;
  • blue value is 44.
RGB:
(118,110,44)
(46%,43%,17%)

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 44 of 255 = 17%

118
110
44

R + G + B ~ 35%. #766E2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 44 = 272 (100%)
R 118 of 272 ~ 43.38%
G 110 of 272 ~ 40.44%
B 44 of 272 ~ 16.18%

%43.38
%40.44
%16.18

CMYK color model

#766E2C color CMYK value is (0,7,63,54).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 62.71%
  • key color value is 53.73%
CMYK:
(0,7,63,54)
C0M7Y63K54 
(0%,7%,63%,54%)
(0.00/0.07/0.63/0.54)	

CMYK percentages

%0
%6.78
%62.71
%53.73

Codes

Color #766E2C in popluar color models

766E2C
RGB11811044
HSL54°45.68%31.76%
HSB/HSV54°62.71%46.27%
CMYK0.00%6.78%62.71%
53.73%

Color #766E2C in popluar number systems.

HEX766E2C
Decimal11811044
Binary11101101101110101100
Octal16615654

Shades and tints

Shades of #766E2C

#766E2C
(118,110,44)
#6C6428
(108,100,40)
#625A24
(98,90,36)
#585020
(88,80,32)
#4E461C
(78,70,28)
#443C18
(68,60,24)
#3A3214
(58,50,20)
#302810
(48,40,16)
#261E0C
(38,30,12)
#1C1408
(28,20,8)
#120A04
(18,10,4)
#000000
(0,0,0)

Tints of #766E2C

#766E2C
(118,110,44)
#827B3F
(130,123,63)
#8E8852
(142,136,82)
#9A9565
(154,149,101)
#A6A278
(166,162,120)
#B2AF8B
(178,175,139)
#BEBC9E
(190,188,158)
#CAC9B1
(202,201,177)
#D6D6C4
(214,214,196)
#E2E3D7
(226,227,215)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766E2C color. Also use rgb(118,110,44) instead hex code.

Text Font Color

.myTextColor { color: #766E2C; }

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

This text font color is #766E2C.


Background Color

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

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

This div background color is #766E2C.


Border color

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

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

This div border color is #766E2C.


Opacity

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

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

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

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

This text has shadow with #766E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E2C on black background.


Color preview on white background

This text has color #766E2C on white background.



Black color preview on #766E2C background

This text has black color on #766E2C background.


White color preview on #766E2C background

This text has white color on #766E2C background.