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