COLOR #729C88

HEX: #729C88 RGB: (114,156,136)

Color info

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

RGB color model

#729C88 color RGB value is (114,156,136).

RGB: (114,156,136) (45%, 61%, 53%)

RGB channels and saturation

R 114 of 255 = 45%
G 156 of 255 = 61%
B 136 of 255 = 53%

114
156
136

R + G + B ~ 53%. #729C88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 156 + 136 = 406 (100%)
R 114 of 406 ~ 28.08%
G 156 of 406 ~ 38.42%
B 136 of 406 ~ 33.5'%

%28.08
%38.42
%33.5

CMYK color model

#729C88 color CMYK value is (27,0,13,39).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 38.82%

CMYK: (27,0,13,39)
C27M0Y13K39 (27%, 0%, 13%, 39%)
(0.27 / 0.00 / 0.13 / 0.39)

CMYK percentages

%26.92
%0
%12.82
%38.82

Codes

Color #729C88 in popluar color models

72 9C 88
RGB 114 156 136
HSL 151° 17.50% 52.94%
HSB/HSV 151° 26.92% 61.18%
CMYK 26.92% 0.00% 12.82%
38.82%

Color #729C88 in popluar number systems.

HEX 72 9C 88
Decimal 114 156 136
Binary 1110010 10011100 10001000
Octal 162 234 210

Shades and tints

Shades of #729C88

#729C88
(114,156,136)
#688E7C
(104,142,124)
#5E8070
(94,128,112)
#547264
(84,114,100)
#4A6458
(74,100,88)
#40564C
(64,86,76)
#364840
(54,72,64)
#2C3A34
(44,58,52)
#222C28
(34,44,40)
#181E1C
(24,30,28)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #729C88

#729C88
(114,156,136)
#7EA592
(126,165,146)
#8AAE9C
(138,174,156)
#96B7A6
(150,183,166)
#A2C0B0
(162,192,176)
#AEC9BA
(174,201,186)
#BAD2C4
(186,210,196)
#C6DBCE
(198,219,206)
#D2E4D8
(210,228,216)
#DEEDE2
(222,237,226)
#EAF6EC
(234,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729C88 color. Also use rgb(114,156,136) instead hex code.

Text Font Color

.myTextColor { color: #729C88; }

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

This text font color is #729C88.

Background Color

.myBgColor { background-color: #729C88; }

<div style="background-color:#729C88">Inner text</div>

This div background color is #729C88.

Border color

.myBorderColor { border: 1px solid #729C88; }

<div style="border:3px solid #729C88">Div</div>

This div border color is #729C88.

Opacity

.myOpacity80 { color: #729C88; opacity: 0.8; }

<p style="color:#729C88;opacity:0.8;">80%</p>

Text with #729C88 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 #729C88;}

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

This text has shadow with #729C88 color.


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

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

This text has shadow with #729C88 primary color and red secondary color.


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

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

This text has shadow with #729C88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #729C88.

Preview

Color preview on black background

This text has color #729C88 on black background.


Color preview on white background

This text has color #729C88 on white background.


Black color preview on #729C88 background

This text has black color on #729C88 background.


White color preview on #729C88 background

This text has white color on #729C88 background.


Related colors

Complementary color

Complementary color for #hex is #8D6377.


I love getcolorcode.com

Triadic colors

1 #88729C and #9C8872 with #729C88 are triadic colors.

2 #889C72 and #9C7288 with #729C88 are triadic colors.