COLOR #74728B

HEX: #74728B
RGB: (116,114,139)

Color info

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

RGB color model

#74728B color RGB value is (116,114,139).

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

RGB channels and saturation

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

116
114
139

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

Portions of RGB colors in percentages

R + G + B =
116 + 114 + 139 = 369 (100%)
R 116 of 369 ~ 31.44%
G 114 of 369 ~ 30.89%
B 139 of 369 ~ 37.67%

%31.44
%30.89
%37.67

CMYK color model

#74728B color CMYK value is (17,18,0,45).

  • cyan value is 16.55%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,18,0,45)
C17M18Y0K45 
(17%,18%,0%,45%)
(0.17/0.18/0.00/0.45)	

CMYK percentages

%16.55
%17.99
%0
%45.49

Codes

Color #74728B in popluar color models

74728B
RGB116114139
HSL245°9.88%49.61%
HSB/HSV245°17.99%54.51%
CMYK16.55%17.99%0.00%
45.49%

Color #74728B in popluar number systems.

HEX74728B
Decimal116114139
Binary1110100111001010001011
Octal164162213

Shades and tints

Shades of #74728B

#74728B
(116,114,139)
#6A687F
(106,104,127)
#605E73
(96,94,115)
#565467
(86,84,103)
#4C4A5B
(76,74,91)
#42404F
(66,64,79)
#383643
(56,54,67)
#2E2C37
(46,44,55)
#24222B
(36,34,43)
#1A181F
(26,24,31)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #74728B

#74728B
(116,114,139)
#807E95
(128,126,149)
#8C8A9F
(140,138,159)
#9896A9
(152,150,169)
#A4A2B3
(164,162,179)
#B0AEBD
(176,174,189)
#BCBAC7
(188,186,199)
#C8C6D1
(200,198,209)
#D4D2DB
(212,210,219)
#E0DEE5
(224,222,229)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74728B; }

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

This text font color is #74728B.


Background Color

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

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

This div background color is #74728B.


Border color

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

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

This div border color is #74728B.


Opacity

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

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

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

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

This text has shadow with #74728B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74728B on black background.


Color preview on white background

This text has color #74728B on white background.



Black color preview on #74728B background

This text has black color on #74728B background.


White color preview on #74728B background

This text has white color on #74728B background.