COLOR #837C7D

HEX: #837C7D
RGB: (131,124,125)

Color info

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

RGB color model

#837C7D color RGB value is (131,124,125).

  • red value is 131;
  • green value is 124;
  • blue value is 125.
RGB:
(131,124,125)
(51%,49%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 125 of 255 = 49%

131
124
125

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

Portions of RGB colors in percentages

R + G + B =
131 + 124 + 125 = 380 (100%)
R 131 of 380 ~ 34.47%
G 124 of 380 ~ 32.63%
B 125 of 380 ~ 32.89%

%34.47
%32.63
%32.89

CMYK color model

#837C7D color CMYK value is (0,5,5,49).

  • cyan value is 0.00%
  • magenta value is 5.34%
  • yellow value is 4.58%
  • key color value is 48.63%
CMYK:
(0,5,5,49)
C0M5Y5K49 
(0%,5%,5%,49%)
(0.00/0.05/0.05/0.49)	

CMYK percentages

%0
%5.34
%4.58
%48.63

Codes

Color #837C7D in popluar color models

837C7D
RGB131124125
HSL351°2.75%50.00%
HSB/HSV351°5.34%51.37%
CMYK0.00%5.34%4.58%
48.63%

Color #837C7D in popluar number systems.

HEX837C7D
Decimal131124125
Binary1000001111111001111101
Octal203174175

Shades and tints

Shades of #837C7D

#837C7D
(131,124,125)
#787172
(120,113,114)
#6D6667
(109,102,103)
#625B5C
(98,91,92)
#575051
(87,80,81)
#4C4546
(76,69,70)
#413A3B
(65,58,59)
#362F30
(54,47,48)
#2B2425
(43,36,37)
#20191A
(32,25,26)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #837C7D

#837C7D
(131,124,125)
#8E8788
(142,135,136)
#999293
(153,146,147)
#A49D9E
(164,157,158)
#AFA8A9
(175,168,169)
#BAB3B4
(186,179,180)
#C5BEBF
(197,190,191)
#D0C9CA
(208,201,202)
#DBD4D5
(219,212,213)
#E6DFE0
(230,223,224)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837C7D color. Also use rgb(131,124,125) instead hex code.

Text Font Color

.myTextColor { color: #837C7D; }

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

This text font color is #837C7D.


Background Color

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

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

This div background color is #837C7D.


Border color

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

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

This div border color is #837C7D.


Opacity

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

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

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

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

This text has shadow with #837C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837C7D on black background.


Color preview on white background

This text has color #837C7D on white background.



Black color preview on #837C7D background

This text has black color on #837C7D background.


White color preview on #837C7D background

This text has white color on #837C7D background.