COLOR #786FA4

HEX: #786FA4
RGB: (120,111,164)

Color info

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

RGB color model

#786FA4 color RGB value is (120,111,164).

  • red value is 120;
  • green value is 111;
  • blue value is 164.
RGB:
(120,111,164)
(47%,44%,64%)

RGB channels and saturation

R 120 of 255 = 47%
G 111 of 255 = 44%
B 164 of 255 = 64%

120
111
164

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

Portions of RGB colors in percentages

R + G + B =
120 + 111 + 164 = 395 (100%)
R 120 of 395 ~ 30.38%
G 111 of 395 ~ 28.1%
B 164 of 395 ~ 41.52%

%30.38
%28.1
%41.52

CMYK color model

#786FA4 color CMYK value is (27,32,0,36).

  • cyan value is 26.83%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(27,32,0,36)
C27M32Y0K36 
(27%,32%,0%,36%)
(0.27/0.32/0.00/0.36)	

CMYK percentages

%26.83
%32.32
%0
%35.69

Codes

Color #786FA4 in popluar color models

786FA4
RGB120111164
HSL250°22.55%53.92%
HSB/HSV250°32.32%64.31%
CMYK26.83%32.32%0.00%
35.69%

Color #786FA4 in popluar number systems.

HEX786FA4
Decimal120111164
Binary1111000110111110100100
Octal170157244

Shades and tints

Shades of #786FA4

#786FA4
(120,111,164)
#6E6596
(110,101,150)
#645B88
(100,91,136)
#5A517A
(90,81,122)
#50476C
(80,71,108)
#463D5E
(70,61,94)
#3C3350
(60,51,80)
#322942
(50,41,66)
#281F34
(40,31,52)
#1E1526
(30,21,38)
#140B18
(20,11,24)
#000000
(0,0,0)

Tints of #786FA4

#786FA4
(120,111,164)
#847CAC
(132,124,172)
#9089B4
(144,137,180)
#9C96BC
(156,150,188)
#A8A3C4
(168,163,196)
#B4B0CC
(180,176,204)
#C0BDD4
(192,189,212)
#CCCADC
(204,202,220)
#D8D7E4
(216,215,228)
#E4E4EC
(228,228,236)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786FA4 color. Also use rgb(120,111,164) instead hex code.

Text Font Color

.myTextColor { color: #786FA4; }

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

This text font color is #786FA4.


Background Color

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

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

This div background color is #786FA4.


Border color

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

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

This div border color is #786FA4.


Opacity

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

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

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

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

This text has shadow with #786FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786FA4 on black background.


Color preview on white background

This text has color #786FA4 on white background.



Black color preview on #786FA4 background

This text has black color on #786FA4 background.


White color preview on #786FA4 background

This text has white color on #786FA4 background.