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