COLOR #886578

HEX: #886578
RGB: (136,101,120)

Color info

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

RGB color model

#886578 color RGB value is (136,101,120).

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

RGB channels and saturation

R 136 of 255 = 53%
G 101 of 255 = 40%
B 120 of 255 = 47%

136
101
120

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

Portions of RGB colors in percentages

R + G + B =
136 + 101 + 120 = 357 (100%)
R 136 of 357 ~ 38.1%
G 101 of 357 ~ 28.29%
B 120 of 357 ~ 33.61%

%38.1
%28.29
%33.61

CMYK color model

#886578 color CMYK value is (0,26,12,47).

  • cyan value is 0.00%
  • magenta value is 25.74%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK:
(0,26,12,47)
C0M26Y12K47 
(0%,26%,12%,47%)
(0.00/0.26/0.12/0.47)	

CMYK percentages

%0
%25.74
%11.76
%46.67

Codes

Color #886578 in popluar color models

886578
RGB136101120
HSL327°14.77%46.47%
HSB/HSV327°25.74%53.33%
CMYK0.00%25.74%11.76%
46.67%

Color #886578 in popluar number systems.

HEX886578
Decimal136101120
Binary1000100011001011111000
Octal210145170

Shades and tints

Shades of #886578

#886578
(136,101,120)
#7C5C6E
(124,92,110)
#705364
(112,83,100)
#644A5A
(100,74,90)
#584150
(88,65,80)
#4C3846
(76,56,70)
#402F3C
(64,47,60)
#342632
(52,38,50)
#281D28
(40,29,40)
#1C141E
(28,20,30)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #886578

#886578
(136,101,120)
#927384
(146,115,132)
#9C8190
(156,129,144)
#A68F9C
(166,143,156)
#B09DA8
(176,157,168)
#BAABB4
(186,171,180)
#C4B9C0
(196,185,192)
#CEC7CC
(206,199,204)
#D8D5D8
(216,213,216)
#E2E3E4
(226,227,228)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886578 color. Also use rgb(136,101,120) instead hex code.

Text Font Color

.myTextColor { color: #886578; }

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

This text font color is #886578.


Background Color

.myBgColor { background-color: #886578; }

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

This div background color is #886578.


Border color

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

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

This div border color is #886578.


Opacity

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

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

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

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

This text has shadow with #886578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886578 on black background.


Color preview on white background

This text has color #886578 on white background.



Black color preview on #886578 background

This text has black color on #886578 background.


White color preview on #886578 background

This text has white color on #886578 background.