COLOR #7B78C5

HEX: #7B78C5
RGB: (123,120,197)

Color info

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

RGB color model

#7B78C5 color RGB value is (123,120,197).

  • red value is 123;
  • green value is 120;
  • blue value is 197.
RGB:
(123,120,197)
(48%,47%,77%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 197 of 255 = 77%

123
120
197

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

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 197 = 440 (100%)
R 123 of 440 ~ 27.95%
G 120 of 440 ~ 27.27%
B 197 of 440 ~ 44.77%

%27.95
%27.27
%44.77

CMYK color model

#7B78C5 color CMYK value is (38,39,0,23).

  • cyan value is 37.56%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(38,39,0,23)
C38M39Y0K23 
(38%,39%,0%,23%)
(0.38/0.39/0.00/0.23)	

CMYK percentages

%37.56
%39.09
%0
%22.75

Codes

Color #7B78C5 in popluar color models

7B78C5
RGB123120197
HSL242°39.90%62.16%
HSB/HSV242°39.09%77.25%
CMYK37.56%39.09%0.00%
22.75%

Color #7B78C5 in popluar number systems.

HEX7B78C5
Decimal123120197
Binary1111011111100011000101
Octal173170305

Shades and tints

Shades of #7B78C5

#7B78C5
(123,120,197)
#706EB4
(112,110,180)
#6564A3
(101,100,163)
#5A5A92
(90,90,146)
#4F5081
(79,80,129)
#444670
(68,70,112)
#393C5F
(57,60,95)
#2E324E
(46,50,78)
#23283D
(35,40,61)
#181E2C
(24,30,44)
#0D141B
(13,20,27)
#000000
(0,0,0)

Tints of #7B78C5

#7B78C5
(123,120,197)
#8784CA
(135,132,202)
#9390CF
(147,144,207)
#9F9CD4
(159,156,212)
#ABA8D9
(171,168,217)
#B7B4DE
(183,180,222)
#C3C0E3
(195,192,227)
#CFCCE8
(207,204,232)
#DBD8ED
(219,216,237)
#E7E4F2
(231,228,242)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B78C5 color. Also use rgb(123,120,197) instead hex code.

Text Font Color

.myTextColor { color: #7B78C5; }

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

This text font color is #7B78C5.


Background Color

.myBgColor { background-color: #7B78C5; }

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

This div background color is #7B78C5.


Border color

.myBorderColor { border: 1px solid #7B78C5; }

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

This div border color is #7B78C5.


Opacity

.myOpacity80 { color: #7B78C5; opacity: 0.8; }

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

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

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

This text has shadow with #7B78C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B78C5 on black background.


Color preview on white background

This text has color #7B78C5 on white background.



Black color preview on #7B78C5 background

This text has black color on #7B78C5 background.


White color preview on #7B78C5 background

This text has white color on #7B78C5 background.