HEX: #767471
RGB: (118,116,113)
#767471 contains red, green and blue colors in about the same proportion. Web safe color of #767471 is #666666 (or #666).
#767471 color RGB value is (118,116,113).
RGB: (118,116,113) (46%,45%,44%)
R 118 of 255 = 46%
G 116 of 255 = 45%
B 113 of 255 = 44%
R + G + B ~ 45%. #767471 is middle color (not dark and not light).
R + G + B =
118 + 116 + 113 = 347 (100%)
R 118 of 347 ~ 34.01%
G 116 of 347 ~ 33.43%
B 113 of 347 ~ 32.56%
#767471 color CMYK value is (0,2,4,54).
CMYK: (0,2,4,54) C0M2Y4K54 (0%,2%,4%,54%) (0.00/0.02/0.04/0.54)
76 | 74 | 71 | |
---|---|---|---|
RGB | 118 | 116 | 113 |
HSL | 36° | 2.16% | 45.29% |
HSB/HSV | 36° | 4.24% | 46.27% |
CMYK | 0.00% | 1.69% | 4.24% |
53.73% |
HEX | 76 | 74 | 71 |
Decimal | 118 | 116 | 113 |
Binary | 1110110 | 1110100 | 1110001 |
Octal | 166 | 164 | 161 |
Examples of css and html codes for elements with #767471 color. Also use rgb(118,116,113) instead hex code.
.myTextColor { color: #767471; }
<p style="color:#767471">This sample text font color is #767471.</p>
This text font color is #767471.
.myBgColor { background-color: #767471; }
<div style="background-color:#767471">Inner text</div>
This div background color is #767471.
.myBorderColor { border: 1px solid #767471; }
<div style="border:3px solid #767471">Div</div>
This div border color is #767471.
.myOpacity80 { color: #767471; opacity: 0.8; }
<p style="color:#767471;opacity:0.8;">80%</p>
Text with #767471 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #767471;}
<p style="text-shadow: 3px 3px 1px #767471">Text here.</p>
This text has shadow with #767471 color.
.textShadow {text-shadow: 3px 3px 1px #767471, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #767471, 5px 5px 20px red">Text here.</p>
This text has shadow with #767471 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#767471, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#767471, Direction=45, Strength=4)">Text</p>
This text has shadow with #767471 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #767471; -webkit-box-shadow: 1px 1px 3px 2px #767471; box-shadow: 1px 1px 3px 2px #767471; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #767471; -webkit-box-shadow: 1px 1px 3px 2px #767471; box-shadow:1px 1px 3px 2px #767471;">
Div content here</div>
This text has color #767471 on black background.
This text has color #767471 on white background.
This text has black color on #767471 background.
This text has white color on #767471 background.