HEX: #77788D
RGB: (119,120,141)
#77788D contains red, green and blue colors in about the same proportion. Web safe color of #77788D is #666699 (or #669).
#77788D color RGB value is (119,120,141).
RGB: (119,120,141)
(47%, 47%, 55%)
R 119 of 255 = 47%
G 120 of 255 = 47%
B 141 of 255 = 55%
R + G + B ~ 50%. #77788D is middle color (not dark and not light).
R + G + B = 119 + 120 + 141 = 380 (100%)
R 119 of 380 ~ 31.32%
G 120 of 380 ~ 31.58%
B 141 of 380 ~ 37.11'%
#77788D color CMYK value is (16,15,0,45).
CMYK: (16,15,0,45) C16M15Y0K45 (16%,15%,0%,45%) (0.16/0.15/0.00/0.45)
Color #77788D in popluar color models
77 | 78 | 8D | |
---|---|---|---|
RGB | 119 | 120 | 141 |
HSL | 237° | 8.80% | 50.98% |
HSB/HSV | 237° | 15.60% | 55.29% |
CMYK | 15.60% | 14.89% | 0.00% |
44.71% |
Color #77788D in popluar number systems.
HEX | 77 | 78 | 8D |
Decimal | 119 | 120 | 141 |
Binary | 1110111 | 1111000 | 10001101 |
Octal | 167 | 170 | 215 |
Shades of #77788D
Tints of #77788D
Examples of css and html codes for elements with #77788D color. Also use rgb(119,120,141) instead hex code.
.myTextColor { color: #77788D; }
<p style="color:#77788D">This sample text font color is #77788D.</p>
This text font color is #77788D.
.myBgColor { background-color: #77788D; }
<div style="background-color:#77788D">Inner text</div>
This div background color is #77788D.
.myBorderColor { border: 1px solid #77788D; }
<div style="border:3px solid #77788D">Div</div>
This div border color is #77788D.
.myOpacity80 { color: #77788D; opacity: 0.8; }
<p style="color:#77788D;opacity:0.8;">80%</p>
Text with #77788D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77788D;}
<p style="text-shadow: 3px 3px 1px #77788D">Text here.</p>
This text has shadow with #77788D color.
.textShadow {text-shadow: 3px 3px 1px #77788D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77788D, 5px 5px 20px red">Text here.</p>
This text has shadow with #77788D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77788D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77788D, Direction=45, Strength=4)">Text</p>
This text has shadow with #77788D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77788D;
-webkit-box-shadow: 1px 1px 3px 2px #77788D;
box-shadow: 1px 1px 3px 2px #77788D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77788D; -webkit-box-shadow: 1px 1px 3px 2px #77788D; box-shadow:1px 1px 3px 2px #77788D;">
Div content here
</div>
This text has color #77788D on black background.
This text has color #77788D on white background.
This text has black color on #77788D background.
This text has white color on #77788D background.
Complementary color for #hex is #888772.