HEX: #837A7A
RGB: (131,122,122)
#837A7A contains red, green and blue colors in about the same proportion. Web safe color of #837A7A is #996666 (or #966).
#837A7A color RGB value is (131,122,122).
RGB: (131,122,122)
(51%, 48%, 48%)
R 131 of 255 = 51%
G 122 of 255 = 48%
B 122 of 255 = 48%
R + G + B ~ 49%. #837A7A is middle color (not dark and not light).
R + G + B = 131 + 122 + 122 = 375 (100%)
R 131 of 375 ~ 34.93%
G 122 of 375 ~ 32.53%
B 122 of 375 ~ 32.53'%
#837A7A color CMYK value is (0,7,7,49).
CMYK: (0,7,7,49)
C0M7Y7K49 (0%, 7%, 7%, 49%)
(0.00 / 0.07 / 0.07 / 0.49)
Color #837A7A in popluar color models
83 | 7A | 7A | |
---|---|---|---|
RGB | 131 | 122 | 122 |
HSL | 0° | 3.56% | 49.61% |
HSB/HSV | 0° | 6.87% | 51.37% |
CMYK | 0.00% | 6.87% | 6.87% |
48.63% |
Color #837A7A in popluar number systems.
HEX | 83 | 7A | 7A |
Decimal | 131 | 122 | 122 |
Binary | 10000011 | 1111010 | 1111010 |
Octal | 203 | 172 | 172 |
Shades of #837A7A
Tints of #837A7A
Examples of css and html codes for elements with #837A7A color. Also use rgb(131,122,122) instead hex code.
.myTextColor { color: #837A7A; }
<p style="color:#837A7A">This sample text font color is #837A7A.</p>
This text font color is #837A7A.
.myBgColor { background-color: #837A7A; }
<div style="background-color:#837A7A">Inner text</div>
This div background color is #837A7A.
.myBorderColor { border: 1px solid #837A7A; }
<div style="border:3px solid #837A7A">Div</div>
This div border color is #837A7A.
.myOpacity80 { color: #837A7A; opacity: 0.8; }
<p style="color:#837A7A;opacity:0.8;">80%</p>
Text with #837A7A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #837A7A;}
<p style="text-shadow: 3px 3px 1px #837A7A">Text here.</p>
This text has shadow with #837A7A color.
.textShadow {text-shadow: 3px 3px 1px #837A7A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #837A7A, 5px 5px 20px red">Text here.</p>
This text has shadow with #837A7A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#837A7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#837A7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #837A7A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #837A7A;
-webkit-box-shadow: 1px 1px 3px 2px #837A7A;
box-shadow: 1px 1px 3px 2px #837A7A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #837A7A; -webkit-box-shadow: 1px 1px 3px 2px #837A7A; box-shadow:1px 1px 3px 2px #837A7A;">
Div content here
</div>
This text has color #837A7A on black background.
This text has color #837A7A on white background.
This text has black color on #837A7A background.
This text has white color on #837A7A background.