COLOR #7378A0

HEX: #7378A0
RGB: (115,120,160)

Color info

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

RGB color model

#7378A0 color RGB value is (115,120,160).

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

RGB channels and saturation

R 115 of 255 = 45%
G 120 of 255 = 47%
B 160 of 255 = 63%

115
120
160

R + G + B ~ 52%. #7378A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 120 + 160 = 395 (100%)
R 115 of 395 ~ 29.11%
G 120 of 395 ~ 30.38%
B 160 of 395 ~ 40.51%

%29.11
%30.38
%40.51

CMYK color model

#7378A0 color CMYK value is (28,25,0,37).

  • cyan value is 28.13%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(28,25,0,37)
C28M25Y0K37 
(28%,25%,0%,37%)
(0.28/0.25/0.00/0.37)	

CMYK percentages

%28.13
%25
%0
%37.25

Codes

Color #7378A0 in popluar color models

7378A0
RGB115120160
HSL233°19.15%53.92%
HSB/HSV233°28.13%62.75%
CMYK28.13%25.00%0.00%
37.25%

Color #7378A0 in popluar number systems.

HEX7378A0
Decimal115120160
Binary1110011111100010100000
Octal163170240

Shades and tints

Shades of #7378A0

#7378A0
(115,120,160)
#696E92
(105,110,146)
#5F6484
(95,100,132)
#555A76
(85,90,118)
#4B5068
(75,80,104)
#41465A
(65,70,90)
#373C4C
(55,60,76)
#2D323E
(45,50,62)
#232830
(35,40,48)
#191E22
(25,30,34)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #7378A0

#7378A0
(115,120,160)
#7F84A8
(127,132,168)
#8B90B0
(139,144,176)
#979CB8
(151,156,184)
#A3A8C0
(163,168,192)
#AFB4C8
(175,180,200)
#BBC0D0
(187,192,208)
#C7CCD8
(199,204,216)
#D3D8E0
(211,216,224)
#DFE4E8
(223,228,232)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7378A0 color. Also use rgb(115,120,160) instead hex code.

Text Font Color

.myTextColor { color: #7378A0; }

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

This text font color is #7378A0.


Background Color

.myBgColor { background-color: #7378A0; }

<div style="background-color:#7378A0">Inner text</div>

This div background color is #7378A0.


Border color

.myBorderColor { border: 1px solid #7378A0; }

<div style="border:3px solid #7378A0">Div</div>

This div border color is #7378A0.


Opacity

.myOpacity80 { color: #7378A0; opacity: 0.8; }

<p style="color:#7378A0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7378A0 color.

.textShadow {text-shadow: 3px 3px 1px #7378A0, 3px 3px 1px red;}

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

This text has shadow with #7378A0 primary color and red secondary color.


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

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

This text has shadow with #7378A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7378A0 on black background.


Color preview on white background

This text has color #7378A0 on white background.



Black color preview on #7378A0 background

This text has black color on #7378A0 background.


White color preview on #7378A0 background

This text has white color on #7378A0 background.