COLOR #784D8E

HEX: #784D8E RGB: (120,77,142)

Color info

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

RGB color model

#784D8E color RGB value is (120,77,142).

RGB: (120,77,142) (47%, 30%, 56%)

RGB channels and saturation

R 120 of 255 = 47%
G 77 of 255 = 30%
B 142 of 255 = 56%

120
77
142

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

Portions of RGB colors in percentages

R + G + B = 120 + 77 + 142 = 339 (100%)
R 120 of 339 ~ 35.4%
G 77 of 339 ~ 22.71%
B 142 of 339 ~ 41.89'%

%35.4
%22.71
%41.89

CMYK color model

#784D8E color CMYK value is (15,46,0,44).

  • cyan value is 15.49%
  • magenta value is 45.77%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (15,46,0,44)
C15M46Y0K44 (15%, 46%, 0%, 44%)
(0.15 / 0.46 / 0.00 / 0.44)

CMYK percentages

%15.49
%45.77
%0
%44.31

Codes

Color #784D8E in popluar color models

78 4D 8E
RGB 120 77 142
HSL 280° 29.68% 42.94%
HSB/HSV 280° 45.77% 55.69%
CMYK 15.49% 45.77% 0.00%
44.31%

Color #784D8E in popluar number systems.

HEX 78 4D 8E
Decimal 120 77 142
Binary 1111000 1001101 10001110
Octal 170 115 216

Shades and tints

Shades of #784D8E

#784D8E
(120,77,142)
#6E4682
(110,70,130)
#643F76
(100,63,118)
#5A386A
(90,56,106)
#50315E
(80,49,94)
#462A52
(70,42,82)
#3C2346
(60,35,70)
#321C3A
(50,28,58)
#28152E
(40,21,46)
#1E0E22
(30,14,34)
#140716
(20,7,22)
#000000
(0,0,0)

Tints of #784D8E

#784D8E
(120,77,142)
#845D98
(132,93,152)
#906DA2
(144,109,162)
#9C7DAC
(156,125,172)
#A88DB6
(168,141,182)
#B49DC0
(180,157,192)
#C0ADCA
(192,173,202)
#CCBDD4
(204,189,212)
#D8CDDE
(216,205,222)
#E4DDE8
(228,221,232)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784D8E; }

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

This text font color is #784D8E.

Background Color

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

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

This div background color is #784D8E.

Border color

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

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

This div border color is #784D8E.

Opacity

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

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

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

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

This text has shadow with #784D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784D8E.

Preview

Color preview on black background

This text has color #784D8E on black background.


Color preview on white background

This text has color #784D8E on white background.


Black color preview on #784D8E background

This text has black color on #784D8E background.


White color preview on #784D8E background

This text has white color on #784D8E background.


Related colors

Complementary color

Complementary color for #hex is #87B271.


I love getcolorcode.com

Triadic colors

1 #8E784D and #4D8E78 with #784D8E are triadic colors.

2 #8E4D78 and #4D788E with #784D8E are triadic colors.