COLOR #847A7E

HEX: #847A7E
RGB: (132,122,126)

Color info

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

RGB color model

#847A7E color RGB value is (132,122,126).

  • red value is 132;
  • green value is 122;
  • blue value is 126.
RGB:
(132,122,126)
(52%,48%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 122 of 255 = 48%
B 126 of 255 = 49%

132
122
126

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

Portions of RGB colors in percentages

R + G + B =
132 + 122 + 126 = 380 (100%)
R 132 of 380 ~ 34.74%
G 122 of 380 ~ 32.11%
B 126 of 380 ~ 33.16%

%34.74
%32.11
%33.16

CMYK color model

#847A7E color CMYK value is (0,8,5,48).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(0,8,5,48)
C0M8Y5K48 
(0%,8%,5%,48%)
(0.00/0.08/0.05/0.48)	

CMYK percentages

%0
%7.58
%4.55
%48.24

Codes

Color #847A7E in popluar color models

847A7E
RGB132122126
HSL336°3.94%49.80%
HSB/HSV336°7.58%51.76%
CMYK0.00%7.58%4.55%
48.24%

Color #847A7E in popluar number systems.

HEX847A7E
Decimal132122126
Binary1000010011110101111110
Octal204172176

Shades and tints

Shades of #847A7E

#847A7E
(132,122,126)
#786F73
(120,111,115)
#6C6468
(108,100,104)
#60595D
(96,89,93)
#544E52
(84,78,82)
#484347
(72,67,71)
#3C383C
(60,56,60)
#302D31
(48,45,49)
#242226
(36,34,38)
#18171B
(24,23,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #847A7E

#847A7E
(132,122,126)
#8F8689
(143,134,137)
#9A9294
(154,146,148)
#A59E9F
(165,158,159)
#B0AAAA
(176,170,170)
#BBB6B5
(187,182,181)
#C6C2C0
(198,194,192)
#D1CECB
(209,206,203)
#DCDAD6
(220,218,214)
#E7E6E1
(231,230,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847A7E; }

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

This text font color is #847A7E.


Background Color

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

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

This div background color is #847A7E.


Border color

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

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

This div border color is #847A7E.


Opacity

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

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

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

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

This text has shadow with #847A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847A7E on black background.


Color preview on white background

This text has color #847A7E on white background.



Black color preview on #847A7E background

This text has black color on #847A7E background.


White color preview on #847A7E background

This text has white color on #847A7E background.