COLOR #784896

HEX: #784896
RGB: (120,72,150)

Color info

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

RGB color model

#784896 color RGB value is (120,72,150).

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

RGB channels and saturation

R 120 of 255 = 47%
G 72 of 255 = 28%
B 150 of 255 = 59%

120
72
150

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

Portions of RGB colors in percentages

R + G + B =
120 + 72 + 150 = 342 (100%)
R 120 of 342 ~ 35.09%
G 72 of 342 ~ 21.05%
B 150 of 342 ~ 43.86%

%35.09
%21.05
%43.86

CMYK color model

#784896 color CMYK value is (20,52,0,41).

  • cyan value is 20.00%
  • magenta value is 52.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(20,52,0,41)
C20M52Y0K41 
(20%,52%,0%,41%)
(0.20/0.52/0.00/0.41)	

CMYK percentages

%20
%52
%0
%41.18

Codes

Color #784896 in popluar color models

784896
RGB12072150
HSL277°35.14%43.53%
HSB/HSV277°52.00%58.82%
CMYK20.00%52.00%0.00%
41.18%

Color #784896 in popluar number systems.

HEX784896
Decimal12072150
Binary1111000100100010010110
Octal170110226

Shades and tints

Shades of #784896

#784896
(120,72,150)
#6E4289
(110,66,137)
#643C7C
(100,60,124)
#5A366F
(90,54,111)
#503062
(80,48,98)
#462A55
(70,42,85)
#3C2448
(60,36,72)
#321E3B
(50,30,59)
#28182E
(40,24,46)
#1E1221
(30,18,33)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #784896

#784896
(120,72,150)
#84589F
(132,88,159)
#9068A8
(144,104,168)
#9C78B1
(156,120,177)
#A888BA
(168,136,186)
#B498C3
(180,152,195)
#C0A8CC
(192,168,204)
#CCB8D5
(204,184,213)
#D8C8DE
(216,200,222)
#E4D8E7
(228,216,231)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784896; }

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

This text font color is #784896.


Background Color

.myBgColor { background-color: #784896; }

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

This div background color is #784896.


Border color

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

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

This div border color is #784896.


Opacity

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

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

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

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

This text has shadow with #784896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784896 on black background.


Color preview on white background

This text has color #784896 on white background.



Black color preview on #784896 background

This text has black color on #784896 background.


White color preview on #784896 background

This text has white color on #784896 background.