HEX: #76899A
RGB: (118,137,154)
#76899A contains red, green and blue colors in about the same proportion. Web safe color of #76899A is #669999 (or #699).
#76899A color RGB value is (118,137,154).
RGB: (118,137,154)
(46%, 54%, 60%)
R 118 of 255 = 46%
G 137 of 255 = 54%
B 154 of 255 = 60%
R + G + B ~ 53%. #76899A is middle color (not dark and not light).
R + G + B = 118 + 137 + 154 = 409 (100%)
R 118 of 409 ~ 28.85%
G 137 of 409 ~ 33.5%
B 154 of 409 ~ 37.65'%
#76899A color CMYK value is (23,11,0,40).
CMYK: (23,11,0,40) C23M11Y0K40 (23%,11%,0%,40%) (0.23/0.11/0.00/0.40)
Color #76899A in popluar color models
76 | 89 | 9A | |
---|---|---|---|
RGB | 118 | 137 | 154 |
HSL | 208° | 15.13% | 53.33% |
HSB/HSV | 208° | 23.38% | 60.39% |
CMYK | 23.38% | 11.04% | 0.00% |
39.61% |
Color #76899A in popluar number systems.
HEX | 76 | 89 | 9A |
Decimal | 118 | 137 | 154 |
Binary | 1110110 | 10001001 | 10011010 |
Octal | 166 | 211 | 232 |
Shades of #76899A
Tints of #76899A
Examples of css and html codes for elements with #76899A color. Also use rgb(118,137,154) instead hex code.
.myTextColor { color: #76899A; }
<p style="color:#76899A">This sample text font color is #76899A.</p>
This text font color is #76899A.
.myBgColor { background-color: #76899A; }
<div style="background-color:#76899A">Inner text</div>
This div background color is #76899A.
.myBorderColor { border: 1px solid #76899A; }
<div style="border:3px solid #76899A">Div</div>
This div border color is #76899A.
.myOpacity80 { color: #76899A; opacity: 0.8; }
<p style="color:#76899A;opacity:0.8;">80%</p>
Text with #76899A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76899A;}
<p style="text-shadow: 3px 3px 1px #76899A">Text here.</p>
This text has shadow with #76899A color.
.textShadow {text-shadow: 3px 3px 1px #76899A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76899A, 5px 5px 20px red">Text here.</p>
This text has shadow with #76899A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76899A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76899A, Direction=45, Strength=4)">Text</p>
This text has shadow with #76899A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76899A;
-webkit-box-shadow: 1px 1px 3px 2px #76899A;
box-shadow: 1px 1px 3px 2px #76899A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76899A; -webkit-box-shadow: 1px 1px 3px 2px #76899A; box-shadow:1px 1px 3px 2px #76899A;">
Div content here
</div>
This text has color #76899A on black background.
This text has color #76899A on white background.
This text has black color on #76899A background.
This text has white color on #76899A background.
Complementary color for #hex is #897665.