HEX: #687876
RGB: (104,120,118)
#687876 contains red, green and blue colors in about the same proportion. Web safe color of #687876 is #666666 (or #666).
#687876 color RGB value is (104,120,118).
RGB: (104,120,118)
(41%, 47%, 46%)
R 104 of 255 = 41%
G 120 of 255 = 47%
B 118 of 255 = 46%
R + G + B ~ 45%. #687876 is middle color (not dark and not light).
R + G + B = 104 + 120 + 118 = 342 (100%)
R 104 of 342 ~ 30.41%
G 120 of 342 ~ 35.09%
B 118 of 342 ~ 34.5'%
#687876 color CMYK value is (13,0,2,53).
CMYK: (13,0,2,53) C13M0Y2K53 (13%,0%,2%,53%) (0.13/0.00/0.02/0.53)
Color #687876 in popluar color models
68 | 78 | 76 | |
---|---|---|---|
RGB | 104 | 120 | 118 |
HSL | 173° | 7.14% | 43.92% |
HSB/HSV | 173° | 13.33% | 47.06% |
CMYK | 13.33% | 0.00% | 1.67% |
52.94% |
Color #687876 in popluar number systems.
HEX | 68 | 78 | 76 |
Decimal | 104 | 120 | 118 |
Binary | 1101000 | 1111000 | 1110110 |
Octal | 150 | 170 | 166 |
Shades of #687876
Tints of #687876
Examples of css and html codes for elements with #687876 color. Also use rgb(104,120,118) instead hex code.
.myTextColor { color: #687876; }
<p style="color:#687876">This sample text font color is #687876.</p>
This text font color is #687876.
.myBgColor { background-color: #687876; }
<div style="background-color:#687876">Inner text</div>
This div background color is #687876.
.myBorderColor { border: 1px solid #687876; }
<div style="border:3px solid #687876">Div</div>
This div border color is #687876.
.myOpacity80 { color: #687876; opacity: 0.8; }
<p style="color:#687876;opacity:0.8;">80%</p>
Text with #687876 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #687876;}
<p style="text-shadow: 3px 3px 1px #687876">Text here.</p>
This text has shadow with #687876 color.
.textShadow {text-shadow: 3px 3px 1px #687876', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #687876, 5px 5px 20px red">Text here.</p>
This text has shadow with #687876 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#687876, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#687876, Direction=45, Strength=4)">Text</p>
This text has shadow with #687876 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #687876;
-webkit-box-shadow: 1px 1px 3px 2px #687876;
box-shadow: 1px 1px 3px 2px #687876;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #687876; -webkit-box-shadow: 1px 1px 3px 2px #687876; box-shadow:1px 1px 3px 2px #687876;">
Div content here
</div>
This text has color #687876 on black background.
This text has color #687876 on white background.
This text has black color on #687876 background.
This text has white color on #687876 background.
Complementary color for #hex is #978789.