COLOR #785580

HEX: #785580
RGB: (120,85,128)

Color info

#785580 contains red, green and blue colors in about the same proportion. Web safe color of #785580 is #666666 (or #666).

RGB color model

#785580 color RGB value is (120,85,128).

  • red value is 120;
  • green value is 85;
  • blue value is 128.
RGB:
(120,85,128)
(47%,33%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 85 of 255 = 33%
B 128 of 255 = 50%

120
85
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 85 + 128 = 333 (100%)
R 120 of 333 ~ 36.04%
G 85 of 333 ~ 25.53%
B 128 of 333 ~ 38.44%

%36.04
%25.53
%38.44

CMYK color model

#785580 color CMYK value is (6,34,0,50).

  • cyan value is 6.25%
  • magenta value is 33.59%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(6,34,0,50)
C6M34Y0K50 
(6%,34%,0%,50%)
(0.06/0.34/0.00/0.50)	

CMYK percentages

%6.25
%33.59
%0
%49.8

Codes

Color #785580 in popluar color models

785580
RGB12085128
HSL289°20.19%41.76%
HSB/HSV289°33.59%50.20%
CMYK6.25%33.59%0.00%
49.80%

Color #785580 in popluar number systems.

HEX785580
Decimal12085128
Binary1111000101010110000000
Octal170125200

Shades and tints

Shades of #785580

#785580
(120,85,128)
#6E4E75
(110,78,117)
#64476A
(100,71,106)
#5A405F
(90,64,95)
#503954
(80,57,84)
#463249
(70,50,73)
#3C2B3E
(60,43,62)
#322433
(50,36,51)
#281D28
(40,29,40)
#1E161D
(30,22,29)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #785580

#785580
(120,85,128)
#84648B
(132,100,139)
#907396
(144,115,150)
#9C82A1
(156,130,161)
#A891AC
(168,145,172)
#B4A0B7
(180,160,183)
#C0AFC2
(192,175,194)
#CCBECD
(204,190,205)
#D8CDD8
(216,205,216)
#E4DCE3
(228,220,227)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785580 color. Also use rgb(120,85,128) instead hex code.

Text Font Color

.myTextColor { color: #785580; }

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

This text font color is #785580.


Background Color

.myBgColor { background-color: #785580; }

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

This div background color is #785580.


Border color

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

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

This div border color is #785580.


Opacity

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

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

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

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

This text has shadow with #785580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785580 on black background.


Color preview on white background

This text has color #785580 on white background.



Black color preview on #785580 background

This text has black color on #785580 background.


White color preview on #785580 background

This text has white color on #785580 background.