COLOR #786C93

HEX: #786C93
RGB: (120,108,147)

Color info

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

RGB color model

#786C93 color RGB value is (120,108,147).

  • red value is 120;
  • green value is 108;
  • blue value is 147.
RGB:
(120,108,147)
(47%,42%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 108 of 255 = 42%
B 147 of 255 = 58%

120
108
147

R + G + B ~ 49%. #786C93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 108 + 147 = 375 (100%)
R 120 of 375 ~ 32%
G 108 of 375 ~ 28.8%
B 147 of 375 ~ 39.2%

%32
%28.8
%39.2

CMYK color model

#786C93 color CMYK value is (18,27,0,42).

  • cyan value is 18.37%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(18,27,0,42)
C18M27Y0K42 
(18%,27%,0%,42%)
(0.18/0.27/0.00/0.42)	

CMYK percentages

%18.37
%26.53
%0
%42.35

Codes

Color #786C93 in popluar color models

786C93
RGB120108147
HSL258°15.29%50.00%
HSB/HSV258°26.53%57.65%
CMYK18.37%26.53%0.00%
42.35%

Color #786C93 in popluar number systems.

HEX786C93
Decimal120108147
Binary1111000110110010010011
Octal170154223

Shades and tints

Shades of #786C93

#786C93
(120,108,147)
#6E6386
(110,99,134)
#645A79
(100,90,121)
#5A516C
(90,81,108)
#50485F
(80,72,95)
#463F52
(70,63,82)
#3C3645
(60,54,69)
#322D38
(50,45,56)
#28242B
(40,36,43)
#1E1B1E
(30,27,30)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #786C93

#786C93
(120,108,147)
#84799C
(132,121,156)
#9086A5
(144,134,165)
#9C93AE
(156,147,174)
#A8A0B7
(168,160,183)
#B4ADC0
(180,173,192)
#C0BAC9
(192,186,201)
#CCC7D2
(204,199,210)
#D8D4DB
(216,212,219)
#E4E1E4
(228,225,228)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786C93 color. Also use rgb(120,108,147) instead hex code.

Text Font Color

.myTextColor { color: #786C93; }

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

This text font color is #786C93.


Background Color

.myBgColor { background-color: #786C93; }

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

This div background color is #786C93.


Border color

.myBorderColor { border: 1px solid #786C93; }

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

This div border color is #786C93.


Opacity

.myOpacity80 { color: #786C93; opacity: 0.8; }

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

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

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

This text has shadow with #786C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786C93 on black background.


Color preview on white background

This text has color #786C93 on white background.



Black color preview on #786C93 background

This text has black color on #786C93 background.


White color preview on #786C93 background

This text has white color on #786C93 background.