COLOR #785886

HEX: #785886
RGB: (120,88,134)

Color info

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

RGB color model

#785886 color RGB value is (120,88,134).

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

RGB channels and saturation

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

120
88
134

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

Portions of RGB colors in percentages

R + G + B =
120 + 88 + 134 = 342 (100%)
R 120 of 342 ~ 35.09%
G 88 of 342 ~ 25.73%
B 134 of 342 ~ 39.18%

%35.09
%25.73
%39.18

CMYK color model

#785886 color CMYK value is (10,34,0,47).

  • cyan value is 10.45%
  • magenta value is 34.33%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(10,34,0,47)
C10M34Y0K47 
(10%,34%,0%,47%)
(0.10/0.34/0.00/0.47)	

CMYK percentages

%10.45
%34.33
%0
%47.45

Codes

Color #785886 in popluar color models

785886
RGB12088134
HSL282°20.72%43.53%
HSB/HSV282°34.33%52.55%
CMYK10.45%34.33%0.00%
47.45%

Color #785886 in popluar number systems.

HEX785886
Decimal12088134
Binary1111000101100010000110
Octal170130206

Shades and tints

Shades of #785886

#785886
(120,88,134)
#6E507A
(110,80,122)
#64486E
(100,72,110)
#5A4062
(90,64,98)
#503856
(80,56,86)
#46304A
(70,48,74)
#3C283E
(60,40,62)
#322032
(50,32,50)
#281826
(40,24,38)
#1E101A
(30,16,26)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #785886

#785886
(120,88,134)
#846791
(132,103,145)
#90769C
(144,118,156)
#9C85A7
(156,133,167)
#A894B2
(168,148,178)
#B4A3BD
(180,163,189)
#C0B2C8
(192,178,200)
#CCC1D3
(204,193,211)
#D8D0DE
(216,208,222)
#E4DFE9
(228,223,233)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785886; }

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

This text font color is #785886.


Background Color

.myBgColor { background-color: #785886; }

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

This div background color is #785886.


Border color

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

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

This div border color is #785886.


Opacity

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

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

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

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

This text has shadow with #785886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785886 on black background.


Color preview on white background

This text has color #785886 on white background.



Black color preview on #785886 background

This text has black color on #785886 background.


White color preview on #785886 background

This text has white color on #785886 background.