COLOR #7A78C3

HEX: #7A78C3
RGB: (122,120,195)

Color info

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

RGB color model

#7A78C3 color RGB value is (122,120,195).

  • red value is 122;
  • green value is 120;
  • blue value is 195.
RGB:
(122,120,195)
(48%,47%,76%)

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 195 of 255 = 76%

122
120
195

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 195 = 437 (100%)
R 122 of 437 ~ 27.92%
G 120 of 437 ~ 27.46%
B 195 of 437 ~ 44.62%

%27.92
%27.46
%44.62

CMYK color model

#7A78C3 color CMYK value is (37,38,0,24).

  • cyan value is 37.44%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(37,38,0,24)
C37M38Y0K24 
(37%,38%,0%,24%)
(0.37/0.38/0.00/0.24)	

CMYK percentages

%37.44
%38.46
%0
%23.53

Codes

Color #7A78C3 in popluar color models

7A78C3
RGB122120195
HSL242°38.46%61.76%
HSB/HSV242°38.46%76.47%
CMYK37.44%38.46%0.00%
23.53%

Color #7A78C3 in popluar number systems.

HEX7A78C3
Decimal122120195
Binary1111010111100011000011
Octal172170303

Shades and tints

Shades of #7A78C3

#7A78C3
(122,120,195)
#6F6EB2
(111,110,178)
#6464A1
(100,100,161)
#595A90
(89,90,144)
#4E507F
(78,80,127)
#43466E
(67,70,110)
#383C5D
(56,60,93)
#2D324C
(45,50,76)
#22283B
(34,40,59)
#171E2A
(23,30,42)
#0C1419
(12,20,25)
#000000
(0,0,0)

Tints of #7A78C3

#7A78C3
(122,120,195)
#8684C8
(134,132,200)
#9290CD
(146,144,205)
#9E9CD2
(158,156,210)
#AAA8D7
(170,168,215)
#B6B4DC
(182,180,220)
#C2C0E1
(194,192,225)
#CECCE6
(206,204,230)
#DAD8EB
(218,216,235)
#E6E4F0
(230,228,240)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A78C3 color. Also use rgb(122,120,195) instead hex code.

Text Font Color

.myTextColor { color: #7A78C3; }

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

This text font color is #7A78C3.


Background Color

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

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

This div background color is #7A78C3.


Border color

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

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

This div border color is #7A78C3.


Opacity

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

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

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

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

This text has shadow with #7A78C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A78C3 on black background.


Color preview on white background

This text has color #7A78C3 on white background.



Black color preview on #7A78C3 background

This text has black color on #7A78C3 background.


White color preview on #7A78C3 background

This text has white color on #7A78C3 background.