COLOR #837A7E

HEX: #837A7E
RGB: (131,122,126)

Color info

#837A7E contains red, green and blue colors in about the same proportion. Web safe color of #837A7E is #996666 (or #966).

RGB color model

#837A7E color RGB value is (131,122,126).

  • red value is 131;
  • green value is 122;
  • blue value is 126.
RGB:
(131,122,126)
(51%,48%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 126 of 255 = 49%

131
122
126

R + G + B ~ 49%. #837A7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 122 + 126 = 379 (100%)
R 131 of 379 ~ 34.56%
G 122 of 379 ~ 32.19%
B 126 of 379 ~ 33.25%

%34.56
%32.19
%33.25

CMYK color model

#837A7E color CMYK value is (0,7,4,49).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(0,7,4,49)
C0M7Y4K49 
(0%,7%,4%,49%)
(0.00/0.07/0.04/0.49)	

CMYK percentages

%0
%6.87
%3.82
%48.63

Codes

Color #837A7E in popluar color models

837A7E
RGB131122126
HSL333°3.56%49.61%
HSB/HSV333°6.87%51.37%
CMYK0.00%6.87%3.82%
48.63%

Color #837A7E in popluar number systems.

HEX837A7E
Decimal131122126
Binary1000001111110101111110
Octal203172176

Shades and tints

Shades of #837A7E

#837A7E
(131,122,126)
#786F73
(120,111,115)
#6D6468
(109,100,104)
#62595D
(98,89,93)
#574E52
(87,78,82)
#4C4347
(76,67,71)
#41383C
(65,56,60)
#362D31
(54,45,49)
#2B2226
(43,34,38)
#20171B
(32,23,27)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #837A7E

#837A7E
(131,122,126)
#8E8689
(142,134,137)
#999294
(153,146,148)
#A49E9F
(164,158,159)
#AFAAAA
(175,170,170)
#BAB6B5
(186,182,181)
#C5C2C0
(197,194,192)
#D0CECB
(208,206,203)
#DBDAD6
(219,218,214)
#E6E6E1
(230,230,225)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837A7E color. Also use rgb(131,122,126) instead hex code.

Text Font Color

.myTextColor { color: #837A7E; }

<p style="color:#837A7E">This sample text font color is #837A7E.</p>

This text font color is #837A7E.


Background Color

.myBgColor { background-color: #837A7E; }

<div style="background-color:#837A7E">Inner text</div>

This div background color is #837A7E.


Border color

.myBorderColor { border: 1px solid #837A7E; }

<div style="border:3px solid #837A7E">Div</div>

This div border color is #837A7E.


Opacity

.myOpacity80 { color: #837A7E; opacity: 0.8; }

<p style="color:#837A7E;opacity:0.8;">80%</p>

Text with #837A7E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #837A7E;}

<p style="text-shadow: 3px 3px 1px #837A7E">Text here.</p>

This text has shadow with #837A7E color.

.textShadow {text-shadow: 3px 3px 1px #837A7E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #837A7E, 5px 5px 20px red">Text here.</p>

This text has shadow with #837A7E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#837A7E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#837A7E, Direction=45, Strength=4)">Text</p>

This text has shadow with #837A7E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #837A7E;
  -webkit-box-shadow:	1px 1px 3px 2px #837A7E;
  box-shadow:		1px 1px 3px 2px #837A7E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #837A7E;
-webkit-box-shadow: 1px 1px 3px 2px #837A7E;
box-shadow:1px 1px 3px 2px #837A7E;">
Div content here</div>
This div box has shadow with color #837A7E.

Preview

Color preview on black background

This text has color #837A7E on black background.


Color preview on white background

This text has color #837A7E on white background.



Black color preview on #837A7E background

This text has black color on #837A7E background.


White color preview on #837A7E background

This text has white color on #837A7E background.