COLOR #847779

HEX: #847779
RGB: (132,119,121)

Color info

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

RGB color model

#847779 color RGB value is (132,119,121).

  • red value is 132;
  • green value is 119;
  • blue value is 121.
RGB:
(132,119,121)
(52%,47%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 121 of 255 = 47%

132
119
121

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

Portions of RGB colors in percentages

R + G + B =
132 + 119 + 121 = 372 (100%)
R 132 of 372 ~ 35.48%
G 119 of 372 ~ 31.99%
B 121 of 372 ~ 32.53%

%35.48
%31.99
%32.53

CMYK color model

#847779 color CMYK value is (0,10,8,48).

  • cyan value is 0.00%
  • magenta value is 9.85%
  • yellow value is 8.33%
  • key color value is 48.24%
CMYK:
(0,10,8,48)
C0M10Y8K48 
(0%,10%,8%,48%)
(0.00/0.10/0.08/0.48)	

CMYK percentages

%0
%9.85
%8.33
%48.24

Codes

Color #847779 in popluar color models

847779
RGB132119121
HSL351°5.18%49.22%
HSB/HSV351°9.85%51.76%
CMYK0.00%9.85%8.33%
48.24%

Color #847779 in popluar number systems.

HEX847779
Decimal132119121
Binary1000010011101111111001
Octal204167171

Shades and tints

Shades of #847779

#847779
(132,119,121)
#786D6E
(120,109,110)
#6C6363
(108,99,99)
#605958
(96,89,88)
#544F4D
(84,79,77)
#484542
(72,69,66)
#3C3B37
(60,59,55)
#30312C
(48,49,44)
#242721
(36,39,33)
#181D16
(24,29,22)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #847779

#847779
(132,119,121)
#8F8385
(143,131,133)
#9A8F91
(154,143,145)
#A59B9D
(165,155,157)
#B0A7A9
(176,167,169)
#BBB3B5
(187,179,181)
#C6BFC1
(198,191,193)
#D1CBCD
(209,203,205)
#DCD7D9
(220,215,217)
#E7E3E5
(231,227,229)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847779 color. Also use rgb(132,119,121) instead hex code.

Text Font Color

.myTextColor { color: #847779; }

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

This text font color is #847779.


Background Color

.myBgColor { background-color: #847779; }

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

This div background color is #847779.


Border color

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

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

This div border color is #847779.


Opacity

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

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

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

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

This text has shadow with #847779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847779 on black background.


Color preview on white background

This text has color #847779 on white background.



Black color preview on #847779 background

This text has black color on #847779 background.


White color preview on #847779 background

This text has white color on #847779 background.