HEX: #6E776E
RGB: (110,119,110)
#6E776E contains red, green and blue colors in about the same proportion. Web safe color of #6E776E is #666666 (or #666).
#6E776E color RGB value is (110,119,110).
RGB: (110,119,110)
(43%, 47%, 43%)
R 110 of 255 = 43%
G 119 of 255 = 47%
B 110 of 255 = 43%
R + G + B ~ 44%. #6E776E is middle color (not dark and not light).
R + G + B = 110 + 119 + 110 = 339 (100%)
R 110 of 339 ~ 32.45%
G 119 of 339 ~ 35.1%
B 110 of 339 ~ 32.45'%
#6E776E color CMYK value is (8,0,8,53).
CMYK: (8,0,8,53) C8M0Y8K53 (8%,0%,8%,53%) (0.08/0.00/0.08/0.53)
Color #6E776E in popluar color models
6E | 77 | 6E | |
---|---|---|---|
RGB | 110 | 119 | 110 |
HSL | 120° | 3.93% | 44.90% |
HSB/HSV | 120° | 7.56% | 46.67% |
CMYK | 7.56% | 0.00% | 7.56% |
53.33% |
Color #6E776E in popluar number systems.
HEX | 6E | 77 | 6E |
Decimal | 110 | 119 | 110 |
Binary | 1101110 | 1110111 | 1101110 |
Octal | 156 | 167 | 156 |
Shades of #6E776E
Tints of #6E776E
Examples of css and html codes for elements with #6E776E color. Also use rgb(110,119,110) instead hex code.
.myTextColor { color: #6E776E; }
<p style="color:#6E776E">This sample text font color is #6E776E.</p>
This text font color is #6E776E.
.myBgColor { background-color: #6E776E; }
<div style="background-color:#6E776E">Inner text</div>
This div background color is #6E776E.
.myBorderColor { border: 1px solid #6E776E; }
<div style="border:3px solid #6E776E">Div</div>
This div border color is #6E776E.
.myOpacity80 { color: #6E776E; opacity: 0.8; }
<p style="color:#6E776E;opacity:0.8;">80%</p>
Text with #6E776E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E776E;}
<p style="text-shadow: 3px 3px 1px #6E776E">Text here.</p>
This text has shadow with #6E776E color.
.textShadow {text-shadow: 3px 3px 1px #6E776E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E776E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E776E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E776E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E776E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E776E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E776E;
-webkit-box-shadow: 1px 1px 3px 2px #6E776E;
box-shadow: 1px 1px 3px 2px #6E776E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E776E; -webkit-box-shadow: 1px 1px 3px 2px #6E776E; box-shadow:1px 1px 3px 2px #6E776E;">
Div content here
</div>
This text has color #6E776E on black background.
This text has color #6E776E on white background.
This text has black color on #6E776E background.
This text has white color on #6E776E background.
Complementary color for #hex is #918891.