HEX: #77897D
RGB: (119,137,125)
#77897D contains red, green and blue colors in about the same proportion. Web safe color of #77897D is #669966 (or #696).
#77897D color RGB value is (119,137,125).
RGB: (119,137,125)
(47%, 54%, 49%)
R 119 of 255 = 47%
G 137 of 255 = 54%
B 125 of 255 = 49%
R + G + B ~ 50%. #77897D is middle color (not dark and not light).
R + G + B = 119 + 137 + 125 = 381 (100%)
R 119 of 381 ~ 31.23%
G 137 of 381 ~ 35.96%
B 125 of 381 ~ 32.81'%
#77897D color CMYK value is (13,0,9,46).
CMYK: (13,0,9,46)
C13M0Y9K46 (13%, 0%, 9%, 46%)
(0.13 / 0.00 / 0.09 / 0.46)
Color #77897D in popluar color models
77 | 89 | 7D | |
---|---|---|---|
RGB | 119 | 137 | 125 |
HSL | 140° | 7.09% | 50.20% |
HSB/HSV | 140° | 13.14% | 53.73% |
CMYK | 13.14% | 0.00% | 8.76% |
46.27% |
Color #77897D in popluar number systems.
HEX | 77 | 89 | 7D |
Decimal | 119 | 137 | 125 |
Binary | 1110111 | 10001001 | 1111101 |
Octal | 167 | 211 | 175 |
Shades of #77897D
Tints of #77897D
Examples of css and html codes for elements with #77897D color. Also use rgb(119,137,125) instead hex code.
.myTextColor { color: #77897D; }
<p style="color:#77897D">This sample text font color is #77897D.</p>
This text font color is #77897D.
.myBgColor { background-color: #77897D; }
<div style="background-color:#77897D">Inner text</div>
This div background color is #77897D.
.myBorderColor { border: 1px solid #77897D; }
<div style="border:3px solid #77897D">Div</div>
This div border color is #77897D.
.myOpacity80 { color: #77897D; opacity: 0.8; }
<p style="color:#77897D;opacity:0.8;">80%</p>
Text with #77897D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77897D;}
<p style="text-shadow: 3px 3px 1px #77897D">Text here.</p>
This text has shadow with #77897D color.
.textShadow {text-shadow: 3px 3px 1px #77897D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77897D, 5px 5px 20px red">Text here.</p>
This text has shadow with #77897D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77897D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77897D, Direction=45, Strength=4)">Text</p>
This text has shadow with #77897D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77897D;
-webkit-box-shadow: 1px 1px 3px 2px #77897D;
box-shadow: 1px 1px 3px 2px #77897D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77897D; -webkit-box-shadow: 1px 1px 3px 2px #77897D; box-shadow:1px 1px 3px 2px #77897D;">
Div content here
</div>
This text has color #77897D on black background.
This text has color #77897D on white background.
This text has black color on #77897D background.
This text has white color on #77897D background.
Complementary color for #hex is #887682.