COLOR #784792

HEX: #784792
RGB: (120,71,146)

Color info

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

RGB color model

#784792 color RGB value is (120,71,146).

  • red value is 120;
  • green value is 71;
  • blue value is 146.
RGB:
(120,71,146)
(47%,28%,57%)

RGB channels and saturation

R 120 of 255 = 47%
G 71 of 255 = 28%
B 146 of 255 = 57%

120
71
146

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

Portions of RGB colors in percentages

R + G + B =
120 + 71 + 146 = 337 (100%)
R 120 of 337 ~ 35.61%
G 71 of 337 ~ 21.07%
B 146 of 337 ~ 43.32%

%35.61
%21.07
%43.32

CMYK color model

#784792 color CMYK value is (18,51,0,43).

  • cyan value is 17.81%
  • magenta value is 51.37%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(18,51,0,43)
C18M51Y0K43 
(18%,51%,0%,43%)
(0.18/0.51/0.00/0.43)	

CMYK percentages

%17.81
%51.37
%0
%42.75

Codes

Color #784792 in popluar color models

784792
RGB12071146
HSL279°34.56%42.55%
HSB/HSV279°51.37%57.25%
CMYK17.81%51.37%0.00%
42.75%

Color #784792 in popluar number systems.

HEX784792
Decimal12071146
Binary1111000100011110010010
Octal170107222

Shades and tints

Shades of #784792

#784792
(120,71,146)
#6E4185
(110,65,133)
#643B78
(100,59,120)
#5A356B
(90,53,107)
#502F5E
(80,47,94)
#462951
(70,41,81)
#3C2344
(60,35,68)
#321D37
(50,29,55)
#28172A
(40,23,42)
#1E111D
(30,17,29)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #784792

#784792
(120,71,146)
#84579B
(132,87,155)
#9067A4
(144,103,164)
#9C77AD
(156,119,173)
#A887B6
(168,135,182)
#B497BF
(180,151,191)
#C0A7C8
(192,167,200)
#CCB7D1
(204,183,209)
#D8C7DA
(216,199,218)
#E4D7E3
(228,215,227)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784792 color. Also use rgb(120,71,146) instead hex code.

Text Font Color

.myTextColor { color: #784792; }

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

This text font color is #784792.


Background Color

.myBgColor { background-color: #784792; }

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

This div background color is #784792.


Border color

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

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

This div border color is #784792.


Opacity

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

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

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

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

This text has shadow with #784792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784792 on black background.


Color preview on white background

This text has color #784792 on white background.



Black color preview on #784792 background

This text has black color on #784792 background.


White color preview on #784792 background

This text has white color on #784792 background.