COLOR #837789

HEX: #837789
RGB: (131,119,137)

Color info

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

RGB color model

#837789 color RGB value is (131,119,137).

  • red value is 131;
  • green value is 119;
  • blue value is 137.
RGB:
(131,119,137)
(51%,47%,54%)

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 137 of 255 = 54%

131
119
137

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

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 137 = 387 (100%)
R 131 of 387 ~ 33.85%
G 119 of 387 ~ 30.75%
B 137 of 387 ~ 35.4%

%33.85
%30.75
%35.4

CMYK color model

#837789 color CMYK value is (4,13,0,46).

  • cyan value is 4.38%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,13,0,46)
C4M13Y0K46 
(4%,13%,0%,46%)
(0.04/0.13/0.00/0.46)	

CMYK percentages

%4.38
%13.14
%0
%46.27

Codes

Color #837789 in popluar color models

837789
RGB131119137
HSL280°7.09%50.20%
HSB/HSV280°13.14%53.73%
CMYK4.38%13.14%0.00%
46.27%

Color #837789 in popluar number systems.

HEX837789
Decimal131119137
Binary10000011111011110001001
Octal203167211

Shades and tints

Shades of #837789

#837789
(131,119,137)
#786D7D
(120,109,125)
#6D6371
(109,99,113)
#625965
(98,89,101)
#574F59
(87,79,89)
#4C454D
(76,69,77)
#413B41
(65,59,65)
#363135
(54,49,53)
#2B2729
(43,39,41)
#201D1D
(32,29,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #837789

#837789
(131,119,137)
#8E8393
(142,131,147)
#998F9D
(153,143,157)
#A49BA7
(164,155,167)
#AFA7B1
(175,167,177)
#BAB3BB
(186,179,187)
#C5BFC5
(197,191,197)
#D0CBCF
(208,203,207)
#DBD7D9
(219,215,217)
#E6E3E3
(230,227,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837789 color. Also use rgb(131,119,137) instead hex code.

Text Font Color

.myTextColor { color: #837789; }

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

This text font color is #837789.


Background Color

.myBgColor { background-color: #837789; }

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

This div background color is #837789.


Border color

.myBorderColor { border: 1px solid #837789; }

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

This div border color is #837789.


Opacity

.myOpacity80 { color: #837789; opacity: 0.8; }

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

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

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

This text has shadow with #837789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837789 on black background.


Color preview on white background

This text has color #837789 on white background.



Black color preview on #837789 background

This text has black color on #837789 background.


White color preview on #837789 background

This text has white color on #837789 background.