COLOR #847775

HEX: #847775
RGB: (132,119,117)

Color info

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

RGB color model

#847775 color RGB value is (132,119,117).

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

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 117 of 255 = 46%

132
119
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 119 + 117 = 368 (100%)
R 132 of 368 ~ 35.87%
G 119 of 368 ~ 32.34%
B 117 of 368 ~ 31.79%

%35.87
%32.34
%31.79

CMYK color model

#847775 color CMYK value is (0,10,11,48).

  • cyan value is 0.00%
  • magenta value is 9.85%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(0,10,11,48)
C0M10Y11K48 
(0%,10%,11%,48%)
(0.00/0.10/0.11/0.48)	

CMYK percentages

%0
%9.85
%11.36
%48.24

Codes

Color #847775 in popluar color models

847775
RGB132119117
HSL6.02%48.82%
HSB/HSV11.36%51.76%
CMYK0.00%9.85%11.36%
48.24%

Color #847775 in popluar number systems.

HEX847775
Decimal132119117
Binary1000010011101111110101
Octal204167165

Shades and tints

Shades of #847775

#847775
(132,119,117)
#786D6B
(120,109,107)
#6C6361
(108,99,97)
#605957
(96,89,87)
#544F4D
(84,79,77)
#484543
(72,69,67)
#3C3B39
(60,59,57)
#30312F
(48,49,47)
#242725
(36,39,37)
#181D1B
(24,29,27)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #847775

#847775
(132,119,117)
#8F8381
(143,131,129)
#9A8F8D
(154,143,141)
#A59B99
(165,155,153)
#B0A7A5
(176,167,165)
#BBB3B1
(187,179,177)
#C6BFBD
(198,191,189)
#D1CBC9
(209,203,201)
#DCD7D5
(220,215,213)
#E7E3E1
(231,227,225)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847775; }

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

This text font color is #847775.


Background Color

.myBgColor { background-color: #847775; }

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

This div background color is #847775.


Border color

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

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

This div border color is #847775.


Opacity

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

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

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

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

This text has shadow with #847775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847775 on black background.


Color preview on white background

This text has color #847775 on white background.



Black color preview on #847775 background

This text has black color on #847775 background.


White color preview on #847775 background

This text has white color on #847775 background.