COLOR #7075AC

HEX: #7075AC RGB: (112,117,172)

Color info

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

RGB color model

#7075AC color RGB value is (112,117,172).

RGB: (112,117,172) (44%, 46%, 67%)

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 172 of 255 = 67%

112
117
172

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

Portions of RGB colors in percentages

R + G + B = 112 + 117 + 172 = 401 (100%)
R 112 of 401 ~ 27.93%
G 117 of 401 ~ 29.18%
B 172 of 401 ~ 42.89'%

%27.93
%29.18
%42.89

CMYK color model

#7075AC color CMYK value is (35,32,0,33).

  • cyan value is 34.88%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (35,32,0,33)
C35M32Y0K33 (35%, 32%, 0%, 33%)
(0.35 / 0.32 / 0.00 / 0.33)

CMYK percentages

%34.88
%31.98
%0
%32.55

Codes

Color #7075AC in popluar color models

70 75 AC
RGB 112 117 172
HSL 235° 26.55% 55.69%
HSB/HSV 235° 34.88% 67.45%
CMYK 34.88% 31.98% 0.00%
32.55%

Color #7075AC in popluar number systems.

HEX 70 75 AC
Decimal 112 117 172
Binary 1110000 1110101 10101100
Octal 160 165 254

Shades and tints

Shades of #7075AC

#7075AC
(112,117,172)
#666B9D
(102,107,157)
#5C618E
(92,97,142)
#52577F
(82,87,127)
#484D70
(72,77,112)
#3E4361
(62,67,97)
#343952
(52,57,82)
#2A2F43
(42,47,67)
#202534
(32,37,52)
#161B25
(22,27,37)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #7075AC

#7075AC
(112,117,172)
#7D81B3
(125,129,179)
#8A8DBA
(138,141,186)
#9799C1
(151,153,193)
#A4A5C8
(164,165,200)
#B1B1CF
(177,177,207)
#BEBDD6
(190,189,214)
#CBC9DD
(203,201,221)
#D8D5E4
(216,213,228)
#E5E1EB
(229,225,235)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7075AC color. Also use rgb(112,117,172) instead hex code.

Text Font Color

.myTextColor { color: #7075AC; }

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

This text font color is #7075AC.

Background Color

.myBgColor { background-color: #7075AC; }

<div style="background-color:#7075AC">Inner text</div>

This div background color is #7075AC.

Border color

.myBorderColor { border: 1px solid #7075AC; }

<div style="border:3px solid #7075AC">Div</div>

This div border color is #7075AC.

Opacity

.myOpacity80 { color: #7075AC; opacity: 0.8; }

<p style="color:#7075AC;opacity:0.8;">80%</p>

Text with #7075AC 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 #7075AC;}

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

This text has shadow with #7075AC color.


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

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

This text has shadow with #7075AC primary color and red secondary color.


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

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

This text has shadow with #7075AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7075AC.

Preview

Color preview on black background

This text has color #7075AC on black background.


Color preview on white background

This text has color #7075AC on white background.


Black color preview on #7075AC background

This text has black color on #7075AC background.


White color preview on #7075AC background

This text has white color on #7075AC background.


Related colors

Complementary color

Complementary color for #hex is #8F8A53.


I love getcolorcode.com

Triadic colors

1 #AC7075 and #75AC70 with #7075AC are triadic colors.

2 #AC7570 and #7570AC with #7075AC are triadic colors.