COLOR #786985

HEX: #786985
RGB: (120,105,133)

Color info

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

RGB color model

#786985 color RGB value is (120,105,133).

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

RGB channels and saturation

R 120 of 255 = 47%
G 105 of 255 = 41%
B 133 of 255 = 52%

120
105
133

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

Portions of RGB colors in percentages

R + G + B =
120 + 105 + 133 = 358 (100%)
R 120 of 358 ~ 33.52%
G 105 of 358 ~ 29.33%
B 133 of 358 ~ 37.15%

%33.52
%29.33
%37.15

CMYK color model

#786985 color CMYK value is (10,21,0,48).

  • cyan value is 9.77%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(10,21,0,48)
C10M21Y0K48 
(10%,21%,0%,48%)
(0.10/0.21/0.00/0.48)	

CMYK percentages

%9.77
%21.05
%0
%47.84

Codes

Color #786985 in popluar color models

786985
RGB120105133
HSL272°11.76%46.67%
HSB/HSV272°21.05%52.16%
CMYK9.77%21.05%0.00%
47.84%

Color #786985 in popluar number systems.

HEX786985
Decimal120105133
Binary1111000110100110000101
Octal170151205

Shades and tints

Shades of #786985

#786985
(120,105,133)
#6E6079
(110,96,121)
#64576D
(100,87,109)
#5A4E61
(90,78,97)
#504555
(80,69,85)
#463C49
(70,60,73)
#3C333D
(60,51,61)
#322A31
(50,42,49)
#282125
(40,33,37)
#1E1819
(30,24,25)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #786985

#786985
(120,105,133)
#847690
(132,118,144)
#90839B
(144,131,155)
#9C90A6
(156,144,166)
#A89DB1
(168,157,177)
#B4AABC
(180,170,188)
#C0B7C7
(192,183,199)
#CCC4D2
(204,196,210)
#D8D1DD
(216,209,221)
#E4DEE8
(228,222,232)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786985; }

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

This text font color is #786985.


Background Color

.myBgColor { background-color: #786985; }

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

This div background color is #786985.


Border color

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

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

This div border color is #786985.


Opacity

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

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

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

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

This text has shadow with #786985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786985 on black background.


Color preview on white background

This text has color #786985 on white background.



Black color preview on #786985 background

This text has black color on #786985 background.


White color preview on #786985 background

This text has white color on #786985 background.