COLOR #786689

HEX: #786689
RGB: (120,102,137)

Color info

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

RGB color model

#786689 color RGB value is (120,102,137).

  • red value is 120;
  • green value is 102;
  • blue value is 137.
RGB:
(120,102,137)
(47%,40%,54%)

RGB channels and saturation

R 120 of 255 = 47%
G 102 of 255 = 40%
B 137 of 255 = 54%

120
102
137

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

Portions of RGB colors in percentages

R + G + B =
120 + 102 + 137 = 359 (100%)
R 120 of 359 ~ 33.43%
G 102 of 359 ~ 28.41%
B 137 of 359 ~ 38.16%

%33.43
%28.41
%38.16

CMYK color model

#786689 color CMYK value is (12,26,0,46).

  • cyan value is 12.41%
  • magenta value is 25.55%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(12,26,0,46)
C12M26Y0K46 
(12%,26%,0%,46%)
(0.12/0.26/0.00/0.46)	

CMYK percentages

%12.41
%25.55
%0
%46.27

Codes

Color #786689 in popluar color models

786689
RGB120102137
HSL271°14.64%46.86%
HSB/HSV271°25.55%53.73%
CMYK12.41%25.55%0.00%
46.27%

Color #786689 in popluar number systems.

HEX786689
Decimal120102137
Binary1111000110011010001001
Octal170146211

Shades and tints

Shades of #786689

#786689
(120,102,137)
#6E5D7D
(110,93,125)
#645471
(100,84,113)
#5A4B65
(90,75,101)
#504259
(80,66,89)
#46394D
(70,57,77)
#3C3041
(60,48,65)
#322735
(50,39,53)
#281E29
(40,30,41)
#1E151D
(30,21,29)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #786689

#786689
(120,102,137)
#847393
(132,115,147)
#90809D
(144,128,157)
#9C8DA7
(156,141,167)
#A89AB1
(168,154,177)
#B4A7BB
(180,167,187)
#C0B4C5
(192,180,197)
#CCC1CF
(204,193,207)
#D8CED9
(216,206,217)
#E4DBE3
(228,219,227)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786689 color. Also use rgb(120,102,137) instead hex code.

Text Font Color

.myTextColor { color: #786689; }

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

This text font color is #786689.


Background Color

.myBgColor { background-color: #786689; }

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

This div background color is #786689.


Border color

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

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

This div border color is #786689.


Opacity

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

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

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

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

This text has shadow with #786689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786689 on black background.


Color preview on white background

This text has color #786689 on white background.



Black color preview on #786689 background

This text has black color on #786689 background.


White color preview on #786689 background

This text has white color on #786689 background.