HEX: #76667A
RGB: (118,102,122)
#76667A contains red, green and blue colors in about the same proportion. Web safe color of #76667A is #666666 (or #666).
#76667A color RGB value is (118,102,122).
RGB: (118,102,122)
(46%, 40%, 48%)
R 118 of 255 = 46%
G 102 of 255 = 40%
B 122 of 255 = 48%
R + G + B ~ 45%. #76667A is middle color (not dark and not light).
R + G + B = 118 + 102 + 122 = 342 (100%)
R 118 of 342 ~ 34.5%
G 102 of 342 ~ 29.82%
B 122 of 342 ~ 35.67'%
#76667A color CMYK value is (3,16,0,52).
CMYK: (3,16,0,52) C3M16Y0K52 (3%,16%,0%,52%) (0.03/0.16/0.00/0.52)
Color #76667A in popluar color models
76 | 66 | 7A | |
---|---|---|---|
RGB | 118 | 102 | 122 |
HSL | 288° | 8.93% | 43.92% |
HSB/HSV | 288° | 16.39% | 47.84% |
CMYK | 3.28% | 16.39% | 0.00% |
52.16% |
Color #76667A in popluar number systems.
HEX | 76 | 66 | 7A |
Decimal | 118 | 102 | 122 |
Binary | 1110110 | 1100110 | 1111010 |
Octal | 166 | 146 | 172 |
Shades of #76667A
Tints of #76667A
Examples of css and html codes for elements with #76667A color. Also use rgb(118,102,122) instead hex code.
.myTextColor { color: #76667A; }
<p style="color:#76667A">This sample text font color is #76667A.</p>
This text font color is #76667A.
.myBgColor { background-color: #76667A; }
<div style="background-color:#76667A">Inner text</div>
This div background color is #76667A.
.myBorderColor { border: 1px solid #76667A; }
<div style="border:3px solid #76667A">Div</div>
This div border color is #76667A.
.myOpacity80 { color: #76667A; opacity: 0.8; }
<p style="color:#76667A;opacity:0.8;">80%</p>
Text with #76667A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76667A;}
<p style="text-shadow: 3px 3px 1px #76667A">Text here.</p>
This text has shadow with #76667A color.
.textShadow {text-shadow: 3px 3px 1px #76667A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76667A, 5px 5px 20px red">Text here.</p>
This text has shadow with #76667A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76667A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76667A, Direction=45, Strength=4)">Text</p>
This text has shadow with #76667A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76667A;
-webkit-box-shadow: 1px 1px 3px 2px #76667A;
box-shadow: 1px 1px 3px 2px #76667A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76667A; -webkit-box-shadow: 1px 1px 3px 2px #76667A; box-shadow:1px 1px 3px 2px #76667A;">
Div content here
</div>
This text has color #76667A on black background.
This text has color #76667A on white background.
This text has black color on #76667A background.
This text has white color on #76667A background.
Complementary color for #hex is #899985.