COLOR #785290

HEX: #785290
RGB: (120,82,144)

Color info

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

RGB color model

#785290 color RGB value is (120,82,144).

  • red value is 120;
  • green value is 82;
  • blue value is 144.
RGB:
(120,82,144)
(47%,32%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 82 of 255 = 32%
B 144 of 255 = 56%

120
82
144

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

Portions of RGB colors in percentages

R + G + B =
120 + 82 + 144 = 346 (100%)
R 120 of 346 ~ 34.68%
G 82 of 346 ~ 23.7%
B 144 of 346 ~ 41.62%

%34.68
%23.7
%41.62

CMYK color model

#785290 color CMYK value is (17,43,0,44).

  • cyan value is 16.67%
  • magenta value is 43.06%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(17,43,0,44)
C17M43Y0K44 
(17%,43%,0%,44%)
(0.17/0.43/0.00/0.44)	

CMYK percentages

%16.67
%43.06
%0
%43.53

Codes

Color #785290 in popluar color models

785290
RGB12082144
HSL277°27.43%44.31%
HSB/HSV277°43.06%56.47%
CMYK16.67%43.06%0.00%
43.53%

Color #785290 in popluar number systems.

HEX785290
Decimal12082144
Binary1111000101001010010000
Octal170122220

Shades and tints

Shades of #785290

#785290
(120,82,144)
#6E4B83
(110,75,131)
#644476
(100,68,118)
#5A3D69
(90,61,105)
#50365C
(80,54,92)
#462F4F
(70,47,79)
#3C2842
(60,40,66)
#322135
(50,33,53)
#281A28
(40,26,40)
#1E131B
(30,19,27)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #785290

#785290
(120,82,144)
#84619A
(132,97,154)
#9070A4
(144,112,164)
#9C7FAE
(156,127,174)
#A88EB8
(168,142,184)
#B49DC2
(180,157,194)
#C0ACCC
(192,172,204)
#CCBBD6
(204,187,214)
#D8CAE0
(216,202,224)
#E4D9EA
(228,217,234)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785290 color. Also use rgb(120,82,144) instead hex code.

Text Font Color

.myTextColor { color: #785290; }

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

This text font color is #785290.


Background Color

.myBgColor { background-color: #785290; }

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

This div background color is #785290.


Border color

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

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

This div border color is #785290.


Opacity

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

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

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

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

This text has shadow with #785290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785290 on black background.


Color preview on white background

This text has color #785290 on white background.



Black color preview on #785290 background

This text has black color on #785290 background.


White color preview on #785290 background

This text has white color on #785290 background.