COLOR #837D76

HEX: #837D76
RGB: (131,125,118)

Color info

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

RGB color model

#837D76 color RGB value is (131,125,118).

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

RGB channels and saturation

R 131 of 255 = 51%
G 125 of 255 = 49%
B 118 of 255 = 46%

131
125
118

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

Portions of RGB colors in percentages

R + G + B =
131 + 125 + 118 = 374 (100%)
R 131 of 374 ~ 35.03%
G 125 of 374 ~ 33.42%
B 118 of 374 ~ 31.55%

%35.03
%33.42
%31.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 9.92%
  • key color value is 48.63%
CMYK:
(0,5,10,49)
C0M5Y10K49 
(0%,5%,10%,49%)
(0.00/0.05/0.10/0.49)	

CMYK percentages

%0
%4.58
%9.92
%48.63

Codes

Color #837D76 in popluar color models

837D76
RGB131125118
HSL32°5.22%48.82%
HSB/HSV32°9.92%51.37%
CMYK0.00%4.58%9.92%
48.63%

Color #837D76 in popluar number systems.

HEX837D76
Decimal131125118
Binary1000001111111011110110
Octal203175166

Shades and tints

Shades of #837D76

#837D76
(131,125,118)
#78726C
(120,114,108)
#6D6762
(109,103,98)
#625C58
(98,92,88)
#57514E
(87,81,78)
#4C4644
(76,70,68)
#413B3A
(65,59,58)
#363030
(54,48,48)
#2B2526
(43,37,38)
#201A1C
(32,26,28)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #837D76

#837D76
(131,125,118)
#8E8882
(142,136,130)
#99938E
(153,147,142)
#A49E9A
(164,158,154)
#AFA9A6
(175,169,166)
#BAB4B2
(186,180,178)
#C5BFBE
(197,191,190)
#D0CACA
(208,202,202)
#DBD5D6
(219,213,214)
#E6E0E2
(230,224,226)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837D76; }

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

This text font color is #837D76.


Background Color

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

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

This div background color is #837D76.


Border color

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

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

This div border color is #837D76.


Opacity

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

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

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

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

This text has shadow with #837D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837D76 on black background.


Color preview on white background

This text has color #837D76 on white background.



Black color preview on #837D76 background

This text has black color on #837D76 background.


White color preview on #837D76 background

This text has white color on #837D76 background.