HEX: #76B190
RGB: (118,177,144)
#76B190 contains red, green and blue colors in about the same proportion. Web safe color of #76B190 is #669999 (or #699).
#76B190 color RGB value is (118,177,144).
RGB: (118,177,144)
(46%, 69%, 56%)
R 118 of 255 = 46%
G 177 of 255 = 69%
B 144 of 255 = 56%
R + G + B ~ 57%. #76B190 is middle color (not dark and not light).
R + G + B = 118 + 177 + 144 = 439 (100%)
R 118 of 439 ~ 26.88%
G 177 of 439 ~ 40.32%
B 144 of 439 ~ 32.8'%
#76B190 color CMYK value is (33,0,19,31).
CMYK: (33,0,19,31)
C33M0Y19K31 (33%, 0%, 19%, 31%)
(0.33 / 0.00 / 0.19 / 0.31)
Color #76B190 in popluar color models
76 | B1 | 90 | |
---|---|---|---|
RGB | 118 | 177 | 144 |
HSL | 146° | 27.44% | 57.84% |
HSB/HSV | 146° | 33.33% | 69.41% |
CMYK | 33.33% | 0.00% | 18.64% |
30.59% |
Color #76B190 in popluar number systems.
HEX | 76 | B1 | 90 |
Decimal | 118 | 177 | 144 |
Binary | 1110110 | 10110001 | 10010000 |
Octal | 166 | 261 | 220 |
Shades of #76B190
Tints of #76B190
Examples of css and html codes for elements with #76B190 color. Also use rgb(118,177,144) instead hex code.
.myTextColor { color: #76B190; }
<p style="color:#76B190">This sample text font color is #76B190.</p>
This text font color is #76B190.
.myBgColor { background-color: #76B190; }
<div style="background-color:#76B190">Inner text</div>
This div background color is #76B190.
.myBorderColor { border: 1px solid #76B190; }
<div style="border:3px solid #76B190">Div</div>
This div border color is #76B190.
.myOpacity80 { color: #76B190; opacity: 0.8; }
<p style="color:#76B190;opacity:0.8;">80%</p>
Text with #76B190 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B190;}
<p style="text-shadow: 3px 3px 1px #76B190">Text here.</p>
This text has shadow with #76B190 color.
.textShadow {text-shadow: 3px 3px 1px #76B190', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B190, 5px 5px 20px red">Text here.</p>
This text has shadow with #76B190 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B190, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B190, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B190 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76B190;
-webkit-box-shadow: 1px 1px 3px 2px #76B190;
box-shadow: 1px 1px 3px 2px #76B190;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76B190; -webkit-box-shadow: 1px 1px 3px 2px #76B190; box-shadow:1px 1px 3px 2px #76B190;">
Div content here
</div>
This text has color #76B190 on black background.
This text has color #76B190 on white background.
This text has black color on #76B190 background.
This text has white color on #76B190 background.
Complementary color for #hex is #894E6F.