COLOR #787DC0

HEX: #787DC0 RGB: (120,125,192)

Color info

#787DC0 contains mainly blue color. Web safe color of #787DC0 is #6666CC (or #66C).

RGB color model

#787DC0 color RGB value is (120,125,192).

RGB: (120,125,192) (47%, 49%, 75%)

RGB channels and saturation

R 120 of 255 = 47%
G 125 of 255 = 49%
B 192 of 255 = 75%

120
125
192

R + G + B ~ 57%. #787DC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 125 + 192 = 437 (100%)
R 120 of 437 ~ 27.46%
G 125 of 437 ~ 28.6%
B 192 of 437 ~ 43.94'%

%27.46
%28.6
%43.94

CMYK color model

#787DC0 color CMYK value is (38,35,0,25).

  • cyan value is 37.50%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (38,35,0,25)
C38M35Y0K25 (38%, 35%, 0%, 25%)
(0.38 / 0.35 / 0.00 / 0.25)

CMYK percentages

%37.5
%34.9
%0
%24.71

Codes

Color #787DC0 in popluar color models

78 7D C0
RGB 120 125 192
HSL 236° 36.36% 61.18%
HSB/HSV 236° 37.50% 75.29%
CMYK 37.50% 34.90% 0.00%
24.71%

Color #787DC0 in popluar number systems.

HEX 78 7D C0
Decimal 120 125 192
Binary 1111000 1111101 11000000
Octal 170 175 300

Shades and tints

Shades of #787DC0

#787DC0
(120,125,192)
#6E72AF
(110,114,175)
#64679E
(100,103,158)
#5A5C8D
(90,92,141)
#50517C
(80,81,124)
#46466B
(70,70,107)
#3C3B5A
(60,59,90)
#323049
(50,48,73)
#282538
(40,37,56)
#1E1A27
(30,26,39)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #787DC0

#787DC0
(120,125,192)
#8488C5
(132,136,197)
#9093CA
(144,147,202)
#9C9ECF
(156,158,207)
#A8A9D4
(168,169,212)
#B4B4D9
(180,180,217)
#C0BFDE
(192,191,222)
#CCCAE3
(204,202,227)
#D8D5E8
(216,213,232)
#E4E0ED
(228,224,237)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787DC0 color. Also use rgb(120,125,192) instead hex code.

Text Font Color

.myTextColor { color: #787DC0; }

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

This text font color is #787DC0.

Background Color

.myBgColor { background-color: #787DC0; }

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

This div background color is #787DC0.

Border color

.myBorderColor { border: 1px solid #787DC0; }

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

This div border color is #787DC0.

Opacity

.myOpacity80 { color: #787DC0; opacity: 0.8; }

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

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

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

This text has shadow with #787DC0 color.


.textShadow {text-shadow: 3px 3px 1px #787DC0', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #787DC0; -webkit-box-shadow: 1px 1px 3px 2px #787DC0; box-shadow:1px 1px 3px 2px #787DC0;">
Div content here
</div>

This div box has shadow with color #787DC0.

Preview

Color preview on black background

This text has color #787DC0 on black background.


Color preview on white background

This text has color #787DC0 on white background.


Black color preview on #787DC0 background

This text has black color on #787DC0 background.


White color preview on #787DC0 background

This text has white color on #787DC0 background.


Related colors

Complementary color

Complementary color for #hex is #87823F.


I love getcolorcode.com

Triadic colors

1 #C0787D and #7DC078 with #787DC0 are triadic colors.

2 #C07D78 and #7D78C0 with #787DC0 are triadic colors.