COLOR #739E77

HEX: #739E77
RGB: (115,158,119)

Color info

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

RGB color model

#739E77 color RGB value is (115,158,119).

  • red value is 115;
  • green value is 158;
  • blue value is 119.
RGB:
(115,158,119)
(45%,62%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 158 of 255 = 62%
B 119 of 255 = 47%

115
158
119

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

Portions of RGB colors in percentages

R + G + B =
115 + 158 + 119 = 392 (100%)
R 115 of 392 ~ 29.34%
G 158 of 392 ~ 40.31%
B 119 of 392 ~ 30.36%

%29.34
%40.31
%30.36

CMYK color model

#739E77 color CMYK value is (27,0,25,38).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 38.04%
CMYK:
(27,0,25,38)
C27M0Y25K38 
(27%,0%,25%,38%)
(0.27/0.00/0.25/0.38)	

CMYK percentages

%27.22
%0
%24.68
%38.04

Codes

Color #739E77 in popluar color models

739E77
RGB115158119
HSL126°18.14%53.53%
HSB/HSV126°27.22%61.96%
CMYK27.22%0.00%24.68%
38.04%

Color #739E77 in popluar number systems.

HEX739E77
Decimal115158119
Binary1110011100111101110111
Octal163236167

Shades and tints

Shades of #739E77

#739E77
(115,158,119)
#69906D
(105,144,109)
#5F8263
(95,130,99)
#557459
(85,116,89)
#4B664F
(75,102,79)
#415845
(65,88,69)
#374A3B
(55,74,59)
#2D3C31
(45,60,49)
#232E27
(35,46,39)
#19201D
(25,32,29)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #739E77

#739E77
(115,158,119)
#7FA683
(127,166,131)
#8BAE8F
(139,174,143)
#97B69B
(151,182,155)
#A3BEA7
(163,190,167)
#AFC6B3
(175,198,179)
#BBCEBF
(187,206,191)
#C7D6CB
(199,214,203)
#D3DED7
(211,222,215)
#DFE6E3
(223,230,227)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739E77 color. Also use rgb(115,158,119) instead hex code.

Text Font Color

.myTextColor { color: #739E77; }

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

This text font color is #739E77.


Background Color

.myBgColor { background-color: #739E77; }

<div style="background-color:#739E77">Inner text</div>

This div background color is #739E77.


Border color

.myBorderColor { border: 1px solid #739E77; }

<div style="border:3px solid #739E77">Div</div>

This div border color is #739E77.


Opacity

.myOpacity80 { color: #739E77; opacity: 0.8; }

<p style="color:#739E77;opacity:0.8;">80%</p>

Text with #739E77 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 #739E77;}

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

This text has shadow with #739E77 color.

.textShadow {text-shadow: 3px 3px 1px #739E77, 3px 3px 1px red;}

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

This text has shadow with #739E77 primary color and red secondary color.


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

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

This text has shadow with #739E77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739E77 on black background.


Color preview on white background

This text has color #739E77 on white background.



Black color preview on #739E77 background

This text has black color on #739E77 background.


White color preview on #739E77 background

This text has white color on #739E77 background.