COLOR #784C8D

HEX: #784C8D
RGB: (120,76,141)

Color info

#784C8D contains mainly red and blue colors. Web safe color of #784C8D is #663399 (or #639).

RGB color model

#784C8D color RGB value is (120,76,141).

  • red value is 120;
  • green value is 76;
  • blue value is 141.
RGB:
(120,76,141)
(47%,30%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 76 of 255 = 30%
B 141 of 255 = 55%

120
76
141

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

Portions of RGB colors in percentages

R + G + B =
120 + 76 + 141 = 337 (100%)
R 120 of 337 ~ 35.61%
G 76 of 337 ~ 22.55%
B 141 of 337 ~ 41.84%

%35.61
%22.55
%41.84

CMYK color model

#784C8D color CMYK value is (15,46,0,45).

  • cyan value is 14.89%
  • magenta value is 46.10%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(15,46,0,45)
C15M46Y0K45 
(15%,46%,0%,45%)
(0.15/0.46/0.00/0.45)	

CMYK percentages

%14.89
%46.1
%0
%44.71

Codes

Color #784C8D in popluar color models

784C8D
RGB12076141
HSL281°29.95%42.55%
HSB/HSV281°46.10%55.29%
CMYK14.89%46.10%0.00%
44.71%

Color #784C8D in popluar number systems.

HEX784C8D
Decimal12076141
Binary1111000100110010001101
Octal170114215

Shades and tints

Shades of #784C8D

#784C8D
(120,76,141)
#6E4681
(110,70,129)
#644075
(100,64,117)
#5A3A69
(90,58,105)
#50345D
(80,52,93)
#462E51
(70,46,81)
#3C2845
(60,40,69)
#322239
(50,34,57)
#281C2D
(40,28,45)
#1E1621
(30,22,33)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #784C8D

#784C8D
(120,76,141)
#845C97
(132,92,151)
#906CA1
(144,108,161)
#9C7CAB
(156,124,171)
#A88CB5
(168,140,181)
#B49CBF
(180,156,191)
#C0ACC9
(192,172,201)
#CCBCD3
(204,188,211)
#D8CCDD
(216,204,221)
#E4DCE7
(228,220,231)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784C8D color. Also use rgb(120,76,141) instead hex code.

Text Font Color

.myTextColor { color: #784C8D; }

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

This text font color is #784C8D.


Background Color

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

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

This div background color is #784C8D.


Border color

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

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

This div border color is #784C8D.


Opacity

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

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

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

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

This text has shadow with #784C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784C8D on black background.


Color preview on white background

This text has color #784C8D on white background.



Black color preview on #784C8D background

This text has black color on #784C8D background.


White color preview on #784C8D background

This text has white color on #784C8D background.