HEX: #716C79
RGB: (113,108,121)
#716C79 contains red, green and blue colors in about the same proportion. Web safe color of #716C79 is #666666 (or #666).
#716C79 color RGB value is (113,108,121).
RGB: (113,108,121)
(44%, 42%, 47%)
R 113 of 255 = 44%
G 108 of 255 = 42%
B 121 of 255 = 47%
R + G + B ~ 44%. #716C79 is middle color (not dark and not light).
R + G + B = 113 + 108 + 121 = 342 (100%)
R 113 of 342 ~ 33.04%
G 108 of 342 ~ 31.58%
B 121 of 342 ~ 35.38'%
#716C79 color CMYK value is (7,11,0,53).
CMYK: (7,11,0,53)
C7M11Y0K53 (7%, 11%, 0%, 53%)
(0.07 / 0.11 / 0.00 / 0.53)
Color #716C79 in popluar color models
71 | 6C | 79 | |
---|---|---|---|
RGB | 113 | 108 | 121 |
HSL | 263° | 5.68% | 44.90% |
HSB/HSV | 263° | 10.74% | 47.45% |
CMYK | 6.61% | 10.74% | 0.00% |
52.55% |
Color #716C79 in popluar number systems.
HEX | 71 | 6C | 79 |
Decimal | 113 | 108 | 121 |
Binary | 1110001 | 1101100 | 1111001 |
Octal | 161 | 154 | 171 |
Shades of #716C79
Tints of #716C79
Examples of css and html codes for elements with #716C79 color. Also use rgb(113,108,121) instead hex code.
.myTextColor { color: #716C79; }
<p style="color:#716C79">This sample text font color is #716C79.</p>
This text font color is #716C79.
.myBgColor { background-color: #716C79; }
<div style="background-color:#716C79">Inner text</div>
This div background color is #716C79.
.myBorderColor { border: 1px solid #716C79; }
<div style="border:3px solid #716C79">Div</div>
This div border color is #716C79.
.myOpacity80 { color: #716C79; opacity: 0.8; }
<p style="color:#716C79;opacity:0.8;">80%</p>
Text with #716C79 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #716C79;}
<p style="text-shadow: 3px 3px 1px #716C79">Text here.</p>
This text has shadow with #716C79 color.
.textShadow {text-shadow: 3px 3px 1px #716C79', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #716C79, 5px 5px 20px red">Text here.</p>
This text has shadow with #716C79 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#716C79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#716C79, Direction=45, Strength=4)">Text</p>
This text has shadow with #716C79 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #716C79;
-webkit-box-shadow: 1px 1px 3px 2px #716C79;
box-shadow: 1px 1px 3px 2px #716C79;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #716C79; -webkit-box-shadow: 1px 1px 3px 2px #716C79; box-shadow:1px 1px 3px 2px #716C79;">
Div content here
</div>
This text has color #716C79 on black background.
This text has color #716C79 on white background.
This text has black color on #716C79 background.
This text has white color on #716C79 background.
Complementary color for #hex is #8E9386.