COLOR #884D7A

HEX: #884D7A
RGB: (136,77,122)

Color info

#884D7A contains red, green and blue colors in about the same proportion. Web safe color of #884D7A is #993366 (or #936).

RGB color model

#884D7A color RGB value is (136,77,122).

  • red value is 136;
  • green value is 77;
  • blue value is 122.
RGB:
(136,77,122)
(53%,30%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 77 of 255 = 30%
B 122 of 255 = 48%

136
77
122

R + G + B ~ 44%. #884D7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 77 + 122 = 335 (100%)
R 136 of 335 ~ 40.6%
G 77 of 335 ~ 22.99%
B 122 of 335 ~ 36.42%

%40.6
%22.99
%36.42

CMYK color model

#884D7A color CMYK value is (0,43,10,47).

  • cyan value is 0.00%
  • magenta value is 43.38%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(0,43,10,47)
C0M43Y10K47 
(0%,43%,10%,47%)
(0.00/0.43/0.10/0.47)	

CMYK percentages

%0
%43.38
%10.29
%46.67

Codes

Color #884D7A in popluar color models

884D7A
RGB13677122
HSL314°27.70%41.76%
HSB/HSV314°43.38%53.33%
CMYK0.00%43.38%10.29%
46.67%

Color #884D7A in popluar number systems.

HEX884D7A
Decimal13677122
Binary1000100010011011111010
Octal210115172

Shades and tints

Shades of #884D7A

#884D7A
(136,77,122)
#7C466F
(124,70,111)
#703F64
(112,63,100)
#643859
(100,56,89)
#58314E
(88,49,78)
#4C2A43
(76,42,67)
#402338
(64,35,56)
#341C2D
(52,28,45)
#281522
(40,21,34)
#1C0E17
(28,14,23)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #884D7A

#884D7A
(136,77,122)
#925D86
(146,93,134)
#9C6D92
(156,109,146)
#A67D9E
(166,125,158)
#B08DAA
(176,141,170)
#BA9DB6
(186,157,182)
#C4ADC2
(196,173,194)
#CEBDCE
(206,189,206)
#D8CDDA
(216,205,218)
#E2DDE6
(226,221,230)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884D7A color. Also use rgb(136,77,122) instead hex code.

Text Font Color

.myTextColor { color: #884D7A; }

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

This text font color is #884D7A.


Background Color

.myBgColor { background-color: #884D7A; }

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

This div background color is #884D7A.


Border color

.myBorderColor { border: 1px solid #884D7A; }

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

This div border color is #884D7A.


Opacity

.myOpacity80 { color: #884D7A; opacity: 0.8; }

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

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

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

This text has shadow with #884D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884D7A on black background.


Color preview on white background

This text has color #884D7A on white background.



Black color preview on #884D7A background

This text has black color on #884D7A background.


White color preview on #884D7A background

This text has white color on #884D7A background.