COLOR #728B90

HEX: #728B90 RGB: (114,139,144)

Color info

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

RGB color model

#728B90 color RGB value is (114,139,144).

RGB: (114,139,144) (45%, 55%, 56%)

RGB channels and saturation

R 114 of 255 = 45%
G 139 of 255 = 55%
B 144 of 255 = 56%

114
139
144

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

Portions of RGB colors in percentages

R + G + B = 114 + 139 + 144 = 397 (100%)
R 114 of 397 ~ 28.72%
G 139 of 397 ~ 35.01%
B 144 of 397 ~ 36.27'%

%28.72
%35.01
%36.27

CMYK color model

#728B90 color CMYK value is (21,3,0,44).

  • cyan value is 20.83%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (21,3,0,44)
C21M3Y0K44 (21%, 3%, 0%, 44%)
(0.21 / 0.03 / 0.00 / 0.44)

CMYK percentages

%20.83
%3.47
%0
%43.53

Codes

Color #728B90 in popluar color models

72 8B 90
RGB 114 139 144
HSL 190° 11.90% 50.59%
HSB/HSV 190° 20.83% 56.47%
CMYK 20.83% 3.47% 0.00%
43.53%

Color #728B90 in popluar number systems.

HEX 72 8B 90
Decimal 114 139 144
Binary 1110010 10001011 10010000
Octal 162 213 220

Shades and tints

Shades of #728B90

#728B90
(114,139,144)
#687F83
(104,127,131)
#5E7376
(94,115,118)
#546769
(84,103,105)
#4A5B5C
(74,91,92)
#404F4F
(64,79,79)
#364342
(54,67,66)
#2C3735
(44,55,53)
#222B28
(34,43,40)
#181F1B
(24,31,27)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #728B90

#728B90
(114,139,144)
#7E959A
(126,149,154)
#8A9FA4
(138,159,164)
#96A9AE
(150,169,174)
#A2B3B8
(162,179,184)
#AEBDC2
(174,189,194)
#BAC7CC
(186,199,204)
#C6D1D6
(198,209,214)
#D2DBE0
(210,219,224)
#DEE5EA
(222,229,234)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728B90 color. Also use rgb(114,139,144) instead hex code.

Text Font Color

.myTextColor { color: #728B90; }

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

This text font color is #728B90.

Background Color

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

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

This div background color is #728B90.

Border color

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

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

This div border color is #728B90.

Opacity

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

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

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

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

This text has shadow with #728B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #728B90.

Preview

Color preview on black background

This text has color #728B90 on black background.


Color preview on white background

This text has color #728B90 on white background.


Black color preview on #728B90 background

This text has black color on #728B90 background.


White color preview on #728B90 background

This text has white color on #728B90 background.


Related colors

Complementary color

Complementary color for #hex is #8D746F.


I love getcolorcode.com

Triadic colors

1 #90728B and #8B9072 with #728B90 are triadic colors.

2 #908B72 and #8B7290 with #728B90 are triadic colors.