HEX: #77B063
RGB: (119,176,99)
#77B063 contains mainly red and green colors. Web safe color of #77B063 is #669966 (or #696).
#77B063 color RGB value is (119,176,99).
RGB: (119,176,99)
(47%, 69%, 39%)
R 119 of 255 = 47%
G 176 of 255 = 69%
B 99 of 255 = 39%
R + G + B ~ 52%. #77B063 is middle color (not dark and not light).
R + G + B = 119 + 176 + 99 = 394 (100%)
R 119 of 394 ~ 30.2%
G 176 of 394 ~ 44.67%
B 99 of 394 ~ 25.13'%
#77B063 color CMYK value is (32,0,44,31).
CMYK: (32,0,44,31)
C32M0Y44K31 (32%, 0%, 44%, 31%)
(0.32 / 0.00 / 0.44 / 0.31)
Color #77B063 in popluar color models
77 | B0 | 63 | |
---|---|---|---|
RGB | 119 | 176 | 99 |
HSL | 104° | 32.77% | 53.92% |
HSB/HSV | 104° | 43.75% | 69.02% |
CMYK | 32.39% | 0.00% | 43.75% |
30.98% |
Color #77B063 in popluar number systems.
HEX | 77 | B0 | 63 |
Decimal | 119 | 176 | 99 |
Binary | 1110111 | 10110000 | 1100011 |
Octal | 167 | 260 | 143 |
Shades of #77B063
Tints of #77B063
Examples of css and html codes for elements with #77B063 color. Also use rgb(119,176,99) instead hex code.
.myTextColor { color: #77B063; }
<p style="color:#77B063">This sample text font color is #77B063.</p>
This text font color is #77B063.
.myBgColor { background-color: #77B063; }
<div style="background-color:#77B063">Inner text</div>
This div background color is #77B063.
.myBorderColor { border: 1px solid #77B063; }
<div style="border:3px solid #77B063">Div</div>
This div border color is #77B063.
.myOpacity80 { color: #77B063; opacity: 0.8; }
<p style="color:#77B063;opacity:0.8;">80%</p>
Text with #77B063 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77B063;}
<p style="text-shadow: 3px 3px 1px #77B063">Text here.</p>
This text has shadow with #77B063 color.
.textShadow {text-shadow: 3px 3px 1px #77B063', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77B063, 5px 5px 20px red">Text here.</p>
This text has shadow with #77B063 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77B063, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77B063, Direction=45, Strength=4)">Text</p>
This text has shadow with #77B063 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77B063;
-webkit-box-shadow: 1px 1px 3px 2px #77B063;
box-shadow: 1px 1px 3px 2px #77B063;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77B063; -webkit-box-shadow: 1px 1px 3px 2px #77B063; box-shadow:1px 1px 3px 2px #77B063;">
Div content here
</div>
This text has color #77B063 on black background.
This text has color #77B063 on white background.
This text has black color on #77B063 background.
This text has white color on #77B063 background.
Complementary color for #hex is #884F9C.