HEX: #76785B
RGB: (118,120,91)
#76785B contains red, green and blue colors in about the same proportion. Web safe color of #76785B is #666666 (or #666).
#76785B color RGB value is (118,120,91).
RGB: (118,120,91)
(46%, 47%, 36%)
R 118 of 255 = 46%
G 120 of 255 = 47%
B 91 of 255 = 36%
R + G + B ~ 43%. #76785B is middle color (not dark and not light).
R + G + B = 118 + 120 + 91 = 329 (100%)
R 118 of 329 ~ 35.87%
G 120 of 329 ~ 36.47%
B 91 of 329 ~ 27.66'%
#76785B color CMYK value is (2,0,24,53).
CMYK: (2,0,24,53)
C2M0Y24K53 (2%, 0%, 24%, 53%)
(0.02 / 0.00 / 0.24 / 0.53)
Color #76785B in popluar color models
76 | 78 | 5B | |
---|---|---|---|
RGB | 118 | 120 | 91 |
HSL | 64° | 13.74% | 41.37% |
HSB/HSV | 64° | 24.17% | 47.06% |
CMYK | 1.67% | 0.00% | 24.17% |
52.94% |
Color #76785B in popluar number systems.
HEX | 76 | 78 | 5B |
Decimal | 118 | 120 | 91 |
Binary | 1110110 | 1111000 | 1011011 |
Octal | 166 | 170 | 133 |
Shades of #76785B
Tints of #76785B
Examples of css and html codes for elements with #76785B color. Also use rgb(118,120,91) instead hex code.
.myTextColor { color: #76785B; }
<p style="color:#76785B">This sample text font color is #76785B.</p>
This text font color is #76785B.
.myBgColor { background-color: #76785B; }
<div style="background-color:#76785B">Inner text</div>
This div background color is #76785B.
.myBorderColor { border: 1px solid #76785B; }
<div style="border:3px solid #76785B">Div</div>
This div border color is #76785B.
.myOpacity80 { color: #76785B; opacity: 0.8; }
<p style="color:#76785B;opacity:0.8;">80%</p>
Text with #76785B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76785B;}
<p style="text-shadow: 3px 3px 1px #76785B">Text here.</p>
This text has shadow with #76785B color.
.textShadow {text-shadow: 3px 3px 1px #76785B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76785B, 5px 5px 20px red">Text here.</p>
This text has shadow with #76785B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76785B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76785B, Direction=45, Strength=4)">Text</p>
This text has shadow with #76785B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76785B;
-webkit-box-shadow: 1px 1px 3px 2px #76785B;
box-shadow: 1px 1px 3px 2px #76785B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76785B; -webkit-box-shadow: 1px 1px 3px 2px #76785B; box-shadow:1px 1px 3px 2px #76785B;">
Div content here
</div>
This text has color #76785B on black background.
This text has color #76785B on white background.
This text has black color on #76785B background.
This text has white color on #76785B background.
Complementary color for #hex is #8987A4.