COLOR #785885

HEX: #785885
RGB: (120,88,133)

Color info

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

RGB color model

#785885 color RGB value is (120,88,133).

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

RGB channels and saturation

R 120 of 255 = 47%
G 88 of 255 = 35%
B 133 of 255 = 52%

120
88
133

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

Portions of RGB colors in percentages

R + G + B =
120 + 88 + 133 = 341 (100%)
R 120 of 341 ~ 35.19%
G 88 of 341 ~ 25.81%
B 133 of 341 ~ 39%

%35.19
%25.81
%39

CMYK color model

#785885 color CMYK value is (10,34,0,48).

  • cyan value is 9.77%
  • magenta value is 33.83%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(10,34,0,48)
C10M34Y0K48 
(10%,34%,0%,48%)
(0.10/0.34/0.00/0.48)	

CMYK percentages

%9.77
%33.83
%0
%47.84

Codes

Color #785885 in popluar color models

785885
RGB12088133
HSL283°20.36%43.33%
HSB/HSV283°33.83%52.16%
CMYK9.77%33.83%0.00%
47.84%

Color #785885 in popluar number systems.

HEX785885
Decimal12088133
Binary1111000101100010000101
Octal170130205

Shades and tints

Shades of #785885

#785885
(120,88,133)
#6E5079
(110,80,121)
#64486D
(100,72,109)
#5A4061
(90,64,97)
#503855
(80,56,85)
#463049
(70,48,73)
#3C283D
(60,40,61)
#322031
(50,32,49)
#281825
(40,24,37)
#1E1019
(30,16,25)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #785885

#785885
(120,88,133)
#846790
(132,103,144)
#90769B
(144,118,155)
#9C85A6
(156,133,166)
#A894B1
(168,148,177)
#B4A3BC
(180,163,188)
#C0B2C7
(192,178,199)
#CCC1D2
(204,193,210)
#D8D0DD
(216,208,221)
#E4DFE8
(228,223,232)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785885; }

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

This text font color is #785885.


Background Color

.myBgColor { background-color: #785885; }

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

This div background color is #785885.


Border color

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

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

This div border color is #785885.


Opacity

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

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

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

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

This text has shadow with #785885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785885 on black background.


Color preview on white background

This text has color #785885 on white background.



Black color preview on #785885 background

This text has black color on #785885 background.


White color preview on #785885 background

This text has white color on #785885 background.