COLOR #787699

HEX: #787699
RGB: (120,118,153)

Color info

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

RGB color model

#787699 color RGB value is (120,118,153).

  • red value is 120;
  • green value is 118;
  • blue value is 153.
RGB:
(120,118,153)
(47%,46%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 153 of 255 = 60%

120
118
153

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

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 153 = 391 (100%)
R 120 of 391 ~ 30.69%
G 118 of 391 ~ 30.18%
B 153 of 391 ~ 39.13%

%30.69
%30.18
%39.13

CMYK color model

#787699 color CMYK value is (22,23,0,40).

  • cyan value is 21.57%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(22,23,0,40)
C22M23Y0K40 
(22%,23%,0%,40%)
(0.22/0.23/0.00/0.40)	

CMYK percentages

%21.57
%22.88
%0
%40

Codes

Color #787699 in popluar color models

787699
RGB120118153
HSL243°14.64%53.14%
HSB/HSV243°22.88%60.00%
CMYK21.57%22.88%0.00%
40.00%

Color #787699 in popluar number systems.

HEX787699
Decimal120118153
Binary1111000111011010011001
Octal170166231

Shades and tints

Shades of #787699

#787699
(120,118,153)
#6E6C8C
(110,108,140)
#64627F
(100,98,127)
#5A5872
(90,88,114)
#504E65
(80,78,101)
#464458
(70,68,88)
#3C3A4B
(60,58,75)
#32303E
(50,48,62)
#282631
(40,38,49)
#1E1C24
(30,28,36)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #787699

#787699
(120,118,153)
#8482A2
(132,130,162)
#908EAB
(144,142,171)
#9C9AB4
(156,154,180)
#A8A6BD
(168,166,189)
#B4B2C6
(180,178,198)
#C0BECF
(192,190,207)
#CCCAD8
(204,202,216)
#D8D6E1
(216,214,225)
#E4E2EA
(228,226,234)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787699 color. Also use rgb(120,118,153) instead hex code.

Text Font Color

.myTextColor { color: #787699; }

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

This text font color is #787699.


Background Color

.myBgColor { background-color: #787699; }

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

This div background color is #787699.


Border color

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

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

This div border color is #787699.


Opacity

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

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

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

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

This text has shadow with #787699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787699 on black background.


Color preview on white background

This text has color #787699 on white background.



Black color preview on #787699 background

This text has black color on #787699 background.


White color preview on #787699 background

This text has white color on #787699 background.