COLOR #837C79

HEX: #837C79 RGB: (131,124,121)

Color info

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

RGB color model

#837C79 color RGB value is (131,124,121).

RGB: (131,124,121) (51%, 49%, 47%)

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 121 of 255 = 47%

131
124
121

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

Portions of RGB colors in percentages

R + G + B = 131 + 124 + 121 = 376 (100%)
R 131 of 376 ~ 34.84%
G 124 of 376 ~ 32.98%
B 121 of 376 ~ 32.18'%

%34.84
%32.98
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.34%
  • yellow value is 7.63%
  • key color value is 48.63%

CMYK: (0,5,8,49)
C0M5Y8K49 (0%, 5%, 8%, 49%)
(0.00 / 0.05 / 0.08 / 0.49)

CMYK percentages

%0
%5.34
%7.63
%48.63

Codes

Color #837C79 in popluar color models

83 7C 79
RGB 131 124 121
HSL 18° 3.97% 49.41%
HSB/HSV 18° 7.63% 51.37%
CMYK 0.00% 5.34% 7.63%
48.63%

Color #837C79 in popluar number systems.

HEX 83 7C 79
Decimal 131 124 121
Binary 10000011 1111100 1111001
Octal 203 174 171

Shades and tints

Shades of #837C79

#837C79
(131,124,121)
#78716E
(120,113,110)
#6D6663
(109,102,99)
#625B58
(98,91,88)
#57504D
(87,80,77)
#4C4542
(76,69,66)
#413A37
(65,58,55)
#362F2C
(54,47,44)
#2B2421
(43,36,33)
#201916
(32,25,22)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #837C79

#837C79
(131,124,121)
#8E8785
(142,135,133)
#999291
(153,146,145)
#A49D9D
(164,157,157)
#AFA8A9
(175,168,169)
#BAB3B5
(186,179,181)
#C5BEC1
(197,190,193)
#D0C9CD
(208,201,205)
#DBD4D9
(219,212,217)
#E6DFE5
(230,223,229)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837C79; }

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

This text font color is #837C79.

Background Color

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

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

This div background color is #837C79.

Border color

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

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

This div border color is #837C79.

Opacity

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

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

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

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

This text has shadow with #837C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837C79.

Preview

Color preview on black background

This text has color #837C79 on black background.


Color preview on white background

This text has color #837C79 on white background.


Black color preview on #837C79 background

This text has black color on #837C79 background.


White color preview on #837C79 background

This text has white color on #837C79 background.


Related colors

Complementary color

Complementary color for #hex is #7C8386.


I love getcolorcode.com

Triadic colors

1 #79837C and #7C7983 with #837C79 are triadic colors.

2 #797C83 and #7C8379 with #837C79 are triadic colors.