COLOR #76662E

HEX: #76662E
RGB: (118,102,46)

Color info

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

RGB color model

#76662E color RGB value is (118,102,46).

  • red value is 118;
  • green value is 102;
  • blue value is 46.
RGB:
(118,102,46)
(46%,40%,18%)

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 46 of 255 = 18%

118
102
46

R + G + B ~ 35%. #76662E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 102 + 46 = 266 (100%)
R 118 of 266 ~ 44.36%
G 102 of 266 ~ 38.35%
B 46 of 266 ~ 17.29%

%44.36
%38.35
%17.29

CMYK color model

#76662E color CMYK value is (0,14,61,54).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 61.02%
  • key color value is 53.73%
CMYK:
(0,14,61,54)
C0M14Y61K54 
(0%,14%,61%,54%)
(0.00/0.14/0.61/0.54)	

CMYK percentages

%0
%13.56
%61.02
%53.73

Codes

Color #76662E in popluar color models

76662E
RGB11810246
HSL47°43.90%32.16%
HSB/HSV47°61.02%46.27%
CMYK0.00%13.56%61.02%
53.73%

Color #76662E in popluar number systems.

HEX76662E
Decimal11810246
Binary11101101100110101110
Octal16614656

Shades and tints

Shades of #76662E

#76662E
(118,102,46)
#6C5D2A
(108,93,42)
#625426
(98,84,38)
#584B22
(88,75,34)
#4E421E
(78,66,30)
#44391A
(68,57,26)
#3A3016
(58,48,22)
#302712
(48,39,18)
#261E0E
(38,30,14)
#1C150A
(28,21,10)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #76662E

#76662E
(118,102,46)
#827341
(130,115,65)
#8E8054
(142,128,84)
#9A8D67
(154,141,103)
#A69A7A
(166,154,122)
#B2A78D
(178,167,141)
#BEB4A0
(190,180,160)
#CAC1B3
(202,193,179)
#D6CEC6
(214,206,198)
#E2DBD9
(226,219,217)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76662E color. Also use rgb(118,102,46) instead hex code.

Text Font Color

.myTextColor { color: #76662E; }

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

This text font color is #76662E.


Background Color

.myBgColor { background-color: #76662E; }

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

This div background color is #76662E.


Border color

.myBorderColor { border: 1px solid #76662E; }

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

This div border color is #76662E.


Opacity

.myOpacity80 { color: #76662E; opacity: 0.8; }

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

Text with #76662E 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 #76662E;}

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

This text has shadow with #76662E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76662E on black background.


Color preview on white background

This text has color #76662E on white background.



Black color preview on #76662E background

This text has black color on #76662E background.


White color preview on #76662E background

This text has white color on #76662E background.