COLOR #837A8B

HEX: #837A8B RGB: (131,122,139)

Color info

#837A8B contains red, green and blue colors in about the same proportion. Web safe color of #837A8B is #996699 (or #969).

RGB color model

#837A8B color RGB value is (131,122,139).

RGB: (131,122,139) (51%, 48%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 139 of 255 = 55%

131
122
139

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

Portions of RGB colors in percentages

R + G + B = 131 + 122 + 139 = 392 (100%)
R 131 of 392 ~ 33.42%
G 122 of 392 ~ 31.12%
B 139 of 392 ~ 35.46'%

%33.42
%31.12
%35.46

CMYK color model

#837A8B color CMYK value is (6,12,0,45).

  • cyan value is 5.76%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (6,12,0,45)
C6M12Y0K45 (6%, 12%, 0%, 45%)
(0.06 / 0.12 / 0.00 / 0.45)

CMYK percentages

%5.76
%12.23
%0
%45.49

Codes

Color #837A8B in popluar color models

83 7A 8B
RGB 131 122 139
HSL 272° 6.83% 51.18%
HSB/HSV 272° 12.23% 54.51%
CMYK 5.76% 12.23% 0.00%
45.49%

Color #837A8B in popluar number systems.

HEX 83 7A 8B
Decimal 131 122 139
Binary 10000011 1111010 10001011
Octal 203 172 213

Shades and tints

Shades of #837A8B

#837A8B
(131,122,139)
#786F7F
(120,111,127)
#6D6473
(109,100,115)
#625967
(98,89,103)
#574E5B
(87,78,91)
#4C434F
(76,67,79)
#413843
(65,56,67)
#362D37
(54,45,55)
#2B222B
(43,34,43)
#20171F
(32,23,31)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #837A8B

#837A8B
(131,122,139)
#8E8695
(142,134,149)
#99929F
(153,146,159)
#A49EA9
(164,158,169)
#AFAAB3
(175,170,179)
#BAB6BD
(186,182,189)
#C5C2C7
(197,194,199)
#D0CED1
(208,206,209)
#DBDADB
(219,218,219)
#E6E6E5
(230,230,229)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A8B; }

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

This text font color is #837A8B.

Background Color

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

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

This div background color is #837A8B.

Border color

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

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

This div border color is #837A8B.

Opacity

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

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

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

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

This text has shadow with #837A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837A8B.

Preview

Color preview on black background

This text has color #837A8B on black background.


Color preview on white background

This text has color #837A8B on white background.


Black color preview on #837A8B background

This text has black color on #837A8B background.


White color preview on #837A8B background

This text has white color on #837A8B background.


Related colors

Complementary color

Complementary color for #hex is #7C8574.


I love getcolorcode.com

Triadic colors

1 #8B837A and #7A8B83 with #837A8B are triadic colors.

2 #8B7A83 and #7A838B with #837A8B are triadic colors.