COLOR #7075A5

HEX: #7075A5
RGB: (112,117,165)

Color info

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

RGB color model

#7075A5 color RGB value is (112,117,165).

  • red value is 112;
  • green value is 117;
  • blue value is 165.
RGB:
(112,117,165)
(44%,46%,65%)

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 165 of 255 = 65%

112
117
165

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

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 165 = 394 (100%)
R 112 of 394 ~ 28.43%
G 117 of 394 ~ 29.7%
B 165 of 394 ~ 41.88%

%28.43
%29.7
%41.88

CMYK color model

#7075A5 color CMYK value is (32,29,0,35).

  • cyan value is 32.12%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(32,29,0,35)
C32M29Y0K35 
(32%,29%,0%,35%)
(0.32/0.29/0.00/0.35)	

CMYK percentages

%32.12
%29.09
%0
%35.29

Codes

Color #7075A5 in popluar color models

7075A5
RGB112117165
HSL234°22.75%54.31%
HSB/HSV234°32.12%64.71%
CMYK32.12%29.09%0.00%
35.29%

Color #7075A5 in popluar number systems.

HEX7075A5
Decimal112117165
Binary1110000111010110100101
Octal160165245

Shades and tints

Shades of #7075A5

#7075A5
(112,117,165)
#666B96
(102,107,150)
#5C6187
(92,97,135)
#525778
(82,87,120)
#484D69
(72,77,105)
#3E435A
(62,67,90)
#34394B
(52,57,75)
#2A2F3C
(42,47,60)
#20252D
(32,37,45)
#161B1E
(22,27,30)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #7075A5

#7075A5
(112,117,165)
#7D81AD
(125,129,173)
#8A8DB5
(138,141,181)
#9799BD
(151,153,189)
#A4A5C5
(164,165,197)
#B1B1CD
(177,177,205)
#BEBDD5
(190,189,213)
#CBC9DD
(203,201,221)
#D8D5E5
(216,213,229)
#E5E1ED
(229,225,237)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7075A5; }

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

This text font color is #7075A5.


Background Color

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

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

This div background color is #7075A5.


Border color

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

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

This div border color is #7075A5.


Opacity

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

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

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

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

This text has shadow with #7075A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7075A5 on black background.


Color preview on white background

This text has color #7075A5 on white background.



Black color preview on #7075A5 background

This text has black color on #7075A5 background.


White color preview on #7075A5 background

This text has white color on #7075A5 background.