COLOR #7D78A0

HEX: #7D78A0
RGB: (125,120,160)

Color info

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

RGB color model

#7D78A0 color RGB value is (125,120,160).

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

RGB channels and saturation

R 125 of 255 = 49%
G 120 of 255 = 47%
B 160 of 255 = 63%

125
120
160

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

Portions of RGB colors in percentages

R + G + B =
125 + 120 + 160 = 405 (100%)
R 125 of 405 ~ 30.86%
G 120 of 405 ~ 29.63%
B 160 of 405 ~ 39.51%

%30.86
%29.63
%39.51

CMYK color model

#7D78A0 color CMYK value is (22,25,0,37).

  • cyan value is 21.88%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(22,25,0,37)
C22M25Y0K37 
(22%,25%,0%,37%)
(0.22/0.25/0.00/0.37)	

CMYK percentages

%21.88
%25
%0
%37.25

Codes

Color #7D78A0 in popluar color models

7D78A0
RGB125120160
HSL248°17.39%54.90%
HSB/HSV248°25.00%62.75%
CMYK21.88%25.00%0.00%
37.25%

Color #7D78A0 in popluar number systems.

HEX7D78A0
Decimal125120160
Binary1111101111100010100000
Octal175170240

Shades and tints

Shades of #7D78A0

#7D78A0
(125,120,160)
#726E92
(114,110,146)
#676484
(103,100,132)
#5C5A76
(92,90,118)
#515068
(81,80,104)
#46465A
(70,70,90)
#3B3C4C
(59,60,76)
#30323E
(48,50,62)
#252830
(37,40,48)
#1A1E22
(26,30,34)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #7D78A0

#7D78A0
(125,120,160)
#8884A8
(136,132,168)
#9390B0
(147,144,176)
#9E9CB8
(158,156,184)
#A9A8C0
(169,168,192)
#B4B4C8
(180,180,200)
#BFC0D0
(191,192,208)
#CACCD8
(202,204,216)
#D5D8E0
(213,216,224)
#E0E4E8
(224,228,232)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D78A0; }

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

This text font color is #7D78A0.


Background Color

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

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

This div background color is #7D78A0.


Border color

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

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

This div border color is #7D78A0.


Opacity

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

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

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

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

This text has shadow with #7D78A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D78A0 on black background.


Color preview on white background

This text has color #7D78A0 on white background.



Black color preview on #7D78A0 background

This text has black color on #7D78A0 background.


White color preview on #7D78A0 background

This text has white color on #7D78A0 background.