HEX: #766268
RGB: (118,98,104)
#766268 contains red, green and blue colors in about the same proportion. Web safe color of #766268 is #666666 (or #666).
#766268 color RGB value is (118,98,104).
RGB: (118,98,104) (46%,38%,41%)
R 118 of 255 = 46%
G 98 of 255 = 38%
B 104 of 255 = 41%
R + G + B ~ 42%. #766268 is middle color (not dark and not light).
R + G + B =
118 + 98 + 104 = 320 (100%)
R 118 of 320 ~ 36.88%
G 98 of 320 ~ 30.63%
B 104 of 320 ~ 32.5%
#766268 color CMYK value is (0,17,12,54).
CMYK: (0,17,12,54) C0M17Y12K54 (0%,17%,12%,54%) (0.00/0.17/0.12/0.54)
76 | 62 | 68 | |
---|---|---|---|
RGB | 118 | 98 | 104 |
HSL | 342° | 9.26% | 42.35% |
HSB/HSV | 342° | 16.95% | 46.27% |
CMYK | 0.00% | 16.95% | 11.86% |
53.73% |
HEX | 76 | 62 | 68 |
Decimal | 118 | 98 | 104 |
Binary | 1110110 | 1100010 | 1101000 |
Octal | 166 | 142 | 150 |
Examples of css and html codes for elements with #766268 color. Also use rgb(118,98,104) instead hex code.
.myTextColor { color: #766268; }
<p style="color:#766268">This sample text font color is #766268.</p>
This text font color is #766268.
.myBgColor { background-color: #766268; }
<div style="background-color:#766268">Inner text</div>
This div background color is #766268.
.myBorderColor { border: 1px solid #766268; }
<div style="border:3px solid #766268">Div</div>
This div border color is #766268.
.myOpacity80 { color: #766268; opacity: 0.8; }
<p style="color:#766268;opacity:0.8;">80%</p>
Text with #766268 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #766268;}
<p style="text-shadow: 3px 3px 1px #766268">Text here.</p>
This text has shadow with #766268 color.
.textShadow {text-shadow: 3px 3px 1px #766268, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #766268, 5px 5px 20px red">Text here.</p>
This text has shadow with #766268 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#766268, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#766268, Direction=45, Strength=4)">Text</p>
This text has shadow with #766268 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #766268; -webkit-box-shadow: 1px 1px 3px 2px #766268; box-shadow: 1px 1px 3px 2px #766268; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #766268; -webkit-box-shadow: 1px 1px 3px 2px #766268; box-shadow:1px 1px 3px 2px #766268;">
Div content here</div>
This text has color #766268 on black background.
This text has color #766268 on white background.
This text has black color on #766268 background.
This text has white color on #766268 background.