HEX: #77B27D
RGB: (119,178,125)
#77B27D contains red, green and blue colors in about the same proportion. Web safe color of #77B27D is #669966 (or #696).
#77B27D color RGB value is (119,178,125).
RGB: (119,178,125)
(47%, 70%, 49%)
R 119 of 255 = 47%
G 178 of 255 = 70%
B 125 of 255 = 49%
R + G + B ~ 55%. #77B27D is middle color (not dark and not light).
R + G + B = 119 + 178 + 125 = 422 (100%)
R 119 of 422 ~ 28.2%
G 178 of 422 ~ 42.18%
B 125 of 422 ~ 29.62'%
#77B27D color CMYK value is (33,0,30,30).
CMYK: (33,0,30,30)
C33M0Y30K30 (33%, 0%, 30%, 30%)
(0.33 / 0.00 / 0.30 / 0.30)
Color #77B27D in popluar color models
77 | B2 | 7D | |
---|---|---|---|
RGB | 119 | 178 | 125 |
HSL | 126° | 27.70% | 58.24% |
HSB/HSV | 126° | 33.15% | 69.80% |
CMYK | 33.15% | 0.00% | 29.78% |
30.20% |
Color #77B27D in popluar number systems.
HEX | 77 | B2 | 7D |
Decimal | 119 | 178 | 125 |
Binary | 1110111 | 10110010 | 1111101 |
Octal | 167 | 262 | 175 |
Shades of #77B27D
Tints of #77B27D
Examples of css and html codes for elements with #77B27D color. Also use rgb(119,178,125) instead hex code.
.myTextColor { color: #77B27D; }
<p style="color:#77B27D">This sample text font color is #77B27D.</p>
This text font color is #77B27D.
.myBgColor { background-color: #77B27D; }
<div style="background-color:#77B27D">Inner text</div>
This div background color is #77B27D.
.myBorderColor { border: 1px solid #77B27D; }
<div style="border:3px solid #77B27D">Div</div>
This div border color is #77B27D.
.myOpacity80 { color: #77B27D; opacity: 0.8; }
<p style="color:#77B27D;opacity:0.8;">80%</p>
Text with #77B27D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77B27D;}
<p style="text-shadow: 3px 3px 1px #77B27D">Text here.</p>
This text has shadow with #77B27D color.
.textShadow {text-shadow: 3px 3px 1px #77B27D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77B27D, 5px 5px 20px red">Text here.</p>
This text has shadow with #77B27D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77B27D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77B27D, Direction=45, Strength=4)">Text</p>
This text has shadow with #77B27D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77B27D;
-webkit-box-shadow: 1px 1px 3px 2px #77B27D;
box-shadow: 1px 1px 3px 2px #77B27D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77B27D; -webkit-box-shadow: 1px 1px 3px 2px #77B27D; box-shadow:1px 1px 3px 2px #77B27D;">
Div content here
</div>
This text has color #77B27D on black background.
This text has color #77B27D on white background.
This text has black color on #77B27D background.
This text has white color on #77B27D background.
Complementary color for #hex is #884D82.