COLOR #786D89

HEX: #786D89
RGB: (120,109,137)

Color info

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

RGB color model

#786D89 color RGB value is (120,109,137).

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

RGB channels and saturation

R 120 of 255 = 47%
G 109 of 255 = 43%
B 137 of 255 = 54%

120
109
137

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

Portions of RGB colors in percentages

R + G + B =
120 + 109 + 137 = 366 (100%)
R 120 of 366 ~ 32.79%
G 109 of 366 ~ 29.78%
B 137 of 366 ~ 37.43%

%32.79
%29.78
%37.43

CMYK color model

#786D89 color CMYK value is (12,20,0,46).

  • cyan value is 12.41%
  • magenta value is 20.44%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (12,20,0,46) C12M20Y0K46 (12%,20%,0%,46%) (0.12/0.20/0.00/0.46)

CMYK percentages

%12.41
%20.44
%0
%46.27

Codes

Color #786D89 in popluar color models

786D89
RGB120109137
HSL264°11.38%48.24%
HSB/HSV264°20.44%53.73%
CMYK12.41%20.44%0.00%
46.27%

Color #786D89 in popluar number systems.

HEX786D89
Decimal120109137
Binary1111000110110110001001
Octal170155211

Shades and tints

Shades of #786D89

#786D89
(120,109,137)
#6E647D
(110,100,125)
#645B71
(100,91,113)
#5A5265
(90,82,101)
#504959
(80,73,89)
#46404D
(70,64,77)
#3C3741
(60,55,65)
#322E35
(50,46,53)
#282529
(40,37,41)
#1E1C1D
(30,28,29)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #786D89

#786D89
(120,109,137)
#847A93
(132,122,147)
#90879D
(144,135,157)
#9C94A7
(156,148,167)
#A8A1B1
(168,161,177)
#B4AEBB
(180,174,187)
#C0BBC5
(192,187,197)
#CCC8CF
(204,200,207)
#D8D5D9
(216,213,217)
#E4E2E3
(228,226,227)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786D89; }

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

This text font color is #786D89.


Background Color

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

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

This div background color is #786D89.


Border color

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

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

This div border color is #786D89.


Opacity

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

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

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

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

This text has shadow with #786D89 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #786D89 on black background.


Color preview on white background

This text has color #786D89 on white background.



Black color preview on #786D89 background

This text has black color on #786D89 background.


White color preview on #786D89 background

This text has white color on #786D89 background.