COLOR #786884

HEX: #786884
RGB: (120,104,132)

Color info

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

RGB color model

#786884 color RGB value is (120,104,132).

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

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 132 of 255 = 52%

120
104
132

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

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 132 = 356 (100%)
R 120 of 356 ~ 33.71%
G 104 of 356 ~ 29.21%
B 132 of 356 ~ 37.08%

%33.71
%29.21
%37.08

CMYK color model

#786884 color CMYK value is (9,21,0,48).

  • cyan value is 9.09%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(9,21,0,48)
C9M21Y0K48 
(9%,21%,0%,48%)
(0.09/0.21/0.00/0.48)	

CMYK percentages

%9.09
%21.21
%0
%48.24

Codes

Color #786884 in popluar color models

786884
RGB120104132
HSL274°11.86%46.27%
HSB/HSV274°21.21%51.76%
CMYK9.09%21.21%0.00%
48.24%

Color #786884 in popluar number systems.

HEX786884
Decimal120104132
Binary1111000110100010000100
Octal170150204

Shades and tints

Shades of #786884

#786884
(120,104,132)
#6E5F78
(110,95,120)
#64566C
(100,86,108)
#5A4D60
(90,77,96)
#504454
(80,68,84)
#463B48
(70,59,72)
#3C323C
(60,50,60)
#322930
(50,41,48)
#282024
(40,32,36)
#1E1718
(30,23,24)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #786884

#786884
(120,104,132)
#84758F
(132,117,143)
#90829A
(144,130,154)
#9C8FA5
(156,143,165)
#A89CB0
(168,156,176)
#B4A9BB
(180,169,187)
#C0B6C6
(192,182,198)
#CCC3D1
(204,195,209)
#D8D0DC
(216,208,220)
#E4DDE7
(228,221,231)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786884 color. Also use rgb(120,104,132) instead hex code.

Text Font Color

.myTextColor { color: #786884; }

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

This text font color is #786884.


Background Color

.myBgColor { background-color: #786884; }

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

This div background color is #786884.


Border color

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

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

This div border color is #786884.


Opacity

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

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

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

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

This text has shadow with #786884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786884 on black background.


Color preview on white background

This text has color #786884 on white background.



Black color preview on #786884 background

This text has black color on #786884 background.


White color preview on #786884 background

This text has white color on #786884 background.