COLOR #785084

HEX: #785084
RGB: (120,80,132)

Color info

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

RGB color model

#785084 color RGB value is (120,80,132).

  • red value is 120;
  • green value is 80;
  • blue value is 132.
RGB:
(120,80,132)
(47%,31%,52%)

RGB channels and saturation

R 120 of 255 = 47%
G 80 of 255 = 31%
B 132 of 255 = 52%

120
80
132

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

Portions of RGB colors in percentages

R + G + B =
120 + 80 + 132 = 332 (100%)
R 120 of 332 ~ 36.14%
G 80 of 332 ~ 24.1%
B 132 of 332 ~ 39.76%

%36.14
%24.1
%39.76

CMYK color model

#785084 color CMYK value is (9,39,0,48).

  • cyan value is 9.09%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(9,39,0,48)
C9M39Y0K48 
(9%,39%,0%,48%)
(0.09/0.39/0.00/0.48)	

CMYK percentages

%9.09
%39.39
%0
%48.24

Codes

Color #785084 in popluar color models

785084
RGB12080132
HSL286°24.53%41.57%
HSB/HSV286°39.39%51.76%
CMYK9.09%39.39%0.00%
48.24%

Color #785084 in popluar number systems.

HEX785084
Decimal12080132
Binary1111000101000010000100
Octal170120204

Shades and tints

Shades of #785084

#785084
(120,80,132)
#6E4978
(110,73,120)
#64426C
(100,66,108)
#5A3B60
(90,59,96)
#503454
(80,52,84)
#462D48
(70,45,72)
#3C263C
(60,38,60)
#321F30
(50,31,48)
#281824
(40,24,36)
#1E1118
(30,17,24)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #785084

#785084
(120,80,132)
#845F8F
(132,95,143)
#906E9A
(144,110,154)
#9C7DA5
(156,125,165)
#A88CB0
(168,140,176)
#B49BBB
(180,155,187)
#C0AAC6
(192,170,198)
#CCB9D1
(204,185,209)
#D8C8DC
(216,200,220)
#E4D7E7
(228,215,231)
#F0E6F2
(240,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785084 color. Also use rgb(120,80,132) instead hex code.

Text Font Color

.myTextColor { color: #785084; }

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

This text font color is #785084.


Background Color

.myBgColor { background-color: #785084; }

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

This div background color is #785084.


Border color

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

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

This div border color is #785084.


Opacity

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

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

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

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

This text has shadow with #785084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785084 on black background.


Color preview on white background

This text has color #785084 on white background.



Black color preview on #785084 background

This text has black color on #785084 background.


White color preview on #785084 background

This text has white color on #785084 background.