HEX: #88764B
RGB: (136,118,75)
#88764B contains mainly red and green colors. Web safe color of #88764B is #996633 (or #963).
#88764B color RGB value is (136,118,75).
RGB: (136,118,75)
(53%, 46%, 29%)
R 136 of 255 = 53%
G 118 of 255 = 46%
B 75 of 255 = 29%
R + G + B ~ 43%. #88764B is middle color (not dark and not light).
R + G + B = 136 + 118 + 75 = 329 (100%)
R 136 of 329 ~ 41.34%
G 118 of 329 ~ 35.87%
B 75 of 329 ~ 22.8'%
#88764B color CMYK value is (0,13,45,47).
CMYK: (0,13,45,47)
C0M13Y45K47 (0%, 13%, 45%, 47%)
(0.00 / 0.13 / 0.45 / 0.47)
Color #88764B in popluar color models
88 | 76 | 4B | |
---|---|---|---|
RGB | 136 | 118 | 75 |
HSL | 42° | 28.91% | 41.37% |
HSB/HSV | 42° | 44.85% | 53.33% |
CMYK | 0.00% | 13.24% | 44.85% |
46.67% |
Color #88764B in popluar number systems.
HEX | 88 | 76 | 4B |
Decimal | 136 | 118 | 75 |
Binary | 10001000 | 1110110 | 1001011 |
Octal | 210 | 166 | 113 |
Shades of #88764B
Tints of #88764B
Examples of css and html codes for elements with #88764B color. Also use rgb(136,118,75) instead hex code.
.myTextColor { color: #88764B; }
<p style="color:#88764B">This sample text font color is #88764B.</p>
This text font color is #88764B.
.myBgColor { background-color: #88764B; }
<div style="background-color:#88764B">Inner text</div>
This div background color is #88764B.
.myBorderColor { border: 1px solid #88764B; }
<div style="border:3px solid #88764B">Div</div>
This div border color is #88764B.
.myOpacity80 { color: #88764B; opacity: 0.8; }
<p style="color:#88764B;opacity:0.8;">80%</p>
Text with #88764B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88764B;}
<p style="text-shadow: 3px 3px 1px #88764B">Text here.</p>
This text has shadow with #88764B color.
.textShadow {text-shadow: 3px 3px 1px #88764B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88764B, 5px 5px 20px red">Text here.</p>
This text has shadow with #88764B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88764B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88764B, Direction=45, Strength=4)">Text</p>
This text has shadow with #88764B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88764B;
-webkit-box-shadow: 1px 1px 3px 2px #88764B;
box-shadow: 1px 1px 3px 2px #88764B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88764B; -webkit-box-shadow: 1px 1px 3px 2px #88764B; box-shadow:1px 1px 3px 2px #88764B;">
Div content here
</div>
This text has color #88764B on black background.
This text has color #88764B on white background.
This text has black color on #88764B background.
This text has white color on #88764B background.
Complementary color for #hex is #7789B4.