COLOR #786A96

HEX: #786A96 RGB: (120,106,150)

Color info

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

RGB color model

#786A96 color RGB value is (120,106,150).

RGB: (120,106,150) (47%, 42%, 59%)

RGB channels and saturation

R 120 of 255 = 47%
G 106 of 255 = 42%
B 150 of 255 = 59%

120
106
150

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

Portions of RGB colors in percentages

R + G + B = 120 + 106 + 150 = 376 (100%)
R 120 of 376 ~ 31.91%
G 106 of 376 ~ 28.19%
B 150 of 376 ~ 39.89'%

%31.91
%28.19
%39.89

CMYK color model

#786A96 color CMYK value is (20,29,0,41).

  • cyan value is 20.00%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (20,29,0,41)
C20M29Y0K41 (20%, 29%, 0%, 41%)
(0.20 / 0.29 / 0.00 / 0.41)

CMYK percentages

%20
%29.33
%0
%41.18

Codes

Color #786A96 in popluar color models

78 6A 96
RGB 120 106 150
HSL 259° 17.32% 50.20%
HSB/HSV 259° 29.33% 58.82%
CMYK 20.00% 29.33% 0.00%
41.18%

Color #786A96 in popluar number systems.

HEX 78 6A 96
Decimal 120 106 150
Binary 1111000 1101010 10010110
Octal 170 152 226

Shades and tints

Shades of #786A96

#786A96
(120,106,150)
#6E6189
(110,97,137)
#64587C
(100,88,124)
#5A4F6F
(90,79,111)
#504662
(80,70,98)
#463D55
(70,61,85)
#3C3448
(60,52,72)
#322B3B
(50,43,59)
#28222E
(40,34,46)
#1E1921
(30,25,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #786A96

#786A96
(120,106,150)
#84779F
(132,119,159)
#9084A8
(144,132,168)
#9C91B1
(156,145,177)
#A89EBA
(168,158,186)
#B4ABC3
(180,171,195)
#C0B8CC
(192,184,204)
#CCC5D5
(204,197,213)
#D8D2DE
(216,210,222)
#E4DFE7
(228,223,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786A96; }

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

This text font color is #786A96.

Background Color

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

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

This div background color is #786A96.

Border color

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

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

This div border color is #786A96.

Opacity

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

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

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

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

This text has shadow with #786A96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786A96.

Preview

Color preview on black background

This text has color #786A96 on black background.


Color preview on white background

This text has color #786A96 on white background.


Black color preview on #786A96 background

This text has black color on #786A96 background.


White color preview on #786A96 background

This text has white color on #786A96 background.


Related colors

Complementary color

Complementary color for #hex is #879569.


I love getcolorcode.com

Triadic colors

1 #96786A and #6A9678 with #786A96 are triadic colors.

2 #966A78 and #6A7896 with #786A96 are triadic colors.