COLOR #837D7A

HEX: #837D7A
RGB: (131,125,122)

Color info

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

RGB color model

#837D7A color RGB value is (131,125,122).

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

RGB channels and saturation

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

131
125
122

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

Portions of RGB colors in percentages

R + G + B =
131 + 125 + 122 = 378 (100%)
R 131 of 378 ~ 34.66%
G 125 of 378 ~ 33.07%
B 122 of 378 ~ 32.28%

%34.66
%33.07
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(0,5,7,49)
C0M5Y7K49 
(0%,5%,7%,49%)
(0.00/0.05/0.07/0.49)	

CMYK percentages

%0
%4.58
%6.87
%48.63

Codes

Color #837D7A in popluar color models

837D7A
RGB131125122
HSL20°3.56%49.61%
HSB/HSV20°6.87%51.37%
CMYK0.00%4.58%6.87%
48.63%

Color #837D7A in popluar number systems.

HEX837D7A
Decimal131125122
Binary1000001111111011111010
Octal203175172

Shades and tints

Shades of #837D7A

#837D7A
(131,125,122)
#78726F
(120,114,111)
#6D6764
(109,103,100)
#625C59
(98,92,89)
#57514E
(87,81,78)
#4C4643
(76,70,67)
#413B38
(65,59,56)
#36302D
(54,48,45)
#2B2522
(43,37,34)
#201A17
(32,26,23)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #837D7A

#837D7A
(131,125,122)
#8E8886
(142,136,134)
#999392
(153,147,146)
#A49E9E
(164,158,158)
#AFA9AA
(175,169,170)
#BAB4B6
(186,180,182)
#C5BFC2
(197,191,194)
#D0CACE
(208,202,206)
#DBD5DA
(219,213,218)
#E6E0E6
(230,224,230)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837D7A; }

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

This text font color is #837D7A.


Background Color

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

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

This div background color is #837D7A.


Border color

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

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

This div border color is #837D7A.


Opacity

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

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

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

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

This text has shadow with #837D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837D7A on black background.


Color preview on white background

This text has color #837D7A on white background.



Black color preview on #837D7A background

This text has black color on #837D7A background.


White color preview on #837D7A background

This text has white color on #837D7A background.