COLOR #887799

HEX: #887799
RGB: (136,119,153)

Color info

#887799 contains red, green and blue colors in about the same proportion. Web safe color of #887799 is #996699 (or #969).

RGB color model

#887799 color RGB value is (136,119,153).

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

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 153 of 255 = 60%

136
119
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 153 = 408 (100%)
R 136 of 408 ~ 33.33%
G 119 of 408 ~ 29.17%
B 153 of 408 ~ 37.5%

%33.33
%29.17
%37.5

CMYK color model

#887799 color CMYK value is (11,22,0,40).

  • cyan value is 11.11%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(11,22,0,40)
C11M22Y0K40 
(11%,22%,0%,40%)
(0.11/0.22/0.00/0.40)	

CMYK percentages

%11.11
%22.22
%0
%40

Codes

Color #887799 in popluar color models

887799
RGB136119153
HSL270°14.29%53.33%
HSB/HSV270°22.22%60.00%
CMYK11.11%22.22%0.00%
40.00%

Color #887799 in popluar number systems.

HEX887799
Decimal136119153
Binary10001000111011110011001
Octal210167231

Shades and tints

Shades of #887799

#887799
(136,119,153)
#7C6D8C
(124,109,140)
#70637F
(112,99,127)
#645972
(100,89,114)
#584F65
(88,79,101)
#4C4558
(76,69,88)
#403B4B
(64,59,75)
#34313E
(52,49,62)
#282731
(40,39,49)
#1C1D24
(28,29,36)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #887799

#887799
(136,119,153)
#9283A2
(146,131,162)
#9C8FAB
(156,143,171)
#A69BB4
(166,155,180)
#B0A7BD
(176,167,189)
#BAB3C6
(186,179,198)
#C4BFCF
(196,191,207)
#CECBD8
(206,203,216)
#D8D7E1
(216,215,225)
#E2E3EA
(226,227,234)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887799; }

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

This text font color is #887799.


Background Color

.myBgColor { background-color: #887799; }

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

This div background color is #887799.


Border color

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

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

This div border color is #887799.


Opacity

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

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

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

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

This text has shadow with #887799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887799 on black background.


Color preview on white background

This text has color #887799 on white background.



Black color preview on #887799 background

This text has black color on #887799 background.


White color preview on #887799 background

This text has white color on #887799 background.