HEX: #677477
RGB: (103,116,119)
#677477 contains red, green and blue colors in about the same proportion. Web safe color of #677477 is #666666 (or #666).
#677477 color RGB value is (103,116,119).
RGB: (103,116,119)
(40%, 45%, 47%)
R 103 of 255 = 40%
G 116 of 255 = 45%
B 119 of 255 = 47%
R + G + B ~ 44%. #677477 is middle color (not dark and not light).
R + G + B = 103 + 116 + 119 = 338 (100%)
R 103 of 338 ~ 30.47%
G 116 of 338 ~ 34.32%
B 119 of 338 ~ 35.21'%
#677477 color CMYK value is (13,3,0,53).
CMYK: (13,3,0,53)
C13M3Y0K53 (13%, 3%, 0%, 53%)
(0.13 / 0.03 / 0.00 / 0.53)
Color #677477 in popluar color models
67 | 74 | 77 | |
---|---|---|---|
RGB | 103 | 116 | 119 |
HSL | 191° | 7.21% | 43.53% |
HSB/HSV | 191° | 13.45% | 46.67% |
CMYK | 13.45% | 2.52% | 0.00% |
53.33% |
Color #677477 in popluar number systems.
HEX | 67 | 74 | 77 |
Decimal | 103 | 116 | 119 |
Binary | 1100111 | 1110100 | 1110111 |
Octal | 147 | 164 | 167 |
Shades of #677477
Tints of #677477
Examples of css and html codes for elements with #677477 color. Also use rgb(103,116,119) instead hex code.
.myTextColor { color: #677477; }
<p style="color:#677477">This sample text font color is #677477.</p>
This text font color is #677477.
.myBgColor { background-color: #677477; }
<div style="background-color:#677477">Inner text</div>
This div background color is #677477.
.myBorderColor { border: 1px solid #677477; }
<div style="border:3px solid #677477">Div</div>
This div border color is #677477.
.myOpacity80 { color: #677477; opacity: 0.8; }
<p style="color:#677477;opacity:0.8;">80%</p>
Text with #677477 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #677477;}
<p style="text-shadow: 3px 3px 1px #677477">Text here.</p>
This text has shadow with #677477 color.
.textShadow {text-shadow: 3px 3px 1px #677477', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #677477, 5px 5px 20px red">Text here.</p>
This text has shadow with #677477 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#677477, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#677477, Direction=45, Strength=4)">Text</p>
This text has shadow with #677477 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #677477;
-webkit-box-shadow: 1px 1px 3px 2px #677477;
box-shadow: 1px 1px 3px 2px #677477;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #677477; -webkit-box-shadow: 1px 1px 3px 2px #677477; box-shadow:1px 1px 3px 2px #677477;">
Div content here
</div>
This text has color #677477 on black background.
This text has color #677477 on white background.
This text has black color on #677477 background.
This text has white color on #677477 background.
Complementary color for #hex is #988B88.