COLOR #887728

HEX: #887728
RGB: (136,119,40)

Color info

#887728 contains mainly red and green colors. Web safe color of #887728 is #996633 (or #963).

RGB color model

#887728 color RGB value is (136,119,40).

  • red value is 136;
  • green value is 119;
  • blue value is 40.
RGB:
(136,119,40)
(53%,47%,16%)

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 40 of 255 = 16%

136
119
40

R + G + B ~ 39%. #887728 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 40 = 295 (100%)
R 136 of 295 ~ 46.1%
G 119 of 295 ~ 40.34%
B 40 of 295 ~ 13.56%

%46.1
%40.34
%13.56

CMYK color model

#887728 color CMYK value is (0,13,71,47).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 70.59%
  • key color value is 46.67%
CMYK:
(0,13,71,47)
C0M13Y71K47 
(0%,13%,71%,47%)
(0.00/0.13/0.71/0.47)	

CMYK percentages

%0
%12.5
%70.59
%46.67

Codes

Color #887728 in popluar color models

887728
RGB13611940
HSL49°54.55%34.51%
HSB/HSV49°70.59%53.33%
CMYK0.00%12.50%70.59%
46.67%

Color #887728 in popluar number systems.

HEX887728
Decimal13611940
Binary100010001110111101000
Octal21016750

Shades and tints

Shades of #887728

#887728
(136,119,40)
#7C6D25
(124,109,37)
#706322
(112,99,34)
#64591F
(100,89,31)
#584F1C
(88,79,28)
#4C4519
(76,69,25)
#403B16
(64,59,22)
#343113
(52,49,19)
#282710
(40,39,16)
#1C1D0D
(28,29,13)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #887728

#887728
(136,119,40)
#92833B
(146,131,59)
#9C8F4E
(156,143,78)
#A69B61
(166,155,97)
#B0A774
(176,167,116)
#BAB387
(186,179,135)
#C4BF9A
(196,191,154)
#CECBAD
(206,203,173)
#D8D7C0
(216,215,192)
#E2E3D3
(226,227,211)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887728 color. Also use rgb(136,119,40) instead hex code.

Text Font Color

.myTextColor { color: #887728; }

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

This text font color is #887728.


Background Color

.myBgColor { background-color: #887728; }

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

This div background color is #887728.


Border color

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

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

This div border color is #887728.


Opacity

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

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

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

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

This text has shadow with #887728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887728 on black background.


Color preview on white background

This text has color #887728 on white background.



Black color preview on #887728 background

This text has black color on #887728 background.


White color preview on #887728 background

This text has white color on #887728 background.