COLOR #785887

HEX: #785887
RGB: (120,88,135)

Color info

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

RGB color model

#785887 color RGB value is (120,88,135).

  • red value is 120;
  • green value is 88;
  • blue value is 135.
RGB:
(120,88,135)
(47%,35%,53%)

RGB channels and saturation

R 120 of 255 = 47%
G 88 of 255 = 35%
B 135 of 255 = 53%

120
88
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 88 + 135 = 343 (100%)
R 120 of 343 ~ 34.99%
G 88 of 343 ~ 25.66%
B 135 of 343 ~ 39.36%

%34.99
%25.66
%39.36

CMYK color model

#785887 color CMYK value is (11,35,0,47).

  • cyan value is 11.11%
  • magenta value is 34.81%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(11,35,0,47)
C11M35Y0K47 
(11%,35%,0%,47%)
(0.11/0.35/0.00/0.47)	

CMYK percentages

%11.11
%34.81
%0
%47.06

Codes

Color #785887 in popluar color models

785887
RGB12088135
HSL281°21.08%43.73%
HSB/HSV281°34.81%52.94%
CMYK11.11%34.81%0.00%
47.06%

Color #785887 in popluar number systems.

HEX785887
Decimal12088135
Binary1111000101100010000111
Octal170130207

Shades and tints

Shades of #785887

#785887
(120,88,135)
#6E507B
(110,80,123)
#64486F
(100,72,111)
#5A4063
(90,64,99)
#503857
(80,56,87)
#46304B
(70,48,75)
#3C283F
(60,40,63)
#322033
(50,32,51)
#281827
(40,24,39)
#1E101B
(30,16,27)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #785887

#785887
(120,88,135)
#846791
(132,103,145)
#90769B
(144,118,155)
#9C85A5
(156,133,165)
#A894AF
(168,148,175)
#B4A3B9
(180,163,185)
#C0B2C3
(192,178,195)
#CCC1CD
(204,193,205)
#D8D0D7
(216,208,215)
#E4DFE1
(228,223,225)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785887 color. Also use rgb(120,88,135) instead hex code.

Text Font Color

.myTextColor { color: #785887; }

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

This text font color is #785887.


Background Color

.myBgColor { background-color: #785887; }

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

This div background color is #785887.


Border color

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

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

This div border color is #785887.


Opacity

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

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

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

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

This text has shadow with #785887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785887 on black background.


Color preview on white background

This text has color #785887 on white background.



Black color preview on #785887 background

This text has black color on #785887 background.


White color preview on #785887 background

This text has white color on #785887 background.