COLOR #786188

HEX: #786188
RGB: (120,97,136)

Color info

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

RGB color model

#786188 color RGB value is (120,97,136).

  • red value is 120;
  • green value is 97;
  • blue value is 136.
RGB:
(120,97,136)
(47%,38%,53%)

RGB channels and saturation

R 120 of 255 = 47%
G 97 of 255 = 38%
B 136 of 255 = 53%

120
97
136

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

Portions of RGB colors in percentages

R + G + B =
120 + 97 + 136 = 353 (100%)
R 120 of 353 ~ 33.99%
G 97 of 353 ~ 27.48%
B 136 of 353 ~ 38.53%

%33.99
%27.48
%38.53

CMYK color model

#786188 color CMYK value is (12,29,0,47).

  • cyan value is 11.76%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(12,29,0,47)
C12M29Y0K47 
(12%,29%,0%,47%)
(0.12/0.29/0.00/0.47)	

CMYK percentages

%11.76
%28.68
%0
%46.67

Codes

Color #786188 in popluar color models

786188
RGB12097136
HSL275°16.74%45.69%
HSB/HSV275°28.68%53.33%
CMYK11.76%28.68%0.00%
46.67%

Color #786188 in popluar number systems.

HEX786188
Decimal12097136
Binary1111000110000110001000
Octal170141210

Shades and tints

Shades of #786188

#786188
(120,97,136)
#6E597C
(110,89,124)
#645170
(100,81,112)
#5A4964
(90,73,100)
#504158
(80,65,88)
#46394C
(70,57,76)
#3C3140
(60,49,64)
#322934
(50,41,52)
#282128
(40,33,40)
#1E191C
(30,25,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #786188

#786188
(120,97,136)
#846F92
(132,111,146)
#907D9C
(144,125,156)
#9C8BA6
(156,139,166)
#A899B0
(168,153,176)
#B4A7BA
(180,167,186)
#C0B5C4
(192,181,196)
#CCC3CE
(204,195,206)
#D8D1D8
(216,209,216)
#E4DFE2
(228,223,226)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786188 color. Also use rgb(120,97,136) instead hex code.

Text Font Color

.myTextColor { color: #786188; }

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

This text font color is #786188.


Background Color

.myBgColor { background-color: #786188; }

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

This div background color is #786188.


Border color

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

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

This div border color is #786188.


Opacity

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

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

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

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

This text has shadow with #786188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786188 on black background.


Color preview on white background

This text has color #786188 on white background.



Black color preview on #786188 background

This text has black color on #786188 background.


White color preview on #786188 background

This text has white color on #786188 background.