COLOR #785B78

HEX: #785B78
RGB: (120,91,120)

Color info

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

RGB color model

#785B78 color RGB value is (120,91,120).

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

RGB channels and saturation

R 120 of 255 = 47%
G 91 of 255 = 36%
B 120 of 255 = 47%

120
91
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 91 + 120 = 331 (100%)
R 120 of 331 ~ 36.25%
G 91 of 331 ~ 27.49%
B 120 of 331 ~ 36.25%

%36.25
%27.49
%36.25

CMYK color model

#785B78 color CMYK value is (0,24,0,53).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(0,24,0,53)
C0M24Y0K53 
(0%,24%,0%,53%)
(0.00/0.24/0.00/0.53)	

CMYK percentages

%0
%24.17
%0
%52.94

Codes

Color #785B78 in popluar color models

785B78
RGB12091120
HSL300°13.74%41.37%
HSB/HSV300°24.17%47.06%
CMYK0.00%24.17%0.00%
52.94%

Color #785B78 in popluar number systems.

HEX785B78
Decimal12091120
Binary111100010110111111000
Octal170133170

Shades and tints

Shades of #785B78

#785B78
(120,91,120)
#6E536E
(110,83,110)
#644B64
(100,75,100)
#5A435A
(90,67,90)
#503B50
(80,59,80)
#463346
(70,51,70)
#3C2B3C
(60,43,60)
#322332
(50,35,50)
#281B28
(40,27,40)
#1E131E
(30,19,30)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #785B78

#785B78
(120,91,120)
#846984
(132,105,132)
#907790
(144,119,144)
#9C859C
(156,133,156)
#A893A8
(168,147,168)
#B4A1B4
(180,161,180)
#C0AFC0
(192,175,192)
#CCBDCC
(204,189,204)
#D8CBD8
(216,203,216)
#E4D9E4
(228,217,228)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785B78; }

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

This text font color is #785B78.


Background Color

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

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

This div background color is #785B78.


Border color

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

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

This div border color is #785B78.


Opacity

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

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

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

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

This text has shadow with #785B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785B78 on black background.


Color preview on white background

This text has color #785B78 on white background.



Black color preview on #785B78 background

This text has black color on #785B78 background.


White color preview on #785B78 background

This text has white color on #785B78 background.