HEX: #7B494C
RGB: (123,73,76)
#7B494C contains red, green and blue colors in about the same proportion. Web safe color of #7B494C is #663333 (or #633).
#7B494C color RGB value is (123,73,76).
RGB: (123,73,76)
(48%, 29%, 30%)
R 123 of 255 = 48%
G 73 of 255 = 29%
B 76 of 255 = 30%
R + G + B ~ 36%. #7B494C is quite dark color.
R + G + B = 123 + 73 + 76 = 272 (100%)
R 123 of 272 ~ 45.22%
G 73 of 272 ~ 26.84%
B 76 of 272 ~ 27.94'%
#7B494C color CMYK value is (0,41,38,52).
CMYK: (0,41,38,52) C0M41Y38K52 (0%,41%,38%,52%) (0.00/0.41/0.38/0.52)
Color #7B494C in popluar color models
7B | 49 | 4C | |
---|---|---|---|
RGB | 123 | 73 | 76 |
HSL | 356° | 25.51% | 38.43% |
HSB/HSV | 356° | 40.65% | 48.24% |
CMYK | 0.00% | 40.65% | 38.21% |
51.76% |
Color #7B494C in popluar number systems.
HEX | 7B | 49 | 4C |
Decimal | 123 | 73 | 76 |
Binary | 1111011 | 1001001 | 1001100 |
Octal | 173 | 111 | 114 |
Shades of #7B494C
Tints of #7B494C
Examples of css and html codes for elements with #7B494C color. Also use rgb(123,73,76) instead hex code.
.myTextColor { color: #7B494C; }
<p style="color:#7B494C">This sample text font color is #7B494C.</p>
This text font color is #7B494C.
.myBgColor { background-color: #7B494C; }
<div style="background-color:#7B494C">Inner text</div>
This div background color is #7B494C.
.myBorderColor { border: 1px solid #7B494C; }
<div style="border:3px solid #7B494C">Div</div>
This div border color is #7B494C.
.myOpacity80 { color: #7B494C; opacity: 0.8; }
<p style="color:#7B494C;opacity:0.8;">80%</p>
Text with #7B494C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7B494C;}
<p style="text-shadow: 3px 3px 1px #7B494C">Text here.</p>
This text has shadow with #7B494C color.
.textShadow {text-shadow: 3px 3px 1px #7B494C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7B494C, 5px 5px 20px red">Text here.</p>
This text has shadow with #7B494C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B494C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7B494C, Direction=45, Strength=4)">Text</p>
This text has shadow with #7B494C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7B494C;
-webkit-box-shadow: 1px 1px 3px 2px #7B494C;
box-shadow: 1px 1px 3px 2px #7B494C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B494C; -webkit-box-shadow: 1px 1px 3px 2px #7B494C; box-shadow:1px 1px 3px 2px #7B494C;">
Div content here
</div>
This text has color #7B494C on black background.
This text has color #7B494C on white background.
This text has black color on #7B494C background.
This text has white color on #7B494C background.
Complementary color for #hex is #84B6B3.