COLOR #7078A2

HEX: #7078A2 RGB: (112,120,162)

Color info

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

RGB color model

#7078A2 color RGB value is (112,120,162).

RGB: (112,120,162) (44%, 47%, 64%)

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 162 of 255 = 64%

112
120
162

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

Portions of RGB colors in percentages

R + G + B = 112 + 120 + 162 = 394 (100%)
R 112 of 394 ~ 28.43%
G 120 of 394 ~ 30.46%
B 162 of 394 ~ 41.12'%

%28.43
%30.46
%41.12

CMYK color model

#7078A2 color CMYK value is (31,26,0,36).

  • cyan value is 30.86%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (31,26,0,36)
C31M26Y0K36 (31%, 26%, 0%, 36%)
(0.31 / 0.26 / 0.00 / 0.36)

CMYK percentages

%30.86
%25.93
%0
%36.47

Codes

Color #7078A2 in popluar color models

70 78 A2
RGB 112 120 162
HSL 230° 21.19% 53.73%
HSB/HSV 230° 30.86% 63.53%
CMYK 30.86% 25.93% 0.00%
36.47%

Color #7078A2 in popluar number systems.

HEX 70 78 A2
Decimal 112 120 162
Binary 1110000 1111000 10100010
Octal 160 170 242

Shades and tints

Shades of #7078A2

#7078A2
(112,120,162)
#666E94
(102,110,148)
#5C6486
(92,100,134)
#525A78
(82,90,120)
#48506A
(72,80,106)
#3E465C
(62,70,92)
#343C4E
(52,60,78)
#2A3240
(42,50,64)
#202832
(32,40,50)
#161E24
(22,30,36)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #7078A2

#7078A2
(112,120,162)
#7D84AA
(125,132,170)
#8A90B2
(138,144,178)
#979CBA
(151,156,186)
#A4A8C2
(164,168,194)
#B1B4CA
(177,180,202)
#BEC0D2
(190,192,210)
#CBCCDA
(203,204,218)
#D8D8E2
(216,216,226)
#E5E4EA
(229,228,234)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7078A2 color. Also use rgb(112,120,162) instead hex code.

Text Font Color

.myTextColor { color: #7078A2; }

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

This text font color is #7078A2.

Background Color

.myBgColor { background-color: #7078A2; }

<div style="background-color:#7078A2">Inner text</div>

This div background color is #7078A2.

Border color

.myBorderColor { border: 1px solid #7078A2; }

<div style="border:3px solid #7078A2">Div</div>

This div border color is #7078A2.

Opacity

.myOpacity80 { color: #7078A2; opacity: 0.8; }

<p style="color:#7078A2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7078A2 color.


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

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

This text has shadow with #7078A2 primary color and red secondary color.


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

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

This text has shadow with #7078A2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7078A2.

Preview

Color preview on black background

This text has color #7078A2 on black background.


Color preview on white background

This text has color #7078A2 on white background.


Black color preview on #7078A2 background

This text has black color on #7078A2 background.


White color preview on #7078A2 background

This text has white color on #7078A2 background.


Related colors

Complementary color

Complementary color for #hex is #8F875D.


I love getcolorcode.com

Triadic colors

1 #A27078 and #78A270 with #7078A2 are triadic colors.

2 #A27870 and #7870A2 with #7078A2 are triadic colors.