COLOR #7075A8

HEX: #7075A8
RGB: (112,117,168)

Color info

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

RGB color model

#7075A8 color RGB value is (112,117,168).

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

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 168 of 255 = 66%

112
117
168

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

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 168 = 397 (100%)
R 112 of 397 ~ 28.21%
G 117 of 397 ~ 29.47%
B 168 of 397 ~ 42.32%

%28.21
%29.47
%42.32

CMYK color model

#7075A8 color CMYK value is (33,30,0,34).

  • cyan value is 33.33%
  • magenta value is 30.36%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(33,30,0,34)
C33M30Y0K34 
(33%,30%,0%,34%)
(0.33/0.30/0.00/0.34)	

CMYK percentages

%33.33
%30.36
%0
%34.12

Codes

Color #7075A8 in popluar color models

7075A8
RGB112117168
HSL235°24.35%54.90%
HSB/HSV235°33.33%65.88%
CMYK33.33%30.36%0.00%
34.12%

Color #7075A8 in popluar number systems.

HEX7075A8
Decimal112117168
Binary1110000111010110101000
Octal160165250

Shades and tints

Shades of #7075A8

#7075A8
(112,117,168)
#666B99
(102,107,153)
#5C618A
(92,97,138)
#52577B
(82,87,123)
#484D6C
(72,77,108)
#3E435D
(62,67,93)
#34394E
(52,57,78)
#2A2F3F
(42,47,63)
#202530
(32,37,48)
#161B21
(22,27,33)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7075A8

#7075A8
(112,117,168)
#7D81AF
(125,129,175)
#8A8DB6
(138,141,182)
#9799BD
(151,153,189)
#A4A5C4
(164,165,196)
#B1B1CB
(177,177,203)
#BEBDD2
(190,189,210)
#CBC9D9
(203,201,217)
#D8D5E0
(216,213,224)
#E5E1E7
(229,225,231)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7075A8; }

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

This text font color is #7075A8.


Background Color

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

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

This div background color is #7075A8.


Border color

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

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

This div border color is #7075A8.


Opacity

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

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

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

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

This text has shadow with #7075A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7075A8 on black background.


Color preview on white background

This text has color #7075A8 on white background.



Black color preview on #7075A8 background

This text has black color on #7075A8 background.


White color preview on #7075A8 background

This text has white color on #7075A8 background.