COLOR #837A80

HEX: #837A80 RGB: (131,122,128)

Color info

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

RGB color model

#837A80 color RGB value is (131,122,128).

RGB: (131,122,128) (51%, 48%, 50%)

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 128 of 255 = 50%

131
122
128

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

Portions of RGB colors in percentages

R + G + B = 131 + 122 + 128 = 381 (100%)
R 131 of 381 ~ 34.38%
G 122 of 381 ~ 32.02%
B 128 of 381 ~ 33.6'%

%34.38
%32.02
%33.6

CMYK color model

#837A80 color CMYK value is (0,7,2,49).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 2.29%
  • key color value is 48.63%
CMYK: (0,7,2,49) C0M7Y2K49 (0%,7%,2%,49%) (0.00/0.07/0.02/0.49) 

CMYK percentages

%0
%6.87
%2.29
%48.63

Codes

Color #837A80 in popluar color models

83 7A 80
RGB 131 122 128
HSL 320° 3.56% 49.61%
HSB/HSV 320° 6.87% 51.37%
CMYK 0.00% 6.87% 2.29%
48.63%

Color #837A80 in popluar number systems.

HEX 83 7A 80
Decimal 131 122 128
Binary 10000011 1111010 10000000
Octal 203 172 200

Shades and tints

Shades of #837A80

#837A80
(131,122,128)
#786F75
(120,111,117)
#6D646A
(109,100,106)
#62595F
(98,89,95)
#574E54
(87,78,84)
#4C4349
(76,67,73)
#41383E
(65,56,62)
#362D33
(54,45,51)
#2B2228
(43,34,40)
#20171D
(32,23,29)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #837A80

#837A80
(131,122,128)
#8E868B
(142,134,139)
#999296
(153,146,150)
#A49EA1
(164,158,161)
#AFAAAC
(175,170,172)
#BAB6B7
(186,182,183)
#C5C2C2
(197,194,194)
#D0CECD
(208,206,205)
#DBDAD8
(219,218,216)
#E6E6E3
(230,230,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A80; }

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

This text font color is #837A80.

Background Color

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

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

This div background color is #837A80.

Border color

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

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

This div border color is #837A80.

Opacity

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

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

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

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

This text has shadow with #837A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837A80.

Preview

Color preview on black background

This text has color #837A80 on black background.


Color preview on white background

This text has color #837A80 on white background.


Black color preview on #837A80 background

This text has black color on #837A80 background.


White color preview on #837A80 background

This text has white color on #837A80 background.


Related colors

Complementary color

Complementary color for #hex is #7C857F.


I love getcolorcode.com

Triadic colors

1 #80837A and #7A8083 with #837A80 are triadic colors.

2 #807A83 and #7A8380 with #837A80 are triadic colors.