COLOR #786AB7

HEX: #786AB7 RGB: (120,106,183)

Color info

#786AB7 contains mainly blue color. Web safe color of #786AB7 is #6666CC (or #66C).

RGB color model

#786AB7 color RGB value is (120,106,183).

RGB: (120,106,183) (47%, 42%, 72%)

RGB channels and saturation

R 120 of 255 = 47%
G 106 of 255 = 42%
B 183 of 255 = 72%

120
106
183

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

Portions of RGB colors in percentages

R + G + B = 120 + 106 + 183 = 409 (100%)
R 120 of 409 ~ 29.34%
G 106 of 409 ~ 25.92%
B 183 of 409 ~ 44.74'%

%29.34
%25.92
%44.74

CMYK color model

#786AB7 color CMYK value is (34,42,0,28).

  • cyan value is 34.43%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (34,42,0,28) C34M42Y0K28 (34%,42%,0%,28%) (0.34/0.42/0.00/0.28) 

CMYK percentages

%34.43
%42.08
%0
%28.24

Codes

Color #786AB7 in popluar color models

78 6A B7
RGB 120 106 183
HSL 251° 34.84% 56.67%
HSB/HSV 251° 42.08% 71.76%
CMYK 34.43% 42.08% 0.00%
28.24%

Color #786AB7 in popluar number systems.

HEX 78 6A B7
Decimal 120 106 183
Binary 1111000 1101010 10110111
Octal 170 152 267

Shades and tints

Shades of #786AB7

#786AB7
(120,106,183)
#6E61A7
(110,97,167)
#645897
(100,88,151)
#5A4F87
(90,79,135)
#504677
(80,70,119)
#463D67
(70,61,103)
#3C3457
(60,52,87)
#322B47
(50,43,71)
#282237
(40,34,55)
#1E1927
(30,25,39)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #786AB7

#786AB7
(120,106,183)
#8477BD
(132,119,189)
#9084C3
(144,132,195)
#9C91C9
(156,145,201)
#A89ECF
(168,158,207)
#B4ABD5
(180,171,213)
#C0B8DB
(192,184,219)
#CCC5E1
(204,197,225)
#D8D2E7
(216,210,231)
#E4DFED
(228,223,237)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786AB7; }

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

This text font color is #786AB7.

Background Color

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

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

This div background color is #786AB7.

Border color

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

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

This div border color is #786AB7.

Opacity

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

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

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

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

This text has shadow with #786AB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786AB7.

Preview

Color preview on black background

This text has color #786AB7 on black background.


Color preview on white background

This text has color #786AB7 on white background.


Black color preview on #786AB7 background

This text has black color on #786AB7 background.


White color preview on #786AB7 background

This text has white color on #786AB7 background.


Related colors

Complementary color

Complementary color for #hex is #879548.


I love getcolorcode.com

Triadic colors

1 #B7786A and #6AB778 with #786AB7 are triadic colors.

2 #B76A78 and #6A78B7 with #786AB7 are triadic colors.