COLOR #837A73

HEX: #837A73 RGB: (131,122,115)

Color info

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

RGB color model

#837A73 color RGB value is (131,122,115).

RGB: (131,122,115) (51%, 48%, 45%)

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 115 of 255 = 45%

131
122
115

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

Portions of RGB colors in percentages

R + G + B = 131 + 122 + 115 = 368 (100%)
R 131 of 368 ~ 35.6%
G 122 of 368 ~ 33.15%
B 115 of 368 ~ 31.25'%

%35.6
%33.15
%31.25

CMYK color model

#837A73 color CMYK value is (0,7,12,49).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 12.21%
  • key color value is 48.63%

CMYK: (0,7,12,49)
C0M7Y12K49 (0%, 7%, 12%, 49%)
(0.00 / 0.07 / 0.12 / 0.49)

CMYK percentages

%0
%6.87
%12.21
%48.63

Codes

Color #837A73 in popluar color models

83 7A 73
RGB 131 122 115
HSL 26° 6.50% 48.24%
HSB/HSV 26° 12.21% 51.37%
CMYK 0.00% 6.87% 12.21%
48.63%

Color #837A73 in popluar number systems.

HEX 83 7A 73
Decimal 131 122 115
Binary 10000011 1111010 1110011
Octal 203 172 163

Shades and tints

Shades of #837A73

#837A73
(131,122,115)
#786F69
(120,111,105)
#6D645F
(109,100,95)
#625955
(98,89,85)
#574E4B
(87,78,75)
#4C4341
(76,67,65)
#413837
(65,56,55)
#362D2D
(54,45,45)
#2B2223
(43,34,35)
#201719
(32,23,25)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #837A73

#837A73
(131,122,115)
#8E867F
(142,134,127)
#99928B
(153,146,139)
#A49E97
(164,158,151)
#AFAAA3
(175,170,163)
#BAB6AF
(186,182,175)
#C5C2BB
(197,194,187)
#D0CEC7
(208,206,199)
#DBDAD3
(219,218,211)
#E6E6DF
(230,230,223)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A73; }

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

This text font color is #837A73.

Background Color

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

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

This div background color is #837A73.

Border color

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

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

This div border color is #837A73.

Opacity

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

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

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

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

This text has shadow with #837A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837A73.

Preview

Color preview on black background

This text has color #837A73 on black background.


Color preview on white background

This text has color #837A73 on white background.


Black color preview on #837A73 background

This text has black color on #837A73 background.


White color preview on #837A73 background

This text has white color on #837A73 background.


Related colors

Complementary color

Complementary color for #hex is #7C858C.


I love getcolorcode.com

Triadic colors

1 #73837A and #7A7383 with #837A73 are triadic colors.

2 #737A83 and #7A8373 with #837A73 are triadic colors.