COLOR #837A7A

HEX: #837A7A RGB: (131,122,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
122
122

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

Portions of RGB colors in percentages

R + G + B = 131 + 122 + 122 = 375 (100%)
R 131 of 375 ~ 34.93%
G 122 of 375 ~ 32.53%
B 122 of 375 ~ 32.53'%

%34.93
%32.53
%32.53

CMYK color model

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

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

CMYK: (0,7,7,49)
C0M7Y7K49 (0%, 7%, 7%, 49%)
(0.00 / 0.07 / 0.07 / 0.49)

CMYK percentages

%0
%6.87
%6.87
%48.63

Codes

Color #837A7A in popluar color models

83 7A 7A
RGB 131 122 122
HSL 3.56% 49.61%
HSB/HSV 6.87% 51.37%
CMYK 0.00% 6.87% 6.87%
48.63%

Color #837A7A in popluar number systems.

HEX 83 7A 7A
Decimal 131 122 122
Binary 10000011 1111010 1111010
Octal 203 172 172

Shades and tints

Shades of #837A7A

#837A7A
(131,122,122)
#786F6F
(120,111,111)
#6D6464
(109,100,100)
#625959
(98,89,89)
#574E4E
(87,78,78)
#4C4343
(76,67,67)
#413838
(65,56,56)
#362D2D
(54,45,45)
#2B2222
(43,34,34)
#201717
(32,23,23)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #837A7A

#837A7A
(131,122,122)
#8E8686
(142,134,134)
#999292
(153,146,146)
#A49E9E
(164,158,158)
#AFAAAA
(175,170,170)
#BAB6B6
(186,182,182)
#C5C2C2
(197,194,194)
#D0CECE
(208,206,206)
#DBDADA
(219,218,218)
#E6E6E6
(230,230,230)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A7A; }

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

This text font color is #837A7A.

Background Color

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

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

This div background color is #837A7A.

Border color

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

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

This div border color is #837A7A.

Opacity

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

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

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

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

This text has shadow with #837A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837A7A.

Preview

Color preview on black background

This text has color #837A7A on black background.


Color preview on white background

This text has color #837A7A on white background.


Black color preview on #837A7A background

This text has black color on #837A7A background.


White color preview on #837A7A background

This text has white color on #837A7A background.


Related colors

Complementary color

Complementary color for #hex is #7C8585.


I love getcolorcode.com