COLOR #837F7E

HEX: #837F7E RGB: (131,127,126)

Color info

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

RGB color model

#837F7E color RGB value is (131,127,126).

RGB: (131,127,126) (51%, 50%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 127 of 255 = 50%
B 126 of 255 = 49%

131
127
126

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

Portions of RGB colors in percentages

R + G + B = 131 + 127 + 126 = 384 (100%)
R 131 of 384 ~ 34.11%
G 127 of 384 ~ 33.07%
B 126 of 384 ~ 32.81'%

%34.11
%33.07
%32.81

CMYK color model

#837F7E color CMYK value is (0,3,4,49).

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 3.82%
  • key color value is 48.63%

CMYK: (0,3,4,49)
C0M3Y4K49 (0%, 3%, 4%, 49%)
(0.00 / 0.03 / 0.04 / 0.49)

CMYK percentages

%0
%3.05
%3.82
%48.63

Codes

Color #837F7E in popluar color models

83 7F 7E
RGB 131 127 126
HSL 12° 1.98% 50.39%
HSB/HSV 12° 3.82% 51.37%
CMYK 0.00% 3.05% 3.82%
48.63%

Color #837F7E in popluar number systems.

HEX 83 7F 7E
Decimal 131 127 126
Binary 10000011 1111111 1111110
Octal 203 177 176

Shades and tints

Shades of #837F7E

#837F7E
(131,127,126)
#787473
(120,116,115)
#6D6968
(109,105,104)
#625E5D
(98,94,93)
#575352
(87,83,82)
#4C4847
(76,72,71)
#413D3C
(65,61,60)
#363231
(54,50,49)
#2B2726
(43,39,38)
#201C1B
(32,28,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #837F7E

#837F7E
(131,127,126)
#8E8A89
(142,138,137)
#999594
(153,149,148)
#A4A09F
(164,160,159)
#AFABAA
(175,171,170)
#BAB6B5
(186,182,181)
#C5C1C0
(197,193,192)
#D0CCCB
(208,204,203)
#DBD7D6
(219,215,214)
#E6E2E1
(230,226,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837F7E; }

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

This text font color is #837F7E.

Background Color

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

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

This div background color is #837F7E.

Border color

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

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

This div border color is #837F7E.

Opacity

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

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

Text with #837F7E 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 #837F7E;}

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

This text has shadow with #837F7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837F7E.

Preview

Color preview on black background

This text has color #837F7E on black background.


Color preview on white background

This text has color #837F7E on white background.


Black color preview on #837F7E background

This text has black color on #837F7E background.


White color preview on #837F7E background

This text has white color on #837F7E background.


Related colors

Complementary color

Complementary color for #hex is #7C8081.


I love getcolorcode.com

Triadic colors

1 #7E837F and #7F7E83 with #837F7E are triadic colors.

2 #7E7F83 and #7F837E with #837F7E are triadic colors.