COLOR #837C7C

HEX: #837C7C RGB: (131,124,124)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
124
124

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

Portions of RGB colors in percentages

R + G + B = 131 + 124 + 124 = 379 (100%)
R 131 of 379 ~ 34.56%
G 124 of 379 ~ 32.72%
B 124 of 379 ~ 32.72'%

%34.56
%32.72
%32.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.34%
  • yellow value is 5.34%
  • 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
%5.34
%48.63

Codes

Color #837C7C in popluar color models

83 7C 7C
RGB 131 124 124
HSL 2.75% 50.00%
HSB/HSV 5.34% 51.37%
CMYK 0.00% 5.34% 5.34%
48.63%

Color #837C7C in popluar number systems.

HEX 83 7C 7C
Decimal 131 124 124
Binary 10000011 1111100 1111100
Octal 203 174 174

Shades and tints

Shades of #837C7C

#837C7C
(131,124,124)
#787171
(120,113,113)
#6D6666
(109,102,102)
#625B5B
(98,91,91)
#575050
(87,80,80)
#4C4545
(76,69,69)
#413A3A
(65,58,58)
#362F2F
(54,47,47)
#2B2424
(43,36,36)
#201919
(32,25,25)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #837C7C

#837C7C
(131,124,124)
#8E8787
(142,135,135)
#999292
(153,146,146)
#A49D9D
(164,157,157)
#AFA8A8
(175,168,168)
#BAB3B3
(186,179,179)
#C5BEBE
(197,190,190)
#D0C9C9
(208,201,201)
#DBD4D4
(219,212,212)
#E6DFDF
(230,223,223)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837C7C; }

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

This text font color is #837C7C.

Background Color

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

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

This div background color is #837C7C.

Border color

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

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

This div border color is #837C7C.

Opacity

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

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

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

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

This text has shadow with #837C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837C7C.

Preview

Color preview on black background

This text has color #837C7C on black background.


Color preview on white background

This text has color #837C7C on white background.


Black color preview on #837C7C background

This text has black color on #837C7C background.


White color preview on #837C7C background

This text has white color on #837C7C background.


Related colors

Complementary color

Complementary color for #hex is #7C8383.


I love getcolorcode.com