COLOR #74728D

HEX: #74728D RGB: (116,114,141)

Color info

#74728D contains red, green and blue colors in about the same proportion. Web safe color of #74728D is #666699 (or #669).

RGB color model

#74728D color RGB value is (116,114,141).

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

RGB channels and saturation

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

116
114
141

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

Portions of RGB colors in percentages

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

%31.27
%30.73
%38.01

CMYK color model

#74728D color CMYK value is (18,19,0,45).

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

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

CMYK percentages

%17.73
%19.15
%0
%44.71

Codes

Color #74728D in popluar color models

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

Color #74728D in popluar number systems.

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

Shades and tints

Shades of #74728D

#74728D
(116,114,141)
#6A6881
(106,104,129)
#605E75
(96,94,117)
#565469
(86,84,105)
#4C4A5D
(76,74,93)
#424051
(66,64,81)
#383645
(56,54,69)
#2E2C39
(46,44,57)
#24222D
(36,34,45)
#1A1821
(26,24,33)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #74728D

#74728D
(116,114,141)
#807E97
(128,126,151)
#8C8AA1
(140,138,161)
#9896AB
(152,150,171)
#A4A2B5
(164,162,181)
#B0AEBF
(176,174,191)
#BCBAC9
(188,186,201)
#C8C6D3
(200,198,211)
#D4D2DD
(212,210,221)
#E0DEE7
(224,222,231)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74728D; }

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

This text font color is #74728D.

Background Color

.myBgColor { background-color: #74728D; }

<div style="background-color:#74728D">Inner text</div>

This div background color is #74728D.

Border color

.myBorderColor { border: 1px solid #74728D; }

<div style="border:3px solid #74728D">Div</div>

This div border color is #74728D.

Opacity

.myOpacity80 { color: #74728D; opacity: 0.8; }

<p style="color:#74728D;opacity:0.8;">80%</p>

Text with #74728D 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 #74728D;}

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

This text has shadow with #74728D color.


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

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

This text has shadow with #74728D primary color and red secondary color.


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

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

This text has shadow with #74728D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74728D.

Preview

Color preview on black background

This text has color #74728D on black background.


Color preview on white background

This text has color #74728D on white background.


Black color preview on #74728D background

This text has black color on #74728D background.


White color preview on #74728D background

This text has white color on #74728D background.


Related colors

Complementary color

Complementary color for #hex is #8B8D72.


I love getcolorcode.com

Triadic colors

1 #8D7472 and #728D74 with #74728D are triadic colors.

2 #8D7274 and #72748D with #74728D are triadic colors.