COLOR #784F8C

HEX: #784F8C
RGB: (120,79,140)

Color info

#784F8C contains mainly red and blue colors. Web safe color of #784F8C is #666699 (or #669).

RGB color model

#784F8C color RGB value is (120,79,140).

  • red value is 120;
  • green value is 79;
  • blue value is 140.
RGB:
(120,79,140)
(47%,31%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 79 of 255 = 31%
B 140 of 255 = 55%

120
79
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 79 + 140 = 339 (100%)
R 120 of 339 ~ 35.4%
G 79 of 339 ~ 23.3%
B 140 of 339 ~ 41.3%

%35.4
%23.3
%41.3

CMYK color model

#784F8C color CMYK value is (14,44,0,45).

  • cyan value is 14.29%
  • magenta value is 43.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(14,44,0,45)
C14M44Y0K45 
(14%,44%,0%,45%)
(0.14/0.44/0.00/0.45)	

CMYK percentages

%14.29
%43.57
%0
%45.1

Codes

Color #784F8C in popluar color models

784F8C
RGB12079140
HSL280°27.85%42.94%
HSB/HSV280°43.57%54.90%
CMYK14.29%43.57%0.00%
45.10%

Color #784F8C in popluar number systems.

HEX784F8C
Decimal12079140
Binary1111000100111110001100
Octal170117214

Shades and tints

Shades of #784F8C

#784F8C
(120,79,140)
#6E4880
(110,72,128)
#644174
(100,65,116)
#5A3A68
(90,58,104)
#50335C
(80,51,92)
#462C50
(70,44,80)
#3C2544
(60,37,68)
#321E38
(50,30,56)
#28172C
(40,23,44)
#1E1020
(30,16,32)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #784F8C

#784F8C
(120,79,140)
#845F96
(132,95,150)
#906FA0
(144,111,160)
#9C7FAA
(156,127,170)
#A88FB4
(168,143,180)
#B49FBE
(180,159,190)
#C0AFC8
(192,175,200)
#CCBFD2
(204,191,210)
#D8CFDC
(216,207,220)
#E4DFE6
(228,223,230)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784F8C color. Also use rgb(120,79,140) instead hex code.

Text Font Color

.myTextColor { color: #784F8C; }

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

This text font color is #784F8C.


Background Color

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

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

This div background color is #784F8C.


Border color

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

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

This div border color is #784F8C.


Opacity

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

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

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

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

This text has shadow with #784F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784F8C on black background.


Color preview on white background

This text has color #784F8C on white background.



Black color preview on #784F8C background

This text has black color on #784F8C background.


White color preview on #784F8C background

This text has white color on #784F8C background.