COLOR #729B7D

HEX: #729B7D RGB: (114,155,125)

Color info

#729B7D contains red, green and blue colors in about the same proportion. Web safe color of #729B7D is #669966 (or #696).

RGB color model

#729B7D color RGB value is (114,155,125).

RGB: (114,155,125) (45%, 61%, 49%)

RGB channels and saturation

R 114 of 255 = 45%
G 155 of 255 = 61%
B 125 of 255 = 49%

114
155
125

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

Portions of RGB colors in percentages

R + G + B = 114 + 155 + 125 = 394 (100%)
R 114 of 394 ~ 28.93%
G 155 of 394 ~ 39.34%
B 125 of 394 ~ 31.73'%

%28.93
%39.34
%31.73

CMYK color model

#729B7D color CMYK value is (26,0,19,39).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 39.22%

CMYK: (26,0,19,39)
C26M0Y19K39 (26%, 0%, 19%, 39%)
(0.26 / 0.00 / 0.19 / 0.39)

CMYK percentages

%26.45
%0
%19.35
%39.22

Codes

Color #729B7D in popluar color models

72 9B 7D
RGB 114 155 125
HSL 136° 17.01% 52.75%
HSB/HSV 136° 26.45% 60.78%
CMYK 26.45% 0.00% 19.35%
39.22%

Color #729B7D in popluar number systems.

HEX 72 9B 7D
Decimal 114 155 125
Binary 1110010 10011011 1111101
Octal 162 233 175

Shades and tints

Shades of #729B7D

#729B7D
(114,155,125)
#688D72
(104,141,114)
#5E7F67
(94,127,103)
#54715C
(84,113,92)
#4A6351
(74,99,81)
#405546
(64,85,70)
#36473B
(54,71,59)
#2C3930
(44,57,48)
#222B25
(34,43,37)
#181D1A
(24,29,26)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #729B7D

#729B7D
(114,155,125)
#7EA488
(126,164,136)
#8AAD93
(138,173,147)
#96B69E
(150,182,158)
#A2BFA9
(162,191,169)
#AEC8B4
(174,200,180)
#BAD1BF
(186,209,191)
#C6DACA
(198,218,202)
#D2E3D5
(210,227,213)
#DEECE0
(222,236,224)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729B7D color. Also use rgb(114,155,125) instead hex code.

Text Font Color

.myTextColor { color: #729B7D; }

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

This text font color is #729B7D.

Background Color

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

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

This div background color is #729B7D.

Border color

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

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

This div border color is #729B7D.

Opacity

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

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

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

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

This text has shadow with #729B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #729B7D.

Preview

Color preview on black background

This text has color #729B7D on black background.


Color preview on white background

This text has color #729B7D on white background.


Black color preview on #729B7D background

This text has black color on #729B7D background.


White color preview on #729B7D background

This text has white color on #729B7D background.


Related colors

Complementary color

Complementary color for #hex is #8D6482.


I love getcolorcode.com

Triadic colors

1 #7D729B and #9B7D72 with #729B7D are triadic colors.

2 #7D9B72 and #9B727D with #729B7D are triadic colors.