COLOR #748D72

HEX: #748D72 RGB: (116,141,114)

Color info

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

RGB color model

#748D72 color RGB value is (116,141,114).

RGB: (116,141,114) (45%, 55%, 45%)

RGB channels and saturation

R 116 of 255 = 45%
G 141 of 255 = 55%
B 114 of 255 = 45%

116
141
114

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

Portions of RGB colors in percentages

R + G + B = 116 + 141 + 114 = 371 (100%)
R 116 of 371 ~ 31.27%
G 141 of 371 ~ 38.01%
B 114 of 371 ~ 30.73'%

%31.27
%38.01
%30.73

CMYK color model

#748D72 color CMYK value is (18,0,19,45).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 44.71%

CMYK: (18,0,19,45)
C18M0Y19K45 (18%, 0%, 19%, 45%)
(0.18 / 0.00 / 0.19 / 0.45)

CMYK percentages

%17.73
%0
%19.15
%44.71

Codes

Color #748D72 in popluar color models

74 8D 72
RGB 116 141 114
HSL 116° 10.59% 50.00%
HSB/HSV 116° 19.15% 55.29%
CMYK 17.73% 0.00% 19.15%
44.71%

Color #748D72 in popluar number systems.

HEX 74 8D 72
Decimal 116 141 114
Binary 1110100 10001101 1110010
Octal 164 215 162

Shades and tints

Shades of #748D72

#748D72
(116,141,114)
#6A8168
(106,129,104)
#60755E
(96,117,94)
#566954
(86,105,84)
#4C5D4A
(76,93,74)
#425140
(66,81,64)
#384536
(56,69,54)
#2E392C
(46,57,44)
#242D22
(36,45,34)
#1A2118
(26,33,24)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #748D72

#748D72
(116,141,114)
#80977E
(128,151,126)
#8CA18A
(140,161,138)
#98AB96
(152,171,150)
#A4B5A2
(164,181,162)
#B0BFAE
(176,191,174)
#BCC9BA
(188,201,186)
#C8D3C6
(200,211,198)
#D4DDD2
(212,221,210)
#E0E7DE
(224,231,222)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748D72; }

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

This text font color is #748D72.

Background Color

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

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

This div background color is #748D72.

Border color

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

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

This div border color is #748D72.

Opacity

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

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

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

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

This text has shadow with #748D72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748D72.

Preview

Color preview on black background

This text has color #748D72 on black background.


Color preview on white background

This text has color #748D72 on white background.


Black color preview on #748D72 background

This text has black color on #748D72 background.


White color preview on #748D72 background

This text has white color on #748D72 background.


Related colors

Complementary color

Complementary color for #hex is #8B728D.


I love getcolorcode.com

Triadic colors

1 #72748D and #8D7274 with #748D72 are triadic colors.

2 #728D74 and #8D7472 with #748D72 are triadic colors.