COLOR #887375

HEX: #887375
RGB: (136,115,117)

Color info

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

RGB color model

#887375 color RGB value is (136,115,117).

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

RGB channels and saturation

R 136 of 255 = 53%
G 115 of 255 = 45%
B 117 of 255 = 46%

136
115
117

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

Portions of RGB colors in percentages

R + G + B =
136 + 115 + 117 = 368 (100%)
R 136 of 368 ~ 36.96%
G 115 of 368 ~ 31.25%
B 117 of 368 ~ 31.79%

%36.96
%31.25
%31.79

CMYK color model

#887375 color CMYK value is (0,15,14,47).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 13.97%
  • key color value is 46.67%
CMYK:
(0,15,14,47)
C0M15Y14K47 
(0%,15%,14%,47%)
(0.00/0.15/0.14/0.47)	

CMYK percentages

%0
%15.44
%13.97
%46.67

Codes

Color #887375 in popluar color models

887375
RGB136115117
HSL354°8.37%49.22%
HSB/HSV354°15.44%53.33%
CMYK0.00%15.44%13.97%
46.67%

Color #887375 in popluar number systems.

HEX887375
Decimal136115117
Binary1000100011100111110101
Octal210163165

Shades and tints

Shades of #887375

#887375
(136,115,117)
#7C696B
(124,105,107)
#705F61
(112,95,97)
#645557
(100,85,87)
#584B4D
(88,75,77)
#4C4143
(76,65,67)
#403739
(64,55,57)
#342D2F
(52,45,47)
#282325
(40,35,37)
#1C191B
(28,25,27)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #887375

#887375
(136,115,117)
#927F81
(146,127,129)
#9C8B8D
(156,139,141)
#A69799
(166,151,153)
#B0A3A5
(176,163,165)
#BAAFB1
(186,175,177)
#C4BBBD
(196,187,189)
#CEC7C9
(206,199,201)
#D8D3D5
(216,211,213)
#E2DFE1
(226,223,225)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887375; }

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

This text font color is #887375.


Background Color

.myBgColor { background-color: #887375; }

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

This div background color is #887375.


Border color

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

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

This div border color is #887375.


Opacity

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

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

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

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

This text has shadow with #887375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887375 on black background.


Color preview on white background

This text has color #887375 on white background.



Black color preview on #887375 background

This text has black color on #887375 background.


White color preview on #887375 background

This text has white color on #887375 background.