COLOR #74728F

HEX: #74728F
RGB: (116,114,143)

Color info

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

RGB color model

#74728F color RGB value is (116,114,143).

  • red value is 116;
  • green value is 114;
  • blue value is 143.
RGB:
(116,114,143)
(45%,45%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 114 of 255 = 45%
B 143 of 255 = 56%

116
114
143

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

Portions of RGB colors in percentages

R + G + B =
116 + 114 + 143 = 373 (100%)
R 116 of 373 ~ 31.1%
G 114 of 373 ~ 30.56%
B 143 of 373 ~ 38.34%

%31.1
%30.56
%38.34

CMYK color model

#74728F color CMYK value is (19,20,0,44).

  • cyan value is 18.88%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(19,20,0,44)
C19M20Y0K44 
(19%,20%,0%,44%)
(0.19/0.20/0.00/0.44)	

CMYK percentages

%18.88
%20.28
%0
%43.92

Codes

Color #74728F in popluar color models

74728F
RGB116114143
HSL244°11.46%50.39%
HSB/HSV244°20.28%56.08%
CMYK18.88%20.28%0.00%
43.92%

Color #74728F in popluar number systems.

HEX74728F
Decimal116114143
Binary1110100111001010001111
Octal164162217

Shades and tints

Shades of #74728F

#74728F
(116,114,143)
#6A6882
(106,104,130)
#605E75
(96,94,117)
#565468
(86,84,104)
#4C4A5B
(76,74,91)
#42404E
(66,64,78)
#383641
(56,54,65)
#2E2C34
(46,44,52)
#242227
(36,34,39)
#1A181A
(26,24,26)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #74728F

#74728F
(116,114,143)
#807E99
(128,126,153)
#8C8AA3
(140,138,163)
#9896AD
(152,150,173)
#A4A2B7
(164,162,183)
#B0AEC1
(176,174,193)
#BCBACB
(188,186,203)
#C8C6D5
(200,198,213)
#D4D2DF
(212,210,223)
#E0DEE9
(224,222,233)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74728F; }

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

This text font color is #74728F.


Background Color

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

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

This div background color is #74728F.


Border color

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

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

This div border color is #74728F.


Opacity

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

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

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

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

This text has shadow with #74728F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74728F on black background.


Color preview on white background

This text has color #74728F on white background.



Black color preview on #74728F background

This text has black color on #74728F background.


White color preview on #74728F background

This text has white color on #74728F background.