HEX: #76625D
RGB: (118,98,93)
#76625D contains red, green and blue colors in about the same proportion. Web safe color of #76625D is #666666 (or #666).
#76625D color RGB value is (118,98,93).
RGB: (118,98,93)
(46%, 38%, 36%)
R 118 of 255 = 46%
G 98 of 255 = 38%
B 93 of 255 = 36%
R + G + B ~ 40%. #76625D is middle color (not dark and not light).
R + G + B = 118 + 98 + 93 = 309 (100%)
R 118 of 309 ~ 38.19%
G 98 of 309 ~ 31.72%
B 93 of 309 ~ 30.1'%
#76625D color CMYK value is (0,17,21,54).
CMYK: (0,17,21,54)
C0M17Y21K54 (0%, 17%, 21%, 54%)
(0.00 / 0.17 / 0.21 / 0.54)
Color #76625D in popluar color models
76 | 62 | 5D | |
---|---|---|---|
RGB | 118 | 98 | 93 |
HSL | 12° | 11.85% | 41.37% |
HSB/HSV | 12° | 21.19% | 46.27% |
CMYK | 0.00% | 16.95% | 21.19% |
53.73% |
Color #76625D in popluar number systems.
HEX | 76 | 62 | 5D |
Decimal | 118 | 98 | 93 |
Binary | 1110110 | 1100010 | 1011101 |
Octal | 166 | 142 | 135 |
Shades of #76625D
Tints of #76625D
Examples of css and html codes for elements with #76625D color. Also use rgb(118,98,93) instead hex code.
.myTextColor { color: #76625D; }
<p style="color:#76625D">This sample text font color is #76625D.</p>
This text font color is #76625D.
.myBgColor { background-color: #76625D; }
<div style="background-color:#76625D">Inner text</div>
This div background color is #76625D.
.myBorderColor { border: 1px solid #76625D; }
<div style="border:3px solid #76625D">Div</div>
This div border color is #76625D.
.myOpacity80 { color: #76625D; opacity: 0.8; }
<p style="color:#76625D;opacity:0.8;">80%</p>
Text with #76625D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76625D;}
<p style="text-shadow: 3px 3px 1px #76625D">Text here.</p>
This text has shadow with #76625D color.
.textShadow {text-shadow: 3px 3px 1px #76625D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76625D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76625D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76625D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76625D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76625D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76625D;
-webkit-box-shadow: 1px 1px 3px 2px #76625D;
box-shadow: 1px 1px 3px 2px #76625D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76625D; -webkit-box-shadow: 1px 1px 3px 2px #76625D; box-shadow:1px 1px 3px 2px #76625D;">
Div content here
</div>
This text has color #76625D on black background.
This text has color #76625D on white background.
This text has black color on #76625D background.
This text has white color on #76625D background.
Complementary color for #hex is #899DA2.