HEX: #76855F
RGB: (118,133,95)
#76855F contains red, green and blue colors in about the same proportion. Web safe color of #76855F is #669966 (or #696).
#76855F color RGB value is (118,133,95).
RGB: (118,133,95)
(46%, 52%, 37%)
R 118 of 255 = 46%
G 133 of 255 = 52%
B 95 of 255 = 37%
R + G + B ~ 45%. #76855F is middle color (not dark and not light).
R + G + B = 118 + 133 + 95 = 346 (100%)
R 118 of 346 ~ 34.1%
G 133 of 346 ~ 38.44%
B 95 of 346 ~ 27.46'%
#76855F color CMYK value is (11,0,29,48).
CMYK: (11,0,29,48) C11M0Y29K48 (11%,0%,29%,48%) (0.11/0.00/0.29/0.48)
Color #76855F in popluar color models
76 | 85 | 5F | |
---|---|---|---|
RGB | 118 | 133 | 95 |
HSL | 84° | 16.67% | 44.71% |
HSB/HSV | 84° | 28.57% | 52.16% |
CMYK | 11.28% | 0.00% | 28.57% |
47.84% |
Color #76855F in popluar number systems.
HEX | 76 | 85 | 5F |
Decimal | 118 | 133 | 95 |
Binary | 1110110 | 10000101 | 1011111 |
Octal | 166 | 205 | 137 |
Shades of #76855F
Tints of #76855F
Examples of css and html codes for elements with #76855F color. Also use rgb(118,133,95) instead hex code.
.myTextColor { color: #76855F; }
<p style="color:#76855F">This sample text font color is #76855F.</p>
This text font color is #76855F.
.myBgColor { background-color: #76855F; }
<div style="background-color:#76855F">Inner text</div>
This div background color is #76855F.
.myBorderColor { border: 1px solid #76855F; }
<div style="border:3px solid #76855F">Div</div>
This div border color is #76855F.
.myOpacity80 { color: #76855F; opacity: 0.8; }
<p style="color:#76855F;opacity:0.8;">80%</p>
Text with #76855F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76855F;}
<p style="text-shadow: 3px 3px 1px #76855F">Text here.</p>
This text has shadow with #76855F color.
.textShadow {text-shadow: 3px 3px 1px #76855F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76855F, 5px 5px 20px red">Text here.</p>
This text has shadow with #76855F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76855F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76855F, Direction=45, Strength=4)">Text</p>
This text has shadow with #76855F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76855F;
-webkit-box-shadow: 1px 1px 3px 2px #76855F;
box-shadow: 1px 1px 3px 2px #76855F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76855F; -webkit-box-shadow: 1px 1px 3px 2px #76855F; box-shadow:1px 1px 3px 2px #76855F;">
Div content here
</div>
This text has color #76855F on black background.
This text has color #76855F on white background.
This text has black color on #76855F background.
This text has white color on #76855F background.
Complementary color for #hex is #897AA0.