COLOR #7475AA

HEX: #7475AA
RGB: (116,117,170)

Color info

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

RGB color model

#7475AA color RGB value is (116,117,170).

  • red value is 116;
  • green value is 117;
  • blue value is 170.
RGB:
(116,117,170)
(45%,46%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 117 of 255 = 46%
B 170 of 255 = 67%

116
117
170

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

Portions of RGB colors in percentages

R + G + B =
116 + 117 + 170 = 403 (100%)
R 116 of 403 ~ 28.78%
G 117 of 403 ~ 29.03%
B 170 of 403 ~ 42.18%

%28.78
%29.03
%42.18

CMYK color model

#7475AA color CMYK value is (32,31,0,33).

  • cyan value is 31.76%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(32,31,0,33)
C32M31Y0K33 
(32%,31%,0%,33%)
(0.32/0.31/0.00/0.33)	

CMYK percentages

%31.76
%31.18
%0
%33.33

Codes

Color #7475AA in popluar color models

7475AA
RGB116117170
HSL239°24.11%56.08%
HSB/HSV239°31.76%66.67%
CMYK31.76%31.18%0.00%
33.33%

Color #7475AA in popluar number systems.

HEX7475AA
Decimal116117170
Binary1110100111010110101010
Octal164165252

Shades and tints

Shades of #7475AA

#7475AA
(116,117,170)
#6A6B9B
(106,107,155)
#60618C
(96,97,140)
#56577D
(86,87,125)
#4C4D6E
(76,77,110)
#42435F
(66,67,95)
#383950
(56,57,80)
#2E2F41
(46,47,65)
#242532
(36,37,50)
#1A1B23
(26,27,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #7475AA

#7475AA
(116,117,170)
#8081B1
(128,129,177)
#8C8DB8
(140,141,184)
#9899BF
(152,153,191)
#A4A5C6
(164,165,198)
#B0B1CD
(176,177,205)
#BCBDD4
(188,189,212)
#C8C9DB
(200,201,219)
#D4D5E2
(212,213,226)
#E0E1E9
(224,225,233)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7475AA color. Also use rgb(116,117,170) instead hex code.

Text Font Color

.myTextColor { color: #7475AA; }

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

This text font color is #7475AA.


Background Color

.myBgColor { background-color: #7475AA; }

<div style="background-color:#7475AA">Inner text</div>

This div background color is #7475AA.


Border color

.myBorderColor { border: 1px solid #7475AA; }

<div style="border:3px solid #7475AA">Div</div>

This div border color is #7475AA.


Opacity

.myOpacity80 { color: #7475AA; opacity: 0.8; }

<p style="color:#7475AA;opacity:0.8;">80%</p>

Text with #7475AA 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 #7475AA;}

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

This text has shadow with #7475AA color.

.textShadow {text-shadow: 3px 3px 1px #7475AA, 3px 3px 1px red;}

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

This text has shadow with #7475AA primary color and red secondary color.


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

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

This text has shadow with #7475AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7475AA on black background.


Color preview on white background

This text has color #7475AA on white background.



Black color preview on #7475AA background

This text has black color on #7475AA background.


White color preview on #7475AA background

This text has white color on #7475AA background.