COLOR #729A7F

HEX: #729A7F
RGB: (114,154,127)

Color info

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

RGB color model

#729A7F color RGB value is (114,154,127).

  • red value is 114;
  • green value is 154;
  • blue value is 127.
RGB:
(114,154,127)
(45%,60%,50%)

RGB channels and saturation

R 114 of 255 = 45%
G 154 of 255 = 60%
B 127 of 255 = 50%

114
154
127

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

Portions of RGB colors in percentages

R + G + B =
114 + 154 + 127 = 395 (100%)
R 114 of 395 ~ 28.86%
G 154 of 395 ~ 38.99%
B 127 of 395 ~ 32.15%

%28.86
%38.99
%32.15

CMYK color model

#729A7F color CMYK value is (26,0,18,40).

  • cyan value is 25.97%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 39.61%
CMYK:
(26,0,18,40)
C26M0Y18K40 
(26%,0%,18%,40%)
(0.26/0.00/0.18/0.40)	

CMYK percentages

%25.97
%0
%17.53
%39.61

Codes

Color #729A7F in popluar color models

729A7F
RGB114154127
HSL140°16.53%52.55%
HSB/HSV140°25.97%60.39%
CMYK25.97%0.00%17.53%
39.61%

Color #729A7F in popluar number systems.

HEX729A7F
Decimal114154127
Binary1110010100110101111111
Octal162232177

Shades and tints

Shades of #729A7F

#729A7F
(114,154,127)
#688C74
(104,140,116)
#5E7E69
(94,126,105)
#54705E
(84,112,94)
#4A6253
(74,98,83)
#405448
(64,84,72)
#36463D
(54,70,61)
#2C3832
(44,56,50)
#222A27
(34,42,39)
#181C1C
(24,28,28)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #729A7F

#729A7F
(114,154,127)
#7EA38A
(126,163,138)
#8AAC95
(138,172,149)
#96B5A0
(150,181,160)
#A2BEAB
(162,190,171)
#AEC7B6
(174,199,182)
#BAD0C1
(186,208,193)
#C6D9CC
(198,217,204)
#D2E2D7
(210,226,215)
#DEEBE2
(222,235,226)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729A7F color. Also use rgb(114,154,127) instead hex code.

Text Font Color

.myTextColor { color: #729A7F; }

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

This text font color is #729A7F.


Background Color

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

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

This div background color is #729A7F.


Border color

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

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

This div border color is #729A7F.


Opacity

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

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

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

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

This text has shadow with #729A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729A7F on black background.


Color preview on white background

This text has color #729A7F on white background.



Black color preview on #729A7F background

This text has black color on #729A7F background.


White color preview on #729A7F background

This text has white color on #729A7F background.