COLOR #728E87

HEX: #728E87 RGB: (114,142,135)

Color info

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

RGB color model

#728E87 color RGB value is (114,142,135).

RGB: (114,142,135) (45%, 56%, 53%)

RGB channels and saturation

R 114 of 255 = 45%
G 142 of 255 = 56%
B 135 of 255 = 53%

114
142
135

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

Portions of RGB colors in percentages

R + G + B = 114 + 142 + 135 = 391 (100%)
R 114 of 391 ~ 29.16%
G 142 of 391 ~ 36.32%
B 135 of 391 ~ 34.53'%

%29.16
%36.32
%34.53

CMYK color model

#728E87 color CMYK value is (20,0,5,44).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 44.31%

CMYK: (20,0,5,44)
C20M0Y5K44 (20%, 0%, 5%, 44%)
(0.20 / 0.00 / 0.05 / 0.44)

CMYK percentages

%19.72
%0
%4.93
%44.31

Codes

Color #728E87 in popluar color models

72 8E 87
RGB 114 142 135
HSL 165° 11.02% 50.20%
HSB/HSV 165° 19.72% 55.69%
CMYK 19.72% 0.00% 4.93%
44.31%

Color #728E87 in popluar number systems.

HEX 72 8E 87
Decimal 114 142 135
Binary 1110010 10001110 10000111
Octal 162 216 207

Shades and tints

Shades of #728E87

#728E87
(114,142,135)
#68827B
(104,130,123)
#5E766F
(94,118,111)
#546A63
(84,106,99)
#4A5E57
(74,94,87)
#40524B
(64,82,75)
#36463F
(54,70,63)
#2C3A33
(44,58,51)
#222E27
(34,46,39)
#18221B
(24,34,27)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #728E87

#728E87
(114,142,135)
#7E9891
(126,152,145)
#8AA29B
(138,162,155)
#96ACA5
(150,172,165)
#A2B6AF
(162,182,175)
#AEC0B9
(174,192,185)
#BACAC3
(186,202,195)
#C6D4CD
(198,212,205)
#D2DED7
(210,222,215)
#DEE8E1
(222,232,225)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728E87 color. Also use rgb(114,142,135) instead hex code.

Text Font Color

.myTextColor { color: #728E87; }

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

This text font color is #728E87.

Background Color

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

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

This div background color is #728E87.

Border color

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

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

This div border color is #728E87.

Opacity

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

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

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

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

This text has shadow with #728E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #728E87.

Preview

Color preview on black background

This text has color #728E87 on black background.


Color preview on white background

This text has color #728E87 on white background.


Black color preview on #728E87 background

This text has black color on #728E87 background.


White color preview on #728E87 background

This text has white color on #728E87 background.


Related colors

Complementary color

Complementary color for #hex is #8D7178.


I love getcolorcode.com

Triadic colors

1 #87728E and #8E8772 with #728E87 are triadic colors.

2 #878E72 and #8E7287 with #728E87 are triadic colors.