HEX: #767771
RGB: (118,119,113)
#767771 contains red, green and blue colors in about the same proportion. Web safe color of #767771 is #666666 (or #666).
#767771 color RGB value is (118,119,113).
RGB: (118,119,113) (46%,47%,44%)
R 118 of 255 = 46%
G 119 of 255 = 47%
B 113 of 255 = 44%
R + G + B ~ 46%. #767771 is middle color (not dark and not light).
R + G + B =
118 + 119 + 113 = 350 (100%)
R 118 of 350 ~ 33.71%
G 119 of 350 ~ 34%
B 113 of 350 ~ 32.29%
#767771 color CMYK value is (1,0,5,53).
CMYK: (1,0,5,53) C1M0Y5K53 (1%,0%,5%,53%) (0.01/0.00/0.05/0.53)
76 | 77 | 71 | |
---|---|---|---|
RGB | 118 | 119 | 113 |
HSL | 70° | 2.59% | 45.49% |
HSB/HSV | 70° | 5.04% | 46.67% |
CMYK | 0.84% | 0.00% | 5.04% |
53.33% |
HEX | 76 | 77 | 71 |
Decimal | 118 | 119 | 113 |
Binary | 1110110 | 1110111 | 1110001 |
Octal | 166 | 167 | 161 |
Examples of css and html codes for elements with #767771 color. Also use rgb(118,119,113) instead hex code.
.myTextColor { color: #767771; }
<p style="color:#767771">This sample text font color is #767771.</p>
This text font color is #767771.
.myBgColor { background-color: #767771; }
<div style="background-color:#767771">Inner text</div>
This div background color is #767771.
.myBorderColor { border: 1px solid #767771; }
<div style="border:3px solid #767771">Div</div>
This div border color is #767771.
.myOpacity80 { color: #767771; opacity: 0.8; }
<p style="color:#767771;opacity:0.8;">80%</p>
Text with #767771 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #767771;}
<p style="text-shadow: 3px 3px 1px #767771">Text here.</p>
This text has shadow with #767771 color.
.textShadow {text-shadow: 3px 3px 1px #767771, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #767771, 5px 5px 20px red">Text here.</p>
This text has shadow with #767771 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#767771, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#767771, Direction=45, Strength=4)">Text</p>
This text has shadow with #767771 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #767771; -webkit-box-shadow: 1px 1px 3px 2px #767771; box-shadow: 1px 1px 3px 2px #767771; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #767771; -webkit-box-shadow: 1px 1px 3px 2px #767771; box-shadow:1px 1px 3px 2px #767771;">
Div content here</div>
This text has color #767771 on black background.
This text has color #767771 on white background.
This text has black color on #767771 background.
This text has white color on #767771 background.