COLOR #785F96

HEX: #785F96
RGB: (120,95,150)

Color info

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

RGB color model

#785F96 color RGB value is (120,95,150).

  • red value is 120;
  • green value is 95;
  • blue value is 150.
RGB:
(120,95,150)
(47%,37%,59%)

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 150 of 255 = 59%

120
95
150

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

Portions of RGB colors in percentages

R + G + B =
120 + 95 + 150 = 365 (100%)
R 120 of 365 ~ 32.88%
G 95 of 365 ~ 26.03%
B 150 of 365 ~ 41.1%

%32.88
%26.03
%41.1

CMYK color model

#785F96 color CMYK value is (20,37,0,41).

  • cyan value is 20.00%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(20,37,0,41)
C20M37Y0K41 
(20%,37%,0%,41%)
(0.20/0.37/0.00/0.41)	

CMYK percentages

%20
%36.67
%0
%41.18

Codes

Color #785F96 in popluar color models

785F96
RGB12095150
HSL267°22.45%48.04%
HSB/HSV267°36.67%58.82%
CMYK20.00%36.67%0.00%
41.18%

Color #785F96 in popluar number systems.

HEX785F96
Decimal12095150
Binary1111000101111110010110
Octal170137226

Shades and tints

Shades of #785F96

#785F96
(120,95,150)
#6E5789
(110,87,137)
#644F7C
(100,79,124)
#5A476F
(90,71,111)
#503F62
(80,63,98)
#463755
(70,55,85)
#3C2F48
(60,47,72)
#32273B
(50,39,59)
#281F2E
(40,31,46)
#1E1721
(30,23,33)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #785F96

#785F96
(120,95,150)
#846D9F
(132,109,159)
#907BA8
(144,123,168)
#9C89B1
(156,137,177)
#A897BA
(168,151,186)
#B4A5C3
(180,165,195)
#C0B3CC
(192,179,204)
#CCC1D5
(204,193,213)
#D8CFDE
(216,207,222)
#E4DDE7
(228,221,231)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785F96; }

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

This text font color is #785F96.


Background Color

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

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

This div background color is #785F96.


Border color

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

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

This div border color is #785F96.


Opacity

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

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

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

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

This text has shadow with #785F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785F96 on black background.


Color preview on white background

This text has color #785F96 on white background.



Black color preview on #785F96 background

This text has black color on #785F96 background.


White color preview on #785F96 background

This text has white color on #785F96 background.