COLOR #847E7F

HEX: #847E7F RGB: (132,126,127)

Color info

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

RGB color model

#847E7F color RGB value is (132,126,127).

RGB: (132,126,127) (52%, 49%, 50%)

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 127 of 255 = 50%

132
126
127

R + G + B ~ 50%. #847E7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 126 + 127 = 385 (100%)
R 132 of 385 ~ 34.29%
G 126 of 385 ~ 32.73%
B 127 of 385 ~ 32.99'%

%34.29
%32.73
%32.99

CMYK color model

#847E7F color CMYK value is (0,5,4,48).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 3.79%
  • key color value is 48.24%

CMYK: (0,5,4,48)
C0M5Y4K48 (0%, 5%, 4%, 48%)
(0.00 / 0.05 / 0.04 / 0.48)

CMYK percentages

%0
%4.55
%3.79
%48.24

Codes

Color #847E7F in popluar color models

84 7E 7F
RGB 132 126 127
HSL 350° 2.38% 50.59%
HSB/HSV 350° 4.55% 51.76%
CMYK 0.00% 4.55% 3.79%
48.24%

Color #847E7F in popluar number systems.

HEX 84 7E 7F
Decimal 132 126 127
Binary 10000100 1111110 1111111
Octal 204 176 177

Shades and tints

Shades of #847E7F

#847E7F
(132,126,127)
#787374
(120,115,116)
#6C6869
(108,104,105)
#605D5E
(96,93,94)
#545253
(84,82,83)
#484748
(72,71,72)
#3C3C3D
(60,60,61)
#303132
(48,49,50)
#242627
(36,38,39)
#181B1C
(24,27,28)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #847E7F

#847E7F
(132,126,127)
#8F898A
(143,137,138)
#9A9495
(154,148,149)
#A59FA0
(165,159,160)
#B0AAAB
(176,170,171)
#BBB5B6
(187,181,182)
#C6C0C1
(198,192,193)
#D1CBCC
(209,203,204)
#DCD6D7
(220,214,215)
#E7E1E2
(231,225,226)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847E7F color. Also use rgb(132,126,127) instead hex code.

Text Font Color

.myTextColor { color: #847E7F; }

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

This text font color is #847E7F.

Background Color

.myBgColor { background-color: #847E7F; }

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

This div background color is #847E7F.

Border color

.myBorderColor { border: 1px solid #847E7F; }

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

This div border color is #847E7F.

Opacity

.myOpacity80 { color: #847E7F; opacity: 0.8; }

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

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

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

This text has shadow with #847E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847E7F.

Preview

Color preview on black background

This text has color #847E7F on black background.


Color preview on white background

This text has color #847E7F on white background.


Black color preview on #847E7F background

This text has black color on #847E7F background.


White color preview on #847E7F background

This text has white color on #847E7F background.


Related colors

Complementary color

Complementary color for #hex is #7B8180.


I love getcolorcode.com

Triadic colors

1 #7F847E and #7E7F84 with #847E7F are triadic colors.

2 #7F7E84 and #7E847F with #847E7F are triadic colors.