HEX: #828077
RGB: (130,128,119)
#828077 contains red, green and blue colors in about the same proportion. Web safe color of #828077 is #996666 (or #966).
#828077 color RGB value is (130,128,119).
RGB: (130,128,119)
(51%, 50%, 47%)
R 130 of 255 = 51%
G 128 of 255 = 50%
B 119 of 255 = 47%
R + G + B ~ 49%. #828077 is middle color (not dark and not light).
R + G + B = 130 + 128 + 119 = 377 (100%)
R 130 of 377 ~ 34.48%
G 128 of 377 ~ 33.95%
B 119 of 377 ~ 31.56'%
#828077 color CMYK value is (0,2,8,49).
CMYK: (0,2,8,49)
C0M2Y8K49 (0%, 2%, 8%, 49%)
(0.00 / 0.02 / 0.08 / 0.49)
Color #828077 in popluar color models
82 | 80 | 77 | |
---|---|---|---|
RGB | 130 | 128 | 119 |
HSL | 49° | 4.42% | 48.82% |
HSB/HSV | 49° | 8.46% | 50.98% |
CMYK | 0.00% | 1.54% | 8.46% |
49.02% |
Color #828077 in popluar number systems.
HEX | 82 | 80 | 77 |
Decimal | 130 | 128 | 119 |
Binary | 10000010 | 10000000 | 1110111 |
Octal | 202 | 200 | 167 |
Shades of #828077
Tints of #828077
Examples of css and html codes for elements with #828077 color. Also use rgb(130,128,119) instead hex code.
.myTextColor { color: #828077; }
<p style="color:#828077">This sample text font color is #828077.</p>
This text font color is #828077.
.myBgColor { background-color: #828077; }
<div style="background-color:#828077">Inner text</div>
This div background color is #828077.
.myBorderColor { border: 1px solid #828077; }
<div style="border:3px solid #828077">Div</div>
This div border color is #828077.
.myOpacity80 { color: #828077; opacity: 0.8; }
<p style="color:#828077;opacity:0.8;">80%</p>
Text with #828077 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #828077;}
<p style="text-shadow: 3px 3px 1px #828077">Text here.</p>
This text has shadow with #828077 color.
.textShadow {text-shadow: 3px 3px 1px #828077', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #828077, 5px 5px 20px red">Text here.</p>
This text has shadow with #828077 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#828077, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#828077, Direction=45, Strength=4)">Text</p>
This text has shadow with #828077 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #828077;
-webkit-box-shadow: 1px 1px 3px 2px #828077;
box-shadow: 1px 1px 3px 2px #828077;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #828077; -webkit-box-shadow: 1px 1px 3px 2px #828077; box-shadow:1px 1px 3px 2px #828077;">
Div content here
</div>
This text has color #828077 on black background.
This text has color #828077 on white background.
This text has black color on #828077 background.
This text has white color on #828077 background.
Complementary color for #hex is #7D7F88.