COLOR #728F83

HEX: #728F83 RGB: (114,143,131)

Color info

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

RGB color model

#728F83 color RGB value is (114,143,131).

RGB: (114,143,131) (45%, 56%, 51%)

RGB channels and saturation

R 114 of 255 = 45%
G 143 of 255 = 56%
B 131 of 255 = 51%

114
143
131

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

Portions of RGB colors in percentages

R + G + B = 114 + 143 + 131 = 388 (100%)
R 114 of 388 ~ 29.38%
G 143 of 388 ~ 36.86%
B 131 of 388 ~ 33.76'%

%29.38
%36.86
%33.76

CMYK color model

#728F83 color CMYK value is (20,0,8,44).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 8.39%
  • key color value is 43.92%

CMYK: (20,0,8,44)
C20M0Y8K44 (20%, 0%, 8%, 44%)
(0.20 / 0.00 / 0.08 / 0.44)

CMYK percentages

%20.28
%0
%8.39
%43.92

Codes

Color #728F83 in popluar color models

72 8F 83
RGB 114 143 131
HSL 155° 11.46% 50.39%
HSB/HSV 155° 20.28% 56.08%
CMYK 20.28% 0.00% 8.39%
43.92%

Color #728F83 in popluar number systems.

HEX 72 8F 83
Decimal 114 143 131
Binary 1110010 10001111 10000011
Octal 162 217 203

Shades and tints

Shades of #728F83

#728F83
(114,143,131)
#688278
(104,130,120)
#5E756D
(94,117,109)
#546862
(84,104,98)
#4A5B57
(74,91,87)
#404E4C
(64,78,76)
#364141
(54,65,65)
#2C3436
(44,52,54)
#22272B
(34,39,43)
#181A20
(24,26,32)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #728F83

#728F83
(114,143,131)
#7E998E
(126,153,142)
#8AA399
(138,163,153)
#96ADA4
(150,173,164)
#A2B7AF
(162,183,175)
#AEC1BA
(174,193,186)
#BACBC5
(186,203,197)
#C6D5D0
(198,213,208)
#D2DFDB
(210,223,219)
#DEE9E6
(222,233,230)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728F83 color. Also use rgb(114,143,131) instead hex code.

Text Font Color

.myTextColor { color: #728F83; }

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

This text font color is #728F83.

Background Color

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

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

This div background color is #728F83.

Border color

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

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

This div border color is #728F83.

Opacity

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

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

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

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

This text has shadow with #728F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #728F83.

Preview

Color preview on black background

This text has color #728F83 on black background.


Color preview on white background

This text has color #728F83 on white background.


Black color preview on #728F83 background

This text has black color on #728F83 background.


White color preview on #728F83 background

This text has white color on #728F83 background.


Related colors

Complementary color

Complementary color for #hex is #8D707C.


I love getcolorcode.com

Triadic colors

1 #83728F and #8F8372 with #728F83 are triadic colors.

2 #838F72 and #8F7283 with #728F83 are triadic colors.