HEX: #77D97D
RGB: (119,217,125)
#77D97D contains mainly green color. Web safe color of #77D97D is #66CC66 (or #6C6).
#77D97D color RGB value is (119,217,125).
RGB: (119,217,125)
(47%, 85%, 49%)
R 119 of 255 = 47%
G 217 of 255 = 85%
B 125 of 255 = 49%
R + G + B ~ 60%. #77D97D is middle color (not dark and not light).
R + G + B = 119 + 217 + 125 = 461 (100%)
R 119 of 461 ~ 25.81%
G 217 of 461 ~ 47.07%
B 125 of 461 ~ 27.11'%
#77D97D color CMYK value is (45,0,42,15).
CMYK: (45,0,42,15)
C45M0Y42K15 (45%, 0%, 42%, 15%)
(0.45 / 0.00 / 0.42 / 0.15)
Color #77D97D in popluar color models
77 | D9 | 7D | |
---|---|---|---|
RGB | 119 | 217 | 125 |
HSL | 124° | 56.32% | 65.88% |
HSB/HSV | 124° | 45.16% | 85.10% |
CMYK | 45.16% | 0.00% | 42.40% |
14.90% |
Color #77D97D in popluar number systems.
HEX | 77 | D9 | 7D |
Decimal | 119 | 217 | 125 |
Binary | 1110111 | 11011001 | 1111101 |
Octal | 167 | 331 | 175 |
Shades of #77D97D
Tints of #77D97D
Examples of css and html codes for elements with #77D97D color. Also use rgb(119,217,125) instead hex code.
.myTextColor { color: #77D97D; }
<p style="color:#77D97D">This sample text font color is #77D97D.</p>
This text font color is #77D97D.
.myBgColor { background-color: #77D97D; }
<div style="background-color:#77D97D">Inner text</div>
This div background color is #77D97D.
.myBorderColor { border: 1px solid #77D97D; }
<div style="border:3px solid #77D97D">Div</div>
This div border color is #77D97D.
.myOpacity80 { color: #77D97D; opacity: 0.8; }
<p style="color:#77D97D;opacity:0.8;">80%</p>
Text with #77D97D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77D97D;}
<p style="text-shadow: 3px 3px 1px #77D97D">Text here.</p>
This text has shadow with #77D97D color.
.textShadow {text-shadow: 3px 3px 1px #77D97D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77D97D, 5px 5px 20px red">Text here.</p>
This text has shadow with #77D97D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77D97D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77D97D, Direction=45, Strength=4)">Text</p>
This text has shadow with #77D97D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77D97D;
-webkit-box-shadow: 1px 1px 3px 2px #77D97D;
box-shadow: 1px 1px 3px 2px #77D97D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77D97D; -webkit-box-shadow: 1px 1px 3px 2px #77D97D; box-shadow:1px 1px 3px 2px #77D97D;">
Div content here
</div>
This text has color #77D97D on black background.
This text has color #77D97D on white background.
This text has black color on #77D97D background.
This text has white color on #77D97D background.
Complementary color for #hex is #882682.