COLOR #786AA1

HEX: #786AA1
RGB: (120,106,161)

Color info

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

RGB color model

#786AA1 color RGB value is (120,106,161).

  • red value is 120;
  • green value is 106;
  • blue value is 161.
RGB:
(120,106,161)
(47%,42%,63%)

RGB channels and saturation

R 120 of 255 = 47%
G 106 of 255 = 42%
B 161 of 255 = 63%

120
106
161

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

Portions of RGB colors in percentages

R + G + B =
120 + 106 + 161 = 387 (100%)
R 120 of 387 ~ 31.01%
G 106 of 387 ~ 27.39%
B 161 of 387 ~ 41.6%

%31.01
%27.39
%41.6

CMYK color model

#786AA1 color CMYK value is (25,34,0,37).

  • cyan value is 25.47%
  • magenta value is 34.16%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(25,34,0,37)
C25M34Y0K37 
(25%,34%,0%,37%)
(0.25/0.34/0.00/0.37)	

CMYK percentages

%25.47
%34.16
%0
%36.86

Codes

Color #786AA1 in popluar color models

786AA1
RGB120106161
HSL255°22.63%52.35%
HSB/HSV255°34.16%63.14%
CMYK25.47%34.16%0.00%
36.86%

Color #786AA1 in popluar number systems.

HEX786AA1
Decimal120106161
Binary1111000110101010100001
Octal170152241

Shades and tints

Shades of #786AA1

#786AA1
(120,106,161)
#6E6193
(110,97,147)
#645885
(100,88,133)
#5A4F77
(90,79,119)
#504669
(80,70,105)
#463D5B
(70,61,91)
#3C344D
(60,52,77)
#322B3F
(50,43,63)
#282231
(40,34,49)
#1E1923
(30,25,35)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #786AA1

#786AA1
(120,106,161)
#8477A9
(132,119,169)
#9084B1
(144,132,177)
#9C91B9
(156,145,185)
#A89EC1
(168,158,193)
#B4ABC9
(180,171,201)
#C0B8D1
(192,184,209)
#CCC5D9
(204,197,217)
#D8D2E1
(216,210,225)
#E4DFE9
(228,223,233)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786AA1 color. Also use rgb(120,106,161) instead hex code.

Text Font Color

.myTextColor { color: #786AA1; }

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

This text font color is #786AA1.


Background Color

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

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

This div background color is #786AA1.


Border color

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

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

This div border color is #786AA1.


Opacity

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

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

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

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

This text has shadow with #786AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786AA1 on black background.


Color preview on white background

This text has color #786AA1 on white background.



Black color preview on #786AA1 background

This text has black color on #786AA1 background.


White color preview on #786AA1 background

This text has white color on #786AA1 background.