COLOR #7178A4

HEX: #7178A4 RGB: (113,120,164)

Color info

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

RGB color model

#7178A4 color RGB value is (113,120,164).

RGB: (113,120,164) (44%, 47%, 64%)

RGB channels and saturation

R 113 of 255 = 44%
G 120 of 255 = 47%
B 164 of 255 = 64%

113
120
164

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

Portions of RGB colors in percentages

R + G + B = 113 + 120 + 164 = 397 (100%)
R 113 of 397 ~ 28.46%
G 120 of 397 ~ 30.23%
B 164 of 397 ~ 41.31'%

%28.46
%30.23
%41.31

CMYK color model

#7178A4 color CMYK value is (31,27,0,36).

  • cyan value is 31.10%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (31,27,0,36)
C31M27Y0K36 (31%, 27%, 0%, 36%)
(0.31 / 0.27 / 0.00 / 0.36)

CMYK percentages

%31.1
%26.83
%0
%35.69

Codes

Color #7178A4 in popluar color models

71 78 A4
RGB 113 120 164
HSL 232° 21.89% 54.31%
HSB/HSV 232° 31.10% 64.31%
CMYK 31.10% 26.83% 0.00%
35.69%

Color #7178A4 in popluar number systems.

HEX 71 78 A4
Decimal 113 120 164
Binary 1110001 1111000 10100100
Octal 161 170 244

Shades and tints

Shades of #7178A4

#7178A4
(113,120,164)
#676E96
(103,110,150)
#5D6488
(93,100,136)
#535A7A
(83,90,122)
#49506C
(73,80,108)
#3F465E
(63,70,94)
#353C50
(53,60,80)
#2B3242
(43,50,66)
#212834
(33,40,52)
#171E26
(23,30,38)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #7178A4

#7178A4
(113,120,164)
#7D84AC
(125,132,172)
#8990B4
(137,144,180)
#959CBC
(149,156,188)
#A1A8C4
(161,168,196)
#ADB4CC
(173,180,204)
#B9C0D4
(185,192,212)
#C5CCDC
(197,204,220)
#D1D8E4
(209,216,228)
#DDE4EC
(221,228,236)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7178A4 color. Also use rgb(113,120,164) instead hex code.

Text Font Color

.myTextColor { color: #7178A4; }

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

This text font color is #7178A4.

Background Color

.myBgColor { background-color: #7178A4; }

<div style="background-color:#7178A4">Inner text</div>

This div background color is #7178A4.

Border color

.myBorderColor { border: 1px solid #7178A4; }

<div style="border:3px solid #7178A4">Div</div>

This div border color is #7178A4.

Opacity

.myOpacity80 { color: #7178A4; opacity: 0.8; }

<p style="color:#7178A4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7178A4 color.


.textShadow {text-shadow: 3px 3px 1px #7178A4', 3px 3px 1px red;}

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

This text has shadow with #7178A4 primary color and red secondary color.


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

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

This text has shadow with #7178A4 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7178A4; -webkit-box-shadow: 1px 1px 3px 2px #7178A4; box-shadow:1px 1px 3px 2px #7178A4;">
Div content here
</div>

This div box has shadow with color #7178A4.

Preview

Color preview on black background

This text has color #7178A4 on black background.


Color preview on white background

This text has color #7178A4 on white background.


Black color preview on #7178A4 background

This text has black color on #7178A4 background.


White color preview on #7178A4 background

This text has white color on #7178A4 background.


Related colors

Complementary color

Complementary color for #hex is #8E875B.


I love getcolorcode.com

Triadic colors

1 #A47178 and #78A471 with #7178A4 are triadic colors.

2 #A47871 and #7871A4 with #7178A4 are triadic colors.