COLOR #728D9E

HEX: #728D9E RGB: (114,141,158)

Color info

#728D9E contains red, green and blue colors in about the same proportion. Web safe color of #728D9E is #669999 (or #699).

RGB color model

#728D9E color RGB value is (114,141,158).

RGB: (114,141,158) (45%, 55%, 62%)

RGB channels and saturation

R 114 of 255 = 45%
G 141 of 255 = 55%
B 158 of 255 = 62%

114
141
158

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

Portions of RGB colors in percentages

R + G + B = 114 + 141 + 158 = 413 (100%)
R 114 of 413 ~ 27.6%
G 141 of 413 ~ 34.14%
B 158 of 413 ~ 38.26'%

%27.6
%34.14
%38.26

CMYK color model

#728D9E color CMYK value is (28,11,0,38).

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

CMYK: (28,11,0,38)
C28M11Y0K38 (28%, 11%, 0%, 38%)
(0.28 / 0.11 / 0.00 / 0.38)

CMYK percentages

%27.85
%10.76
%0
%38.04

Codes

Color #728D9E in popluar color models

72 8D 9E
RGB 114 141 158
HSL 203° 18.49% 53.33%
HSB/HSV 203° 27.85% 61.96%
CMYK 27.85% 10.76% 0.00%
38.04%

Color #728D9E in popluar number systems.

HEX 72 8D 9E
Decimal 114 141 158
Binary 1110010 10001101 10011110
Octal 162 215 236

Shades and tints

Shades of #728D9E

#728D9E
(114,141,158)
#688190
(104,129,144)
#5E7582
(94,117,130)
#546974
(84,105,116)
#4A5D66
(74,93,102)
#405158
(64,81,88)
#36454A
(54,69,74)
#2C393C
(44,57,60)
#222D2E
(34,45,46)
#182120
(24,33,32)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #728D9E

#728D9E
(114,141,158)
#7E97A6
(126,151,166)
#8AA1AE
(138,161,174)
#96ABB6
(150,171,182)
#A2B5BE
(162,181,190)
#AEBFC6
(174,191,198)
#BAC9CE
(186,201,206)
#C6D3D6
(198,211,214)
#D2DDDE
(210,221,222)
#DEE7E6
(222,231,230)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728D9E; }

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

This text font color is #728D9E.

Background Color

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

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

This div background color is #728D9E.

Border color

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

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

This div border color is #728D9E.

Opacity

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

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

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

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

This text has shadow with #728D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #728D9E.

Preview

Color preview on black background

This text has color #728D9E on black background.


Color preview on white background

This text has color #728D9E on white background.


Black color preview on #728D9E background

This text has black color on #728D9E background.


White color preview on #728D9E background

This text has white color on #728D9E background.


Related colors

Complementary color

Complementary color for #hex is #8D7261.


I love getcolorcode.com

Triadic colors

1 #9E728D and #8D9E72 with #728D9E are triadic colors.

2 #9E8D72 and #8D729E with #728D9E are triadic colors.