HEX: #788477
RGB: (120,132,119)
#788477 contains red, green and blue colors in about the same proportion. Web safe color of #788477 is #669966 (or #696).
#788477 color RGB value is (120,132,119).
RGB: (120,132,119)
(47%, 52%, 47%)
R 120 of 255 = 47%
G 132 of 255 = 52%
B 119 of 255 = 47%
R + G + B ~ 49%. #788477 is middle color (not dark and not light).
R + G + B = 120 + 132 + 119 = 371 (100%)
R 120 of 371 ~ 32.35%
G 132 of 371 ~ 35.58%
B 119 of 371 ~ 32.08'%
#788477 color CMYK value is (9,0,10,48).
CMYK: (9,0,10,48) C9M0Y10K48 (9%,0%,10%,48%) (0.09/0.00/0.10/0.48)
Color #788477 in popluar color models
78 | 84 | 77 | |
---|---|---|---|
RGB | 120 | 132 | 119 |
HSL | 115° | 5.18% | 49.22% |
HSB/HSV | 115° | 9.85% | 51.76% |
CMYK | 9.09% | 0.00% | 9.85% |
48.24% |
Color #788477 in popluar number systems.
HEX | 78 | 84 | 77 |
Decimal | 120 | 132 | 119 |
Binary | 1111000 | 10000100 | 1110111 |
Octal | 170 | 204 | 167 |
Shades of #788477
Tints of #788477
Examples of css and html codes for elements with #788477 color. Also use rgb(120,132,119) instead hex code.
.myTextColor { color: #788477; }
<p style="color:#788477">This sample text font color is #788477.</p>
This text font color is #788477.
.myBgColor { background-color: #788477; }
<div style="background-color:#788477">Inner text</div>
This div background color is #788477.
.myBorderColor { border: 1px solid #788477; }
<div style="border:3px solid #788477">Div</div>
This div border color is #788477.
.myOpacity80 { color: #788477; opacity: 0.8; }
<p style="color:#788477;opacity:0.8;">80%</p>
Text with #788477 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #788477;}
<p style="text-shadow: 3px 3px 1px #788477">Text here.</p>
This text has shadow with #788477 color.
.textShadow {text-shadow: 3px 3px 1px #788477', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #788477, 5px 5px 20px red">Text here.</p>
This text has shadow with #788477 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#788477, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#788477, Direction=45, Strength=4)">Text</p>
This text has shadow with #788477 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #788477;
-webkit-box-shadow: 1px 1px 3px 2px #788477;
box-shadow: 1px 1px 3px 2px #788477;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #788477; -webkit-box-shadow: 1px 1px 3px 2px #788477; box-shadow:1px 1px 3px 2px #788477;">
Div content here
</div>
This text has color #788477 on black background.
This text has color #788477 on white background.
This text has black color on #788477 background.
This text has white color on #788477 background.
Complementary color for #hex is #877B88.