COLOR #727EAA

HEX: #727EAA RGB: (114,126,170)

Color info

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

RGB color model

#727EAA color RGB value is (114,126,170).

RGB: (114,126,170) (45%, 49%, 67%)

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 170 of 255 = 67%

114
126
170

R + G + B ~ 54%. #727EAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 126 + 170 = 410 (100%)
R 114 of 410 ~ 27.8%
G 126 of 410 ~ 30.73%
B 170 of 410 ~ 41.46'%

%27.8
%30.73
%41.46

CMYK color model

#727EAA color CMYK value is (33,26,0,33).

  • cyan value is 32.94%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (33,26,0,33)
C33M26Y0K33 (33%, 26%, 0%, 33%)
(0.33 / 0.26 / 0.00 / 0.33)

CMYK percentages

%32.94
%25.88
%0
%33.33

Codes

Color #727EAA in popluar color models

72 7E AA
RGB 114 126 170
HSL 227° 24.78% 55.69%
HSB/HSV 227° 32.94% 66.67%
CMYK 32.94% 25.88% 0.00%
33.33%

Color #727EAA in popluar number systems.

HEX 72 7E AA
Decimal 114 126 170
Binary 1110010 1111110 10101010
Octal 162 176 252

Shades and tints

Shades of #727EAA

#727EAA
(114,126,170)
#68739B
(104,115,155)
#5E688C
(94,104,140)
#545D7D
(84,93,125)
#4A526E
(74,82,110)
#40475F
(64,71,95)
#363C50
(54,60,80)
#2C3141
(44,49,65)
#222632
(34,38,50)
#181B23
(24,27,35)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #727EAA

#727EAA
(114,126,170)
#7E89B1
(126,137,177)
#8A94B8
(138,148,184)
#969FBF
(150,159,191)
#A2AAC6
(162,170,198)
#AEB5CD
(174,181,205)
#BAC0D4
(186,192,212)
#C6CBDB
(198,203,219)
#D2D6E2
(210,214,226)
#DEE1E9
(222,225,233)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727EAA color. Also use rgb(114,126,170) instead hex code.

Text Font Color

.myTextColor { color: #727EAA; }

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

This text font color is #727EAA.

Background Color

.myBgColor { background-color: #727EAA; }

<div style="background-color:#727EAA">Inner text</div>

This div background color is #727EAA.

Border color

.myBorderColor { border: 1px solid #727EAA; }

<div style="border:3px solid #727EAA">Div</div>

This div border color is #727EAA.

Opacity

.myOpacity80 { color: #727EAA; opacity: 0.8; }

<p style="color:#727EAA;opacity:0.8;">80%</p>

Text with #727EAA 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 #727EAA;}

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

This text has shadow with #727EAA color.


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

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

This text has shadow with #727EAA primary color and red secondary color.


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

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

This text has shadow with #727EAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #727EAA.

Preview

Color preview on black background

This text has color #727EAA on black background.


Color preview on white background

This text has color #727EAA on white background.


Black color preview on #727EAA background

This text has black color on #727EAA background.


White color preview on #727EAA background

This text has white color on #727EAA background.


Related colors

Complementary color

Complementary color for #hex is #8D8155.


I love getcolorcode.com

Triadic colors

1 #AA727E and #7EAA72 with #727EAA are triadic colors.

2 #AA7E72 and #7E72AA with #727EAA are triadic colors.