COLOR #727D9E

HEX: #727D9E RGB: (114,125,158)

Color info

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

RGB color model

#727D9E color RGB value is (114,125,158).

RGB: (114,125,158) (45%, 49%, 62%)

RGB channels and saturation

R 114 of 255 = 45%
G 125 of 255 = 49%
B 158 of 255 = 62%

114
125
158

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

Portions of RGB colors in percentages

R + G + B = 114 + 125 + 158 = 397 (100%)
R 114 of 397 ~ 28.72%
G 125 of 397 ~ 31.49%
B 158 of 397 ~ 39.8'%

%28.72
%31.49
%39.8

CMYK color model

#727D9E color CMYK value is (28,21,0,38).

  • cyan value is 27.85%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (28,21,0,38)
C28M21Y0K38 (28%, 21%, 0%, 38%)
(0.28 / 0.21 / 0.00 / 0.38)

CMYK percentages

%27.85
%20.89
%0
%38.04

Codes

Color #727D9E in popluar color models

72 7D 9E
RGB 114 125 158
HSL 225° 18.49% 53.33%
HSB/HSV 225° 27.85% 61.96%
CMYK 27.85% 20.89% 0.00%
38.04%

Color #727D9E in popluar number systems.

HEX 72 7D 9E
Decimal 114 125 158
Binary 1110010 1111101 10011110
Octal 162 175 236

Shades and tints

Shades of #727D9E

#727D9E
(114,125,158)
#687290
(104,114,144)
#5E6782
(94,103,130)
#545C74
(84,92,116)
#4A5166
(74,81,102)
#404658
(64,70,88)
#363B4A
(54,59,74)
#2C303C
(44,48,60)
#22252E
(34,37,46)
#181A20
(24,26,32)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #727D9E

#727D9E
(114,125,158)
#7E88A6
(126,136,166)
#8A93AE
(138,147,174)
#969EB6
(150,158,182)
#A2A9BE
(162,169,190)
#AEB4C6
(174,180,198)
#BABFCE
(186,191,206)
#C6CAD6
(198,202,214)
#D2D5DE
(210,213,222)
#DEE0E6
(222,224,230)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727D9E color. Also use rgb(114,125,158) instead hex code.

Text Font Color

.myTextColor { color: #727D9E; }

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

This text font color is #727D9E.

Background Color

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

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

This div background color is #727D9E.

Border color

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

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

This div border color is #727D9E.

Opacity

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

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

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

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

This text has shadow with #727D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727D9E.

Preview

Color preview on black background

This text has color #727D9E on black background.


Color preview on white background

This text has color #727D9E on white background.


Black color preview on #727D9E background

This text has black color on #727D9E background.


White color preview on #727D9E background

This text has white color on #727D9E background.


Related colors

Complementary color

Complementary color for #hex is #8D8261.


I love getcolorcode.com

Triadic colors

1 #9E727D and #7D9E72 with #727D9E are triadic colors.

2 #9E7D72 and #7D729E with #727D9E are triadic colors.