COLOR #837775

HEX: #837775
RGB: (131,119,117)

Color info

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

RGB color model

#837775 color RGB value is (131,119,117).

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

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 117 of 255 = 46%

131
119
117

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

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 117 = 367 (100%)
R 131 of 367 ~ 35.69%
G 119 of 367 ~ 32.43%
B 117 of 367 ~ 31.88%

%35.69
%32.43
%31.88

CMYK color model

#837775 color CMYK value is (0,9,11,49).

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 10.69%
  • key color value is 48.63%
CMYK:
(0,9,11,49)
C0M9Y11K49 
(0%,9%,11%,49%)
(0.00/0.09/0.11/0.49)	

CMYK percentages

%0
%9.16
%10.69
%48.63

Codes

Color #837775 in popluar color models

837775
RGB131119117
HSL5.65%48.63%
HSB/HSV10.69%51.37%
CMYK0.00%9.16%10.69%
48.63%

Color #837775 in popluar number systems.

HEX837775
Decimal131119117
Binary1000001111101111110101
Octal203167165

Shades and tints

Shades of #837775

#837775
(131,119,117)
#786D6B
(120,109,107)
#6D6361
(109,99,97)
#625957
(98,89,87)
#574F4D
(87,79,77)
#4C4543
(76,69,67)
#413B39
(65,59,57)
#36312F
(54,49,47)
#2B2725
(43,39,37)
#201D1B
(32,29,27)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #837775

#837775
(131,119,117)
#8E8381
(142,131,129)
#998F8D
(153,143,141)
#A49B99
(164,155,153)
#AFA7A5
(175,167,165)
#BAB3B1
(186,179,177)
#C5BFBD
(197,191,189)
#D0CBC9
(208,203,201)
#DBD7D5
(219,215,213)
#E6E3E1
(230,227,225)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837775; }

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

This text font color is #837775.


Background Color

.myBgColor { background-color: #837775; }

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

This div background color is #837775.


Border color

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

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

This div border color is #837775.


Opacity

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

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

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

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

This text has shadow with #837775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837775 on black background.


Color preview on white background

This text has color #837775 on white background.



Black color preview on #837775 background

This text has black color on #837775 background.


White color preview on #837775 background

This text has white color on #837775 background.