COLOR #74718F

HEX: #74718F RGB: (116,113,143)

Color info

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

RGB color model

#74718F color RGB value is (116,113,143).

RGB: (116,113,143) (45%, 44%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 143 of 255 = 56%

116
113
143

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

Portions of RGB colors in percentages

R + G + B = 116 + 113 + 143 = 372 (100%)
R 116 of 372 ~ 31.18%
G 113 of 372 ~ 30.38%
B 143 of 372 ~ 38.44'%

%31.18
%30.38
%38.44

CMYK color model

#74718F color CMYK value is (19,21,0,44).

  • cyan value is 18.88%
  • magenta value is 20.98%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (19,21,0,44)
C19M21Y0K44 (19%, 21%, 0%, 44%)
(0.19 / 0.21 / 0.00 / 0.44)

CMYK percentages

%18.88
%20.98
%0
%43.92

Codes

Color #74718F in popluar color models

74 71 8F
RGB 116 113 143
HSL 246° 11.81% 50.20%
HSB/HSV 246° 20.98% 56.08%
CMYK 18.88% 20.98% 0.00%
43.92%

Color #74718F in popluar number systems.

HEX 74 71 8F
Decimal 116 113 143
Binary 1110100 1110001 10001111
Octal 164 161 217

Shades and tints

Shades of #74718F

#74718F
(116,113,143)
#6A6782
(106,103,130)
#605D75
(96,93,117)
#565368
(86,83,104)
#4C495B
(76,73,91)
#423F4E
(66,63,78)
#383541
(56,53,65)
#2E2B34
(46,43,52)
#242127
(36,33,39)
#1A171A
(26,23,26)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #74718F

#74718F
(116,113,143)
#807D99
(128,125,153)
#8C89A3
(140,137,163)
#9895AD
(152,149,173)
#A4A1B7
(164,161,183)
#B0ADC1
(176,173,193)
#BCB9CB
(188,185,203)
#C8C5D5
(200,197,213)
#D4D1DF
(212,209,223)
#E0DDE9
(224,221,233)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74718F; }

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

This text font color is #74718F.

Background Color

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

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

This div background color is #74718F.

Border color

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

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

This div border color is #74718F.

Opacity

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

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

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

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

This text has shadow with #74718F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74718F.

Preview

Color preview on black background

This text has color #74718F on black background.


Color preview on white background

This text has color #74718F on white background.


Black color preview on #74718F background

This text has black color on #74718F background.


White color preview on #74718F background

This text has white color on #74718F background.


Related colors

Complementary color

Complementary color for #hex is #8B8E70.


I love getcolorcode.com

Triadic colors

1 #8F7471 and #718F74 with #74718F are triadic colors.

2 #8F7174 and #71748F with #74718F are triadic colors.