COLOR #749D77

HEX: #749D77
RGB: (116,157,119)

Color info

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

RGB color model

#749D77 color RGB value is (116,157,119).

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

RGB channels and saturation

R 116 of 255 = 45%
G 157 of 255 = 62%
B 119 of 255 = 47%

116
157
119

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

Portions of RGB colors in percentages

R + G + B =
116 + 157 + 119 = 392 (100%)
R 116 of 392 ~ 29.59%
G 157 of 392 ~ 40.05%
B 119 of 392 ~ 30.36%

%29.59
%40.05
%30.36

CMYK color model

#749D77 color CMYK value is (26,0,24,38).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 24.20%
  • key color value is 38.43%
CMYK:
(26,0,24,38)
C26M0Y24K38 
(26%,0%,24%,38%)
(0.26/0.00/0.24/0.38)	

CMYK percentages

%26.11
%0
%24.2
%38.43

Codes

Color #749D77 in popluar color models

749D77
RGB116157119
HSL124°17.30%53.53%
HSB/HSV124°26.11%61.57%
CMYK26.11%0.00%24.20%
38.43%

Color #749D77 in popluar number systems.

HEX749D77
Decimal116157119
Binary1110100100111011110111
Octal164235167

Shades and tints

Shades of #749D77

#749D77
(116,157,119)
#6A8F6D
(106,143,109)
#608163
(96,129,99)
#567359
(86,115,89)
#4C654F
(76,101,79)
#425745
(66,87,69)
#38493B
(56,73,59)
#2E3B31
(46,59,49)
#242D27
(36,45,39)
#1A1F1D
(26,31,29)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #749D77

#749D77
(116,157,119)
#80A583
(128,165,131)
#8CAD8F
(140,173,143)
#98B59B
(152,181,155)
#A4BDA7
(164,189,167)
#B0C5B3
(176,197,179)
#BCCDBF
(188,205,191)
#C8D5CB
(200,213,203)
#D4DDD7
(212,221,215)
#E0E5E3
(224,229,227)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749D77 color. Also use rgb(116,157,119) instead hex code.

Text Font Color

.myTextColor { color: #749D77; }

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

This text font color is #749D77.


Background Color

.myBgColor { background-color: #749D77; }

<div style="background-color:#749D77">Inner text</div>

This div background color is #749D77.


Border color

.myBorderColor { border: 1px solid #749D77; }

<div style="border:3px solid #749D77">Div</div>

This div border color is #749D77.


Opacity

.myOpacity80 { color: #749D77; opacity: 0.8; }

<p style="color:#749D77;opacity:0.8;">80%</p>

Text with #749D77 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 #749D77;}

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

This text has shadow with #749D77 color.

.textShadow {text-shadow: 3px 3px 1px #749D77, 3px 3px 1px red;}

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

This text has shadow with #749D77 primary color and red secondary color.


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

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

This text has shadow with #749D77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749D77 on black background.


Color preview on white background

This text has color #749D77 on white background.



Black color preview on #749D77 background

This text has black color on #749D77 background.


White color preview on #749D77 background

This text has white color on #749D77 background.