COLOR #785F88

HEX: #785F88
RGB: (120,95,136)

Color info

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

RGB color model

#785F88 color RGB value is (120,95,136).

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

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 136 of 255 = 53%

120
95
136

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

Portions of RGB colors in percentages

R + G + B =
120 + 95 + 136 = 351 (100%)
R 120 of 351 ~ 34.19%
G 95 of 351 ~ 27.07%
B 136 of 351 ~ 38.75%

%34.19
%27.07
%38.75

CMYK color model

#785F88 color CMYK value is (12,30,0,47).

  • cyan value is 11.76%
  • magenta value is 30.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(12,30,0,47)
C12M30Y0K47 
(12%,30%,0%,47%)
(0.12/0.30/0.00/0.47)	

CMYK percentages

%11.76
%30.15
%0
%46.67

Codes

Color #785F88 in popluar color models

785F88
RGB12095136
HSL277°17.75%45.29%
HSB/HSV277°30.15%53.33%
CMYK11.76%30.15%0.00%
46.67%

Color #785F88 in popluar number systems.

HEX785F88
Decimal12095136
Binary1111000101111110001000
Octal170137210

Shades and tints

Shades of #785F88

#785F88
(120,95,136)
#6E577C
(110,87,124)
#644F70
(100,79,112)
#5A4764
(90,71,100)
#503F58
(80,63,88)
#46374C
(70,55,76)
#3C2F40
(60,47,64)
#322734
(50,39,52)
#281F28
(40,31,40)
#1E171C
(30,23,28)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #785F88

#785F88
(120,95,136)
#846D92
(132,109,146)
#907B9C
(144,123,156)
#9C89A6
(156,137,166)
#A897B0
(168,151,176)
#B4A5BA
(180,165,186)
#C0B3C4
(192,179,196)
#CCC1CE
(204,193,206)
#D8CFD8
(216,207,216)
#E4DDE2
(228,221,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785F88; }

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

This text font color is #785F88.


Background Color

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

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

This div background color is #785F88.


Border color

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

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

This div border color is #785F88.


Opacity

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

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

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

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

This text has shadow with #785F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785F88 on black background.


Color preview on white background

This text has color #785F88 on white background.



Black color preview on #785F88 background

This text has black color on #785F88 background.


White color preview on #785F88 background

This text has white color on #785F88 background.