COLOR #784D87

HEX: #784D87
RGB: (120,77,135)

Color info

#784D87 contains red, green and blue colors in about the same proportion. Web safe color of #784D87 is #663399 (or #639).

RGB color model

#784D87 color RGB value is (120,77,135).

  • red value is 120;
  • green value is 77;
  • blue value is 135.
RGB:
(120,77,135)
(47%,30%,53%)

RGB channels and saturation

R 120 of 255 = 47%
G 77 of 255 = 30%
B 135 of 255 = 53%

120
77
135

R + G + B ~ 43%. #784D87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 77 + 135 = 332 (100%)
R 120 of 332 ~ 36.14%
G 77 of 332 ~ 23.19%
B 135 of 332 ~ 40.66%

%36.14
%23.19
%40.66

CMYK color model

#784D87 color CMYK value is (11,43,0,47).

  • cyan value is 11.11%
  • magenta value is 42.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(11,43,0,47)
C11M43Y0K47 
(11%,43%,0%,47%)
(0.11/0.43/0.00/0.47)	

CMYK percentages

%11.11
%42.96
%0
%47.06

Codes

Color #784D87 in popluar color models

784D87
RGB12077135
HSL284°27.36%41.57%
HSB/HSV284°42.96%52.94%
CMYK11.11%42.96%0.00%
47.06%

Color #784D87 in popluar number systems.

HEX784D87
Decimal12077135
Binary1111000100110110000111
Octal170115207

Shades and tints

Shades of #784D87

#784D87
(120,77,135)
#6E467B
(110,70,123)
#643F6F
(100,63,111)
#5A3863
(90,56,99)
#503157
(80,49,87)
#462A4B
(70,42,75)
#3C233F
(60,35,63)
#321C33
(50,28,51)
#281527
(40,21,39)
#1E0E1B
(30,14,27)
#14070F
(20,7,15)
#000000
(0,0,0)

Tints of #784D87

#784D87
(120,77,135)
#845D91
(132,93,145)
#906D9B
(144,109,155)
#9C7DA5
(156,125,165)
#A88DAF
(168,141,175)
#B49DB9
(180,157,185)
#C0ADC3
(192,173,195)
#CCBDCD
(204,189,205)
#D8CDD7
(216,205,215)
#E4DDE1
(228,221,225)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784D87 color. Also use rgb(120,77,135) instead hex code.

Text Font Color

.myTextColor { color: #784D87; }

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

This text font color is #784D87.


Background Color

.myBgColor { background-color: #784D87; }

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

This div background color is #784D87.


Border color

.myBorderColor { border: 1px solid #784D87; }

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

This div border color is #784D87.


Opacity

.myOpacity80 { color: #784D87; opacity: 0.8; }

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

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

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

This text has shadow with #784D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784D87 on black background.


Color preview on white background

This text has color #784D87 on white background.



Black color preview on #784D87 background

This text has black color on #784D87 background.


White color preview on #784D87 background

This text has white color on #784D87 background.