HEX: #57766D
RGB: (87,118,109)
#57766D contains red, green and blue colors in about the same proportion. Web safe color of #57766D is #666666 (or #666).
#57766D color RGB value is (87,118,109).
RGB: (87,118,109)
(34%, 46%, 43%)
R 87 of 255 = 34%
G 118 of 255 = 46%
B 109 of 255 = 43%
R + G + B ~ 41%. #57766D is middle color (not dark and not light).
R + G + B = 87 + 118 + 109 = 314 (100%)
R 87 of 314 ~ 27.71%
G 118 of 314 ~ 37.58%
B 109 of 314 ~ 34.71'%
#57766D color CMYK value is (26,0,8,54).
CMYK: (26,0,8,54) C26M0Y8K54 (26%,0%,8%,54%) (0.26/0.00/0.08/0.54)
Color #57766D in popluar color models
57 | 76 | 6D | |
---|---|---|---|
RGB | 87 | 118 | 109 |
HSL | 163° | 15.12% | 40.20% |
HSB/HSV | 163° | 26.27% | 46.27% |
CMYK | 26.27% | 0.00% | 7.63% |
53.73% |
Color #57766D in popluar number systems.
HEX | 57 | 76 | 6D |
Decimal | 87 | 118 | 109 |
Binary | 1010111 | 1110110 | 1101101 |
Octal | 127 | 166 | 155 |
Shades of #57766D
Tints of #57766D
Examples of css and html codes for elements with #57766D color. Also use rgb(87,118,109) instead hex code.
.myTextColor { color: #57766D; }
<p style="color:#57766D">This sample text font color is #57766D.</p>
This text font color is #57766D.
.myBgColor { background-color: #57766D; }
<div style="background-color:#57766D">Inner text</div>
This div background color is #57766D.
.myBorderColor { border: 1px solid #57766D; }
<div style="border:3px solid #57766D">Div</div>
This div border color is #57766D.
.myOpacity80 { color: #57766D; opacity: 0.8; }
<p style="color:#57766D;opacity:0.8;">80%</p>
Text with #57766D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #57766D;}
<p style="text-shadow: 3px 3px 1px #57766D">Text here.</p>
This text has shadow with #57766D color.
.textShadow {text-shadow: 3px 3px 1px #57766D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #57766D, 5px 5px 20px red">Text here.</p>
This text has shadow with #57766D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57766D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#57766D, Direction=45, Strength=4)">Text</p>
This text has shadow with #57766D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #57766D;
-webkit-box-shadow: 1px 1px 3px 2px #57766D;
box-shadow: 1px 1px 3px 2px #57766D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57766D; -webkit-box-shadow: 1px 1px 3px 2px #57766D; box-shadow:1px 1px 3px 2px #57766D;">
Div content here
</div>
This text has color #57766D on black background.
This text has color #57766D on white background.
This text has black color on #57766D background.
This text has white color on #57766D background.
Complementary color for #hex is #A88992.