COLOR #727E98

HEX: #727E98 RGB: (114,126,152)

Color info

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

RGB color model

#727E98 color RGB value is (114,126,152).

RGB: (114,126,152) (45%, 49%, 60%)

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 152 of 255 = 60%

114
126
152

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

Portions of RGB colors in percentages

R + G + B = 114 + 126 + 152 = 392 (100%)
R 114 of 392 ~ 29.08%
G 126 of 392 ~ 32.14%
B 152 of 392 ~ 38.78'%

%29.08
%32.14
%38.78

CMYK color model

#727E98 color CMYK value is (25,17,0,40).

  • cyan value is 25.00%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (25,17,0,40) C25M17Y0K40 (25%,17%,0%,40%) (0.25/0.17/0.00/0.40) 

CMYK percentages

%25
%17.11
%0
%40.39

Codes

Color #727E98 in popluar color models

72 7E 98
RGB 114 126 152
HSL 221° 15.57% 52.16%
HSB/HSV 221° 25.00% 59.61%
CMYK 25.00% 17.11% 0.00%
40.39%

Color #727E98 in popluar number systems.

HEX 72 7E 98
Decimal 114 126 152
Binary 1110010 1111110 10011000
Octal 162 176 230

Shades and tints

Shades of #727E98

#727E98
(114,126,152)
#68738B
(104,115,139)
#5E687E
(94,104,126)
#545D71
(84,93,113)
#4A5264
(74,82,100)
#404757
(64,71,87)
#363C4A
(54,60,74)
#2C313D
(44,49,61)
#222630
(34,38,48)
#181B23
(24,27,35)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #727E98

#727E98
(114,126,152)
#7E89A1
(126,137,161)
#8A94AA
(138,148,170)
#969FB3
(150,159,179)
#A2AABC
(162,170,188)
#AEB5C5
(174,181,197)
#BAC0CE
(186,192,206)
#C6CBD7
(198,203,215)
#D2D6E0
(210,214,224)
#DEE1E9
(222,225,233)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727E98; }

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

This text font color is #727E98.

Background Color

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

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

This div background color is #727E98.

Border color

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

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

This div border color is #727E98.

Opacity

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

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

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

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

This text has shadow with #727E98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727E98.

Preview

Color preview on black background

This text has color #727E98 on black background.


Color preview on white background

This text has color #727E98 on white background.


Black color preview on #727E98 background

This text has black color on #727E98 background.


White color preview on #727E98 background

This text has white color on #727E98 background.


Related colors

Complementary color

Complementary color for #hex is #8D8167.


I love getcolorcode.com

Triadic colors

1 #98727E and #7E9872 with #727E98 are triadic colors.

2 #987E72 and #7E7298 with #727E98 are triadic colors.