COLOR #785482

HEX: #785482
RGB: (120,84,130)

Color info

#785482 contains red, green and blue colors in about the same proportion. Web safe color of #785482 is #666699 (or #669).

RGB color model

#785482 color RGB value is (120,84,130).

  • red value is 120;
  • green value is 84;
  • blue value is 130.
RGB:
(120,84,130)
(47%,33%,51%)

RGB channels and saturation

R 120 of 255 = 47%
G 84 of 255 = 33%
B 130 of 255 = 51%

120
84
130

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

Portions of RGB colors in percentages

R + G + B =
120 + 84 + 130 = 334 (100%)
R 120 of 334 ~ 35.93%
G 84 of 334 ~ 25.15%
B 130 of 334 ~ 38.92%

%35.93
%25.15
%38.92

CMYK color model

#785482 color CMYK value is (8,35,0,49).

  • cyan value is 7.69%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,35,0,49)
C8M35Y0K49 
(8%,35%,0%,49%)
(0.08/0.35/0.00/0.49)	

CMYK percentages

%7.69
%35.38
%0
%49.02

Codes

Color #785482 in popluar color models

785482
RGB12084130
HSL287°21.50%41.96%
HSB/HSV287°35.38%50.98%
CMYK7.69%35.38%0.00%
49.02%

Color #785482 in popluar number systems.

HEX785482
Decimal12084130
Binary1111000101010010000010
Octal170124202

Shades and tints

Shades of #785482

#785482
(120,84,130)
#6E4D77
(110,77,119)
#64466C
(100,70,108)
#5A3F61
(90,63,97)
#503856
(80,56,86)
#46314B
(70,49,75)
#3C2A40
(60,42,64)
#322335
(50,35,53)
#281C2A
(40,28,42)
#1E151F
(30,21,31)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #785482

#785482
(120,84,130)
#84638D
(132,99,141)
#907298
(144,114,152)
#9C81A3
(156,129,163)
#A890AE
(168,144,174)
#B49FB9
(180,159,185)
#C0AEC4
(192,174,196)
#CCBDCF
(204,189,207)
#D8CCDA
(216,204,218)
#E4DBE5
(228,219,229)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785482 color. Also use rgb(120,84,130) instead hex code.

Text Font Color

.myTextColor { color: #785482; }

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

This text font color is #785482.


Background Color

.myBgColor { background-color: #785482; }

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

This div background color is #785482.


Border color

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

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

This div border color is #785482.


Opacity

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

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

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

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

This text has shadow with #785482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785482 on black background.


Color preview on white background

This text has color #785482 on white background.



Black color preview on #785482 background

This text has black color on #785482 background.


White color preview on #785482 background

This text has white color on #785482 background.