COLOR #7072A2

HEX: #7072A2
RGB: (112,114,162)

Color info

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

RGB color model

#7072A2 color RGB value is (112,114,162).

  • red value is 112;
  • green value is 114;
  • blue value is 162.
RGB:
(112,114,162)
(44%,45%,64%)

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 162 of 255 = 64%

112
114
162

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

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 162 = 388 (100%)
R 112 of 388 ~ 28.87%
G 114 of 388 ~ 29.38%
B 162 of 388 ~ 41.75%

%28.87
%29.38
%41.75

CMYK color model

#7072A2 color CMYK value is (31,30,0,36).

  • cyan value is 30.86%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(31,30,0,36)
C31M30Y0K36 
(31%,30%,0%,36%)
(0.31/0.30/0.00/0.36)	

CMYK percentages

%30.86
%29.63
%0
%36.47

Codes

Color #7072A2 in popluar color models

7072A2
RGB112114162
HSL238°21.19%53.73%
HSB/HSV238°30.86%63.53%
CMYK30.86%29.63%0.00%
36.47%

Color #7072A2 in popluar number systems.

HEX7072A2
Decimal112114162
Binary1110000111001010100010
Octal160162242

Shades and tints

Shades of #7072A2

#7072A2
(112,114,162)
#666894
(102,104,148)
#5C5E86
(92,94,134)
#525478
(82,84,120)
#484A6A
(72,74,106)
#3E405C
(62,64,92)
#34364E
(52,54,78)
#2A2C40
(42,44,64)
#202232
(32,34,50)
#161824
(22,24,36)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #7072A2

#7072A2
(112,114,162)
#7D7EAA
(125,126,170)
#8A8AB2
(138,138,178)
#9796BA
(151,150,186)
#A4A2C2
(164,162,194)
#B1AECA
(177,174,202)
#BEBAD2
(190,186,210)
#CBC6DA
(203,198,218)
#D8D2E2
(216,210,226)
#E5DEEA
(229,222,234)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7072A2; }

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

This text font color is #7072A2.


Background Color

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

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

This div background color is #7072A2.


Border color

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

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

This div border color is #7072A2.


Opacity

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

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

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

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

This text has shadow with #7072A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7072A2 on black background.


Color preview on white background

This text has color #7072A2 on white background.



Black color preview on #7072A2 background

This text has black color on #7072A2 background.


White color preview on #7072A2 background

This text has white color on #7072A2 background.