COLOR #74718D

HEX: #74718D
RGB: (116,113,141)

Color info

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

RGB color model

#74718D color RGB value is (116,113,141).

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

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 141 of 255 = 55%

116
113
141

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

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 141 = 370 (100%)
R 116 of 370 ~ 31.35%
G 113 of 370 ~ 30.54%
B 141 of 370 ~ 38.11%

%31.35
%30.54
%38.11

CMYK color model

#74718D color CMYK value is (18,20,0,45).

  • cyan value is 17.73%
  • magenta value is 19.86%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(18,20,0,45)
C18M20Y0K45 
(18%,20%,0%,45%)
(0.18/0.20/0.00/0.45)	

CMYK percentages

%17.73
%19.86
%0
%44.71

Codes

Color #74718D in popluar color models

74718D
RGB116113141
HSL246°11.02%49.80%
HSB/HSV246°19.86%55.29%
CMYK17.73%19.86%0.00%
44.71%

Color #74718D in popluar number systems.

HEX74718D
Decimal116113141
Binary1110100111000110001101
Octal164161215

Shades and tints

Shades of #74718D

#74718D
(116,113,141)
#6A6781
(106,103,129)
#605D75
(96,93,117)
#565369
(86,83,105)
#4C495D
(76,73,93)
#423F51
(66,63,81)
#383545
(56,53,69)
#2E2B39
(46,43,57)
#24212D
(36,33,45)
#1A1721
(26,23,33)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #74718D

#74718D
(116,113,141)
#807D97
(128,125,151)
#8C89A1
(140,137,161)
#9895AB
(152,149,171)
#A4A1B5
(164,161,181)
#B0ADBF
(176,173,191)
#BCB9C9
(188,185,201)
#C8C5D3
(200,197,211)
#D4D1DD
(212,209,221)
#E0DDE7
(224,221,231)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74718D; }

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

This text font color is #74718D.


Background Color

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

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

This div background color is #74718D.


Border color

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

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

This div border color is #74718D.


Opacity

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

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

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

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

This text has shadow with #74718D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74718D on black background.


Color preview on white background

This text has color #74718D on white background.



Black color preview on #74718D background

This text has black color on #74718D background.


White color preview on #74718D background

This text has white color on #74718D background.