COLOR #887975

HEX: #887975
RGB: (136,121,117)

Color info

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

RGB color model

#887975 color RGB value is (136,121,117).

  • red value is 136;
  • green value is 121;
  • blue value is 117.
RGB:
(136,121,117)
(53%,47%,46%)

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 117 of 255 = 46%

136
121
117

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

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 117 = 374 (100%)
R 136 of 374 ~ 36.36%
G 121 of 374 ~ 32.35%
B 117 of 374 ~ 31.28%

%36.36
%32.35
%31.28

CMYK color model

#887975 color CMYK value is (0,11,14,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 13.97%
  • key color value is 46.67%
CMYK:
(0,11,14,47)
C0M11Y14K47 
(0%,11%,14%,47%)
(0.00/0.11/0.14/0.47)	

CMYK percentages

%0
%11.03
%13.97
%46.67

Codes

Color #887975 in popluar color models

887975
RGB136121117
HSL13°7.51%49.61%
HSB/HSV13°13.97%53.33%
CMYK0.00%11.03%13.97%
46.67%

Color #887975 in popluar number systems.

HEX887975
Decimal136121117
Binary1000100011110011110101
Octal210171165

Shades and tints

Shades of #887975

#887975
(136,121,117)
#7C6E6B
(124,110,107)
#706361
(112,99,97)
#645857
(100,88,87)
#584D4D
(88,77,77)
#4C4243
(76,66,67)
#403739
(64,55,57)
#342C2F
(52,44,47)
#282125
(40,33,37)
#1C161B
(28,22,27)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #887975

#887975
(136,121,117)
#928581
(146,133,129)
#9C918D
(156,145,141)
#A69D99
(166,157,153)
#B0A9A5
(176,169,165)
#BAB5B1
(186,181,177)
#C4C1BD
(196,193,189)
#CECDC9
(206,205,201)
#D8D9D5
(216,217,213)
#E2E5E1
(226,229,225)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887975 color. Also use rgb(136,121,117) instead hex code.

Text Font Color

.myTextColor { color: #887975; }

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

This text font color is #887975.


Background Color

.myBgColor { background-color: #887975; }

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

This div background color is #887975.


Border color

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

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

This div border color is #887975.


Opacity

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

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

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

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

This text has shadow with #887975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887975 on black background.


Color preview on white background

This text has color #887975 on white background.



Black color preview on #887975 background

This text has black color on #887975 background.


White color preview on #887975 background

This text has white color on #887975 background.