HEX: #76816A
RGB: (118,129,106)
#76816A contains red, green and blue colors in about the same proportion. Web safe color of #76816A is #669966 (or #696).
#76816A color RGB value is (118,129,106).
RGB: (118,129,106) (46%,51%,42%)
R 118 of 255 = 46%
G 129 of 255 = 51%
B 106 of 255 = 42%
R + G + B ~ 46%. #76816A is middle color (not dark and not light).
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%
#76816A color CMYK value is (9,0,18,49).
CMYK: (9,0,18,49) C9M0Y18K49 (9%,0%,18%,49%) (0.09/0.00/0.18/0.49)
76 | 81 | 6A | |
---|---|---|---|
RGB | 118 | 129 | 106 |
HSL | 89° | 9.79% | 46.08% |
HSB/HSV | 89° | 17.83% | 50.59% |
CMYK | 8.53% | 0.00% | 17.83% |
49.41% |
HEX | 76 | 81 | 6A |
Decimal | 118 | 129 | 106 |
Binary | 1110110 | 10000001 | 1101010 |
Octal | 166 | 201 | 152 |
Examples of css and html codes for elements with #76816A color. Also use rgb(118,129,106) instead hex code.
.myTextColor { color: #76816A; }
<p style="color:#76816A">This sample text font color is #76816A.</p>
This text font color is #76816A.
.myBgColor { background-color: #76816A; }
<div style="background-color:#76816A">Inner text</div>
This div background color is #76816A.
.myBorderColor { border: 1px solid #76816A; }
<div style="border:3px solid #76816A">Div</div>
This div border color is #76816A.
.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%.
.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.
/* 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 text has color #76816A on black background.
This text has color #76816A on white background.
This text has black color on #76816A background.
This text has white color on #76816A background.