COLOR #747DA2

HEX: #747DA2 RGB: (116,125,162)

Color info

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

RGB color model

#747DA2 color RGB value is (116,125,162).

RGB: (116,125,162) (45%, 49%, 64%)

RGB channels and saturation

R 116 of 255 = 45%
G 125 of 255 = 49%
B 162 of 255 = 64%

116
125
162

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

Portions of RGB colors in percentages

R + G + B = 116 + 125 + 162 = 403 (100%)
R 116 of 403 ~ 28.78%
G 125 of 403 ~ 31.02%
B 162 of 403 ~ 40.2'%

%28.78
%31.02
%40.2

CMYK color model

#747DA2 color CMYK value is (28,23,0,36).

  • cyan value is 28.40%
  • magenta value is 22.84%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (28,23,0,36)
C28M23Y0K36 (28%, 23%, 0%, 36%)
(0.28 / 0.23 / 0.00 / 0.36)

CMYK percentages

%28.4
%22.84
%0
%36.47

Codes

Color #747DA2 in popluar color models

74 7D A2
RGB 116 125 162
HSL 228° 19.83% 54.51%
HSB/HSV 228° 28.40% 63.53%
CMYK 28.40% 22.84% 0.00%
36.47%

Color #747DA2 in popluar number systems.

HEX 74 7D A2
Decimal 116 125 162
Binary 1110100 1111101 10100010
Octal 164 175 242

Shades and tints

Shades of #747DA2

#747DA2
(116,125,162)
#6A7294
(106,114,148)
#606786
(96,103,134)
#565C78
(86,92,120)
#4C516A
(76,81,106)
#42465C
(66,70,92)
#383B4E
(56,59,78)
#2E3040
(46,48,64)
#242532
(36,37,50)
#1A1A24
(26,26,36)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #747DA2

#747DA2
(116,125,162)
#8088AA
(128,136,170)
#8C93B2
(140,147,178)
#989EBA
(152,158,186)
#A4A9C2
(164,169,194)
#B0B4CA
(176,180,202)
#BCBFD2
(188,191,210)
#C8CADA
(200,202,218)
#D4D5E2
(212,213,226)
#E0E0EA
(224,224,234)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747DA2 color. Also use rgb(116,125,162) instead hex code.

Text Font Color

.myTextColor { color: #747DA2; }

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

This text font color is #747DA2.

Background Color

.myBgColor { background-color: #747DA2; }

<div style="background-color:#747DA2">Inner text</div>

This div background color is #747DA2.

Border color

.myBorderColor { border: 1px solid #747DA2; }

<div style="border:3px solid #747DA2">Div</div>

This div border color is #747DA2.

Opacity

.myOpacity80 { color: #747DA2; opacity: 0.8; }

<p style="color:#747DA2;opacity:0.8;">80%</p>

Text with #747DA2 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 #747DA2;}

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

This text has shadow with #747DA2 color.


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

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

This text has shadow with #747DA2 primary color and red secondary color.


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

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

This text has shadow with #747DA2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #747DA2.

Preview

Color preview on black background

This text has color #747DA2 on black background.


Color preview on white background

This text has color #747DA2 on white background.


Black color preview on #747DA2 background

This text has black color on #747DA2 background.


White color preview on #747DA2 background

This text has white color on #747DA2 background.


Related colors

Complementary color

Complementary color for #hex is #8B825D.


I love getcolorcode.com

Triadic colors

1 #A2747D and #7DA274 with #747DA2 are triadic colors.

2 #A27D74 and #7D74A2 with #747DA2 are triadic colors.