COLOR #748D77

HEX: #748D77
RGB: (116,141,119)

Color info

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

RGB color model

#748D77 color RGB value is (116,141,119).

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

RGB channels and saturation

R 116 of 255 = 45%
G 141 of 255 = 55%
B 119 of 255 = 47%

116
141
119

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

Portions of RGB colors in percentages

R + G + B =
116 + 141 + 119 = 376 (100%)
R 116 of 376 ~ 30.85%
G 141 of 376 ~ 37.5%
B 119 of 376 ~ 31.65%

%30.85
%37.5
%31.65

CMYK color model

#748D77 color CMYK value is (18,0,16,45).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 44.71%
CMYK:
(18,0,16,45)
C18M0Y16K45 
(18%,0%,16%,45%)
(0.18/0.00/0.16/0.45)	

CMYK percentages

%17.73
%0
%15.6
%44.71

Codes

Color #748D77 in popluar color models

748D77
RGB116141119
HSL127°9.88%50.39%
HSB/HSV127°17.73%55.29%
CMYK17.73%0.00%15.60%
44.71%

Color #748D77 in popluar number systems.

HEX748D77
Decimal116141119
Binary1110100100011011110111
Octal164215167

Shades and tints

Shades of #748D77

#748D77
(116,141,119)
#6A816D
(106,129,109)
#607563
(96,117,99)
#566959
(86,105,89)
#4C5D4F
(76,93,79)
#425145
(66,81,69)
#38453B
(56,69,59)
#2E3931
(46,57,49)
#242D27
(36,45,39)
#1A211D
(26,33,29)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #748D77

#748D77
(116,141,119)
#809783
(128,151,131)
#8CA18F
(140,161,143)
#98AB9B
(152,171,155)
#A4B5A7
(164,181,167)
#B0BFB3
(176,191,179)
#BCC9BF
(188,201,191)
#C8D3CB
(200,211,203)
#D4DDD7
(212,221,215)
#E0E7E3
(224,231,227)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748D77; }

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

This text font color is #748D77.


Background Color

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

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

This div background color is #748D77.


Border color

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

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

This div border color is #748D77.


Opacity

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

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

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

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

This text has shadow with #748D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748D77 on black background.


Color preview on white background

This text has color #748D77 on white background.



Black color preview on #748D77 background

This text has black color on #748D77 background.


White color preview on #748D77 background

This text has white color on #748D77 background.