COLOR #785C82

HEX: #785C82
RGB: (120,92,130)

Color info

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

RGB color model

#785C82 color RGB value is (120,92,130).

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

RGB channels and saturation

R 120 of 255 = 47%
G 92 of 255 = 36%
B 130 of 255 = 51%

120
92
130

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

Portions of RGB colors in percentages

R + G + B =
120 + 92 + 130 = 342 (100%)
R 120 of 342 ~ 35.09%
G 92 of 342 ~ 26.9%
B 130 of 342 ~ 38.01%

%35.09
%26.9
%38.01

CMYK color model

#785C82 color CMYK value is (8,29,0,49).

  • cyan value is 7.69%
  • magenta value is 29.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,29,0,49)
C8M29Y0K49 
(8%,29%,0%,49%)
(0.08/0.29/0.00/0.49)	

CMYK percentages

%7.69
%29.23
%0
%49.02

Codes

Color #785C82 in popluar color models

785C82
RGB12092130
HSL284°17.12%43.53%
HSB/HSV284°29.23%50.98%
CMYK7.69%29.23%0.00%
49.02%

Color #785C82 in popluar number systems.

HEX785C82
Decimal12092130
Binary1111000101110010000010
Octal170134202

Shades and tints

Shades of #785C82

#785C82
(120,92,130)
#6E5477
(110,84,119)
#644C6C
(100,76,108)
#5A4461
(90,68,97)
#503C56
(80,60,86)
#46344B
(70,52,75)
#3C2C40
(60,44,64)
#322435
(50,36,53)
#281C2A
(40,28,42)
#1E141F
(30,20,31)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #785C82

#785C82
(120,92,130)
#846A8D
(132,106,141)
#907898
(144,120,152)
#9C86A3
(156,134,163)
#A894AE
(168,148,174)
#B4A2B9
(180,162,185)
#C0B0C4
(192,176,196)
#CCBECF
(204,190,207)
#D8CCDA
(216,204,218)
#E4DAE5
(228,218,229)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785C82; }

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

This text font color is #785C82.


Background Color

.myBgColor { background-color: #785C82; }

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

This div background color is #785C82.


Border color

.myBorderColor { border: 1px solid #785C82; }

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

This div border color is #785C82.


Opacity

.myOpacity80 { color: #785C82; opacity: 0.8; }

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

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

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

This text has shadow with #785C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785C82 on black background.


Color preview on white background

This text has color #785C82 on white background.



Black color preview on #785C82 background

This text has black color on #785C82 background.


White color preview on #785C82 background

This text has white color on #785C82 background.