HEX: #77997F
RGB: (119,153,127)
#77997F contains red, green and blue colors in about the same proportion. Web safe color of #77997F is #669966 (or #696).
#77997F color RGB value is (119,153,127).
RGB: (119,153,127)
(47%, 60%, 50%)
R 119 of 255 = 47%
G 153 of 255 = 60%
B 127 of 255 = 50%
R + G + B ~ 52%. #77997F is middle color (not dark and not light).
R + G + B = 119 + 153 + 127 = 399 (100%)
R 119 of 399 ~ 29.82%
G 153 of 399 ~ 38.35%
B 127 of 399 ~ 31.83'%
#77997F color CMYK value is (22,0,17,40).
CMYK: (22,0,17,40) C22M0Y17K40 (22%,0%,17%,40%) (0.22/0.00/0.17/0.40)
Color #77997F in popluar color models
77 | 99 | 7F | |
---|---|---|---|
RGB | 119 | 153 | 127 |
HSL | 134° | 14.29% | 53.33% |
HSB/HSV | 134° | 22.22% | 60.00% |
CMYK | 22.22% | 0.00% | 16.99% |
40.00% |
Color #77997F in popluar number systems.
HEX | 77 | 99 | 7F |
Decimal | 119 | 153 | 127 |
Binary | 1110111 | 10011001 | 1111111 |
Octal | 167 | 231 | 177 |
Shades of #77997F
Tints of #77997F
Examples of css and html codes for elements with #77997F color. Also use rgb(119,153,127) instead hex code.
.myTextColor { color: #77997F; }
<p style="color:#77997F">This sample text font color is #77997F.</p>
This text font color is #77997F.
.myBgColor { background-color: #77997F; }
<div style="background-color:#77997F">Inner text</div>
This div background color is #77997F.
.myBorderColor { border: 1px solid #77997F; }
<div style="border:3px solid #77997F">Div</div>
This div border color is #77997F.
.myOpacity80 { color: #77997F; opacity: 0.8; }
<p style="color:#77997F;opacity:0.8;">80%</p>
Text with #77997F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77997F;}
<p style="text-shadow: 3px 3px 1px #77997F">Text here.</p>
This text has shadow with #77997F color.
.textShadow {text-shadow: 3px 3px 1px #77997F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77997F, 5px 5px 20px red">Text here.</p>
This text has shadow with #77997F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77997F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77997F, Direction=45, Strength=4)">Text</p>
This text has shadow with #77997F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77997F;
-webkit-box-shadow: 1px 1px 3px 2px #77997F;
box-shadow: 1px 1px 3px 2px #77997F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77997F; -webkit-box-shadow: 1px 1px 3px 2px #77997F; box-shadow:1px 1px 3px 2px #77997F;">
Div content here
</div>
This text has color #77997F on black background.
This text has color #77997F on white background.
This text has black color on #77997F background.
This text has white color on #77997F background.
Complementary color for #hex is #886680.