COLOR #76816A

HEX: #76816A
RGB: (118,129,106)

Color info

#76816A contains red, green and blue colors in about the same proportion. Web safe color of #76816A is #669966 (or #696).

RGB color model

#76816A color RGB value is (118,129,106).

  • red value is 118;
  • green value is 129;
  • blue value is 106.
RGB:
(118,129,106)
(46%,51%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 129 of 255 = 51%
B 106 of 255 = 42%

118
129
106

R + G + B ~ 46%. #76816A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 129 + 106 = 353 (100%)
R 118 of 353 ~ 33.43%
G 129 of 353 ~ 36.54%
B 106 of 353 ~ 30.03%

%33.43
%36.54
%30.03

CMYK color model

#76816A color CMYK value is (9,0,18,49).

  • cyan value is 8.53%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 49.41%
CMYK:
(9,0,18,49)
C9M0Y18K49 
(9%,0%,18%,49%)
(0.09/0.00/0.18/0.49)	

CMYK percentages

%8.53
%0
%17.83
%49.41

Codes

Color #76816A in popluar color models

76816A
RGB118129106
HSL89°9.79%46.08%
HSB/HSV89°17.83%50.59%
CMYK8.53%0.00%17.83%
49.41%

Color #76816A in popluar number systems.

HEX76816A
Decimal118129106
Binary1110110100000011101010
Octal166201152

Shades and tints

Shades of #76816A

#76816A
(118,129,106)
#6C7661
(108,118,97)
#626B58
(98,107,88)
#58604F
(88,96,79)
#4E5546
(78,85,70)
#444A3D
(68,74,61)
#3A3F34
(58,63,52)
#30342B
(48,52,43)
#262922
(38,41,34)
#1C1E19
(28,30,25)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #76816A

#76816A
(118,129,106)
#828C77
(130,140,119)
#8E9784
(142,151,132)
#9AA291
(154,162,145)
#A6AD9E
(166,173,158)
#B2B8AB
(178,184,171)
#BEC3B8
(190,195,184)
#CACEC5
(202,206,197)
#D6D9D2
(214,217,210)
#E2E4DF
(226,228,223)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76816A color. Also use rgb(118,129,106) instead hex code.

Text Font Color

.myTextColor { color: #76816A; }

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

This text font color is #76816A.


Background Color

.myBgColor { background-color: #76816A; }

<div style="background-color:#76816A">Inner text</div>

This div background color is #76816A.


Border color

.myBorderColor { border: 1px solid #76816A; }

<div style="border:3px solid #76816A">Div</div>

This div border color is #76816A.


Opacity

.myOpacity80 { color: #76816A; opacity: 0.8; }

<p style="color:#76816A;opacity:0.8;">80%</p>

Text with #76816A 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 #76816A;}

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

This text has shadow with #76816A color.

.textShadow {text-shadow: 3px 3px 1px #76816A, 3px 3px 1px red;}

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

This text has shadow with #76816A primary color and red secondary color.


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

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

This text has shadow with #76816A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76816A on black background.


Color preview on white background

This text has color #76816A on white background.



Black color preview on #76816A background

This text has black color on #76816A background.


White color preview on #76816A background

This text has white color on #76816A background.