HEX: #76847C
RGB: (118,132,124)
#76847C contains red, green and blue colors in about the same proportion. Web safe color of #76847C is #669966 (or #696).
#76847C color RGB value is (118,132,124).
RGB: (118,132,124)
(46%, 52%, 49%)
R 118 of 255 = 46%
G 132 of 255 = 52%
B 124 of 255 = 49%
R + G + B ~ 49%. #76847C is middle color (not dark and not light).
R + G + B = 118 + 132 + 124 = 374 (100%)
R 118 of 374 ~ 31.55%
G 132 of 374 ~ 35.29%
B 124 of 374 ~ 33.16'%
#76847C color CMYK value is (11,0,6,48).
CMYK: (11,0,6,48) C11M0Y6K48 (11%,0%,6%,48%) (0.11/0.00/0.06/0.48)
Color #76847C in popluar color models
76 | 84 | 7C | |
---|---|---|---|
RGB | 118 | 132 | 124 |
HSL | 146° | 5.60% | 49.02% |
HSB/HSV | 146° | 10.61% | 51.76% |
CMYK | 10.61% | 0.00% | 6.06% |
48.24% |
Color #76847C in popluar number systems.
HEX | 76 | 84 | 7C |
Decimal | 118 | 132 | 124 |
Binary | 1110110 | 10000100 | 1111100 |
Octal | 166 | 204 | 174 |
Shades of #76847C
Tints of #76847C
Examples of css and html codes for elements with #76847C color. Also use rgb(118,132,124) instead hex code.
.myTextColor { color: #76847C; }
<p style="color:#76847C">This sample text font color is #76847C.</p>
This text font color is #76847C.
.myBgColor { background-color: #76847C; }
<div style="background-color:#76847C">Inner text</div>
This div background color is #76847C.
.myBorderColor { border: 1px solid #76847C; }
<div style="border:3px solid #76847C">Div</div>
This div border color is #76847C.
.myOpacity80 { color: #76847C; opacity: 0.8; }
<p style="color:#76847C;opacity:0.8;">80%</p>
Text with #76847C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76847C;}
<p style="text-shadow: 3px 3px 1px #76847C">Text here.</p>
This text has shadow with #76847C color.
.textShadow {text-shadow: 3px 3px 1px #76847C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76847C, 5px 5px 20px red">Text here.</p>
This text has shadow with #76847C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76847C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76847C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76847C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76847C;
-webkit-box-shadow: 1px 1px 3px 2px #76847C;
box-shadow: 1px 1px 3px 2px #76847C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76847C; -webkit-box-shadow: 1px 1px 3px 2px #76847C; box-shadow:1px 1px 3px 2px #76847C;">
Div content here
</div>
This text has color #76847C on black background.
This text has color #76847C on white background.
This text has black color on #76847C background.
This text has white color on #76847C background.
Complementary color for #hex is #897B83.