HEX: #77676A
RGB: (119,103,106)
#77676A contains red, green and blue colors in about the same proportion. Web safe color of #77676A is #666666 (or #666).
#77676A color RGB value is (119,103,106).
RGB: (119,103,106)
(47%, 40%, 42%)
R 119 of 255 = 47%
G 103 of 255 = 40%
B 106 of 255 = 42%
R + G + B ~ 43%. #77676A is middle color (not dark and not light).
R + G + B = 119 + 103 + 106 = 328 (100%)
R 119 of 328 ~ 36.28%
G 103 of 328 ~ 31.4%
B 106 of 328 ~ 32.32'%
#77676A color CMYK value is (0,13,11,53).
CMYK: (0,13,11,53) C0M13Y11K53 (0%,13%,11%,53%) (0.00/0.13/0.11/0.53)
Color #77676A in popluar color models
77 | 67 | 6A | |
---|---|---|---|
RGB | 119 | 103 | 106 |
HSL | 349° | 7.21% | 43.53% |
HSB/HSV | 349° | 13.45% | 46.67% |
CMYK | 0.00% | 13.45% | 10.92% |
53.33% |
Color #77676A in popluar number systems.
HEX | 77 | 67 | 6A |
Decimal | 119 | 103 | 106 |
Binary | 1110111 | 1100111 | 1101010 |
Octal | 167 | 147 | 152 |
Shades of #77676A
Tints of #77676A
Examples of css and html codes for elements with #77676A color. Also use rgb(119,103,106) instead hex code.
.myTextColor { color: #77676A; }
<p style="color:#77676A">This sample text font color is #77676A.</p>
This text font color is #77676A.
.myBgColor { background-color: #77676A; }
<div style="background-color:#77676A">Inner text</div>
This div background color is #77676A.
.myBorderColor { border: 1px solid #77676A; }
<div style="border:3px solid #77676A">Div</div>
This div border color is #77676A.
.myOpacity80 { color: #77676A; opacity: 0.8; }
<p style="color:#77676A;opacity:0.8;">80%</p>
Text with #77676A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77676A;}
<p style="text-shadow: 3px 3px 1px #77676A">Text here.</p>
This text has shadow with #77676A color.
.textShadow {text-shadow: 3px 3px 1px #77676A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77676A, 5px 5px 20px red">Text here.</p>
This text has shadow with #77676A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77676A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77676A, Direction=45, Strength=4)">Text</p>
This text has shadow with #77676A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77676A;
-webkit-box-shadow: 1px 1px 3px 2px #77676A;
box-shadow: 1px 1px 3px 2px #77676A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77676A; -webkit-box-shadow: 1px 1px 3px 2px #77676A; box-shadow:1px 1px 3px 2px #77676A;">
Div content here
</div>
This text has color #77676A on black background.
This text has color #77676A on white background.
This text has black color on #77676A background.
This text has white color on #77676A background.
Complementary color for #hex is #889895.