COLOR #7D78AC

HEX: #7D78AC
RGB: (125,120,172)

Color info

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

RGB color model

#7D78AC color RGB value is (125,120,172).

  • red value is 125;
  • green value is 120;
  • blue value is 172.
RGB:
(125,120,172)
(49%,47%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 120 of 255 = 47%
B 172 of 255 = 67%

125
120
172

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

Portions of RGB colors in percentages

R + G + B =
125 + 120 + 172 = 417 (100%)
R 125 of 417 ~ 29.98%
G 120 of 417 ~ 28.78%
B 172 of 417 ~ 41.25%

%29.98
%28.78
%41.25

CMYK color model

#7D78AC color CMYK value is (27,30,0,33).

  • cyan value is 27.33%
  • magenta value is 30.23%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(27,30,0,33)
C27M30Y0K33 
(27%,30%,0%,33%)
(0.27/0.30/0.00/0.33)	

CMYK percentages

%27.33
%30.23
%0
%32.55

Codes

Color #7D78AC in popluar color models

7D78AC
RGB125120172
HSL246°23.85%57.25%
HSB/HSV246°30.23%67.45%
CMYK27.33%30.23%0.00%
32.55%

Color #7D78AC in popluar number systems.

HEX7D78AC
Decimal125120172
Binary1111101111100010101100
Octal175170254

Shades and tints

Shades of #7D78AC

#7D78AC
(125,120,172)
#726E9D
(114,110,157)
#67648E
(103,100,142)
#5C5A7F
(92,90,127)
#515070
(81,80,112)
#464661
(70,70,97)
#3B3C52
(59,60,82)
#303243
(48,50,67)
#252834
(37,40,52)
#1A1E25
(26,30,37)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #7D78AC

#7D78AC
(125,120,172)
#8884B3
(136,132,179)
#9390BA
(147,144,186)
#9E9CC1
(158,156,193)
#A9A8C8
(169,168,200)
#B4B4CF
(180,180,207)
#BFC0D6
(191,192,214)
#CACCDD
(202,204,221)
#D5D8E4
(213,216,228)
#E0E4EB
(224,228,235)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D78AC color. Also use rgb(125,120,172) instead hex code.

Text Font Color

.myTextColor { color: #7D78AC; }

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

This text font color is #7D78AC.


Background Color

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

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

This div background color is #7D78AC.


Border color

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

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

This div border color is #7D78AC.


Opacity

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

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

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

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

This text has shadow with #7D78AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D78AC on black background.


Color preview on white background

This text has color #7D78AC on white background.



Black color preview on #7D78AC background

This text has black color on #7D78AC background.


White color preview on #7D78AC background

This text has white color on #7D78AC background.