COLOR #7074AF

HEX: #7074AF
RGB: (112,116,175)

Color info

#7074AF contains mainly green and blue colors. Web safe color of #7074AF is #666699 (or #669).

RGB color model

#7074AF color RGB value is (112,116,175).

  • red value is 112;
  • green value is 116;
  • blue value is 175.
RGB: (112,116,175) (44%,45%,69%)

RGB channels and saturation

R 112 of 255 = 44%
G 116 of 255 = 45%
B 175 of 255 = 69%

112
116
175

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

Portions of RGB colors in percentages

R + G + B =
112 + 116 + 175 = 403 (100%)
R 112 of 403 ~ 27.79%
G 116 of 403 ~ 28.78%
B 175 of 403 ~ 43.42%

%27.79
%28.78
%43.42

CMYK color model

#7074AF color CMYK value is (36,34,0,31).

  • cyan value is 36.00%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (36,34,0,31) C36M34Y0K31 (36%,34%,0%,31%) (0.36/0.34/0.00/0.31)

CMYK percentages

%36
%33.71
%0
%31.37

Codes

Color #7074AF in popluar color models

7074AF
RGB112116175
HSL236°28.25%56.27%
HSB/HSV236°36.00%68.63%
CMYK36.00%33.71%0.00%
31.37%

Color #7074AF in popluar number systems.

HEX7074AF
Decimal112116175
Binary1110000111010010101111
Octal160164257

Shades and tints

Shades of #7074AF

#7074AF
(112,116,175)
#666AA0
(102,106,160)
#5C6091
(92,96,145)
#525682
(82,86,130)
#484C73
(72,76,115)
#3E4264
(62,66,100)
#343855
(52,56,85)
#2A2E46
(42,46,70)
#202437
(32,36,55)
#161A28
(22,26,40)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #7074AF

#7074AF
(112,116,175)
#7D80B6
(125,128,182)
#8A8CBD
(138,140,189)
#9798C4
(151,152,196)
#A4A4CB
(164,164,203)
#B1B0D2
(177,176,210)
#BEBCD9
(190,188,217)
#CBC8E0
(203,200,224)
#D8D4E7
(216,212,231)
#E5E0EE
(229,224,238)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7074AF color. Also use rgb(112,116,175) instead hex code.

Text Font Color

.myTextColor { color: #7074AF; }

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

This text font color is #7074AF.


Background Color

.myBgColor { background-color: #7074AF; }

<div style="background-color:#7074AF">Inner text</div>

This div background color is #7074AF.


Border color

.myBorderColor { border: 1px solid #7074AF; }

<div style="border:3px solid #7074AF">Div</div>

This div border color is #7074AF.


Opacity

.myOpacity80 { color: #7074AF; opacity: 0.8; }

<p style="color:#7074AF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7074AF color.

.textShadow {text-shadow: 3px 3px 1px #7074AF, 3px 3px 1px red;}

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

This text has shadow with #7074AF primary color and red secondary color.


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

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

This text has shadow with #7074AF and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #7074AF; -webkit-box-shadow:	1px 1px 3px 2px #7074AF; box-shadow:	1px 1px 3px 2px #7074AF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7074AF; -webkit-box-shadow: 1px 1px 3px 2px #7074AF; box-shadow:1px 1px 3px 2px #7074AF;">
Div content here</div>
This div box has shadow with color #7074AF.

Preview

Color preview on black background

This text has color #7074AF on black background.


Color preview on white background

This text has color #7074AF on white background.



Black color preview on #7074AF background

This text has black color on #7074AF background.


White color preview on #7074AF background

This text has white color on #7074AF background.