COLOR #786991

HEX: #786991
RGB: (120,105,145)

Color info

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

RGB color model

#786991 color RGB value is (120,105,145).

  • red value is 120;
  • green value is 105;
  • blue value is 145.
RGB:
(120,105,145)
(47%,41%,57%)

RGB channels and saturation

R 120 of 255 = 47%
G 105 of 255 = 41%
B 145 of 255 = 57%

120
105
145

R + G + B ~ 48%. #786991 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 105 + 145 = 370 (100%)
R 120 of 370 ~ 32.43%
G 105 of 370 ~ 28.38%
B 145 of 370 ~ 39.19%

%32.43
%28.38
%39.19

CMYK color model

#786991 color CMYK value is (17,28,0,43).

  • cyan value is 17.24%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(17,28,0,43)
C17M28Y0K43 
(17%,28%,0%,43%)
(0.17/0.28/0.00/0.43)	

CMYK percentages

%17.24
%27.59
%0
%43.14

Codes

Color #786991 in popluar color models

786991
RGB120105145
HSL263°16.00%49.02%
HSB/HSV263°27.59%56.86%
CMYK17.24%27.59%0.00%
43.14%

Color #786991 in popluar number systems.

HEX786991
Decimal120105145
Binary1111000110100110010001
Octal170151221

Shades and tints

Shades of #786991

#786991
(120,105,145)
#6E6084
(110,96,132)
#645777
(100,87,119)
#5A4E6A
(90,78,106)
#50455D
(80,69,93)
#463C50
(70,60,80)
#3C3343
(60,51,67)
#322A36
(50,42,54)
#282129
(40,33,41)
#1E181C
(30,24,28)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #786991

#786991
(120,105,145)
#84769B
(132,118,155)
#9083A5
(144,131,165)
#9C90AF
(156,144,175)
#A89DB9
(168,157,185)
#B4AAC3
(180,170,195)
#C0B7CD
(192,183,205)
#CCC4D7
(204,196,215)
#D8D1E1
(216,209,225)
#E4DEEB
(228,222,235)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786991 color. Also use rgb(120,105,145) instead hex code.

Text Font Color

.myTextColor { color: #786991; }

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

This text font color is #786991.


Background Color

.myBgColor { background-color: #786991; }

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

This div background color is #786991.


Border color

.myBorderColor { border: 1px solid #786991; }

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

This div border color is #786991.


Opacity

.myOpacity80 { color: #786991; opacity: 0.8; }

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

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

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

This text has shadow with #786991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786991 on black background.


Color preview on white background

This text has color #786991 on white background.



Black color preview on #786991 background

This text has black color on #786991 background.


White color preview on #786991 background

This text has white color on #786991 background.