HEX: #77B872
RGB: (119,184,114)
#77B872 contains mainly green color. Web safe color of #77B872 is #66CC66 (or #6C6).
#77B872 color RGB value is (119,184,114).
RGB: (119,184,114)
(47%, 72%, 45%)
R 119 of 255 = 47%
G 184 of 255 = 72%
B 114 of 255 = 45%
R + G + B ~ 55%. #77B872 is middle color (not dark and not light).
R + G + B = 119 + 184 + 114 = 417 (100%)
R 119 of 417 ~ 28.54%
G 184 of 417 ~ 44.12%
B 114 of 417 ~ 27.34'%
#77B872 color CMYK value is (35,0,38,28).
CMYK: (35,0,38,28)
C35M0Y38K28 (35%, 0%, 38%, 28%)
(0.35 / 0.00 / 0.38 / 0.28)
Color #77B872 in popluar color models
77 | B8 | 72 | |
---|---|---|---|
RGB | 119 | 184 | 114 |
HSL | 116° | 33.02% | 58.43% |
HSB/HSV | 116° | 38.04% | 72.16% |
CMYK | 35.33% | 0.00% | 38.04% |
27.84% |
Color #77B872 in popluar number systems.
HEX | 77 | B8 | 72 |
Decimal | 119 | 184 | 114 |
Binary | 1110111 | 10111000 | 1110010 |
Octal | 167 | 270 | 162 |
Shades of #77B872
Tints of #77B872
Examples of css and html codes for elements with #77B872 color. Also use rgb(119,184,114) instead hex code.
.myTextColor { color: #77B872; }
<p style="color:#77B872">This sample text font color is #77B872.</p>
This text font color is #77B872.
.myBgColor { background-color: #77B872; }
<div style="background-color:#77B872">Inner text</div>
This div background color is #77B872.
.myBorderColor { border: 1px solid #77B872; }
<div style="border:3px solid #77B872">Div</div>
This div border color is #77B872.
.myOpacity80 { color: #77B872; opacity: 0.8; }
<p style="color:#77B872;opacity:0.8;">80%</p>
Text with #77B872 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77B872;}
<p style="text-shadow: 3px 3px 1px #77B872">Text here.</p>
This text has shadow with #77B872 color.
.textShadow {text-shadow: 3px 3px 1px #77B872', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77B872, 5px 5px 20px red">Text here.</p>
This text has shadow with #77B872 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77B872, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77B872, Direction=45, Strength=4)">Text</p>
This text has shadow with #77B872 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77B872;
-webkit-box-shadow: 1px 1px 3px 2px #77B872;
box-shadow: 1px 1px 3px 2px #77B872;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77B872; -webkit-box-shadow: 1px 1px 3px 2px #77B872; box-shadow:1px 1px 3px 2px #77B872;">
Div content here
</div>
This text has color #77B872 on black background.
This text has color #77B872 on white background.
This text has black color on #77B872 background.
This text has white color on #77B872 background.
Complementary color for #hex is #88478D.