COLOR #784880

HEX: #784880
RGB: (120,72,128)

Color info

#784880 contains red, green and blue colors in about the same proportion. Web safe color of #784880 is #663366 (or #636).

RGB color model

#784880 color RGB value is (120,72,128).

  • red value is 120;
  • green value is 72;
  • blue value is 128.
RGB:
(120,72,128)
(47%,28%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 72 of 255 = 28%
B 128 of 255 = 50%

120
72
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 72 + 128 = 320 (100%)
R 120 of 320 ~ 37.5%
G 72 of 320 ~ 22.5%
B 128 of 320 ~ 40%

%37.5
%22.5
%40

CMYK color model

#784880 color CMYK value is (6,44,0,50).

  • cyan value is 6.25%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(6,44,0,50)
C6M44Y0K50 
(6%,44%,0%,50%)
(0.06/0.44/0.00/0.50)	

CMYK percentages

%6.25
%43.75
%0
%49.8

Codes

Color #784880 in popluar color models

784880
RGB12072128
HSL291°28.00%39.22%
HSB/HSV291°43.75%50.20%
CMYK6.25%43.75%0.00%
49.80%

Color #784880 in popluar number systems.

HEX784880
Decimal12072128
Binary1111000100100010000000
Octal170110200

Shades and tints

Shades of #784880

#784880
(120,72,128)
#6E4275
(110,66,117)
#643C6A
(100,60,106)
#5A365F
(90,54,95)
#503054
(80,48,84)
#462A49
(70,42,73)
#3C243E
(60,36,62)
#321E33
(50,30,51)
#281828
(40,24,40)
#1E121D
(30,18,29)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #784880

#784880
(120,72,128)
#84588B
(132,88,139)
#906896
(144,104,150)
#9C78A1
(156,120,161)
#A888AC
(168,136,172)
#B498B7
(180,152,183)
#C0A8C2
(192,168,194)
#CCB8CD
(204,184,205)
#D8C8D8
(216,200,216)
#E4D8E3
(228,216,227)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784880 color. Also use rgb(120,72,128) instead hex code.

Text Font Color

.myTextColor { color: #784880; }

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

This text font color is #784880.


Background Color

.myBgColor { background-color: #784880; }

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

This div background color is #784880.


Border color

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

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

This div border color is #784880.


Opacity

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

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

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

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

This text has shadow with #784880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784880 on black background.


Color preview on white background

This text has color #784880 on white background.



Black color preview on #784880 background

This text has black color on #784880 background.


White color preview on #784880 background

This text has white color on #784880 background.