COLOR #74647D

HEX: #74647D RGB: (116,100,125)

Color info

#74647D contains red, green and blue colors in about the same proportion. Web safe color of #74647D is #666666 (or #666).

RGB color model

#74647D color RGB value is (116,100,125).

RGB: (116,100,125) (45%, 39%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 100 of 255 = 39%
B 125 of 255 = 49%

116
100
125

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

Portions of RGB colors in percentages

R + G + B = 116 + 100 + 125 = 341 (100%)
R 116 of 341 ~ 34.02%
G 100 of 341 ~ 29.33%
B 125 of 341 ~ 36.66'%

%34.02
%29.33
%36.66

CMYK color model

#74647D color CMYK value is (7,20,0,51).

  • cyan value is 7.20%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (7,20,0,51)
C7M20Y0K51 (7%, 20%, 0%, 51%)
(0.07 / 0.20 / 0.00 / 0.51)

CMYK percentages

%7.2
%20
%0
%50.98

Codes

Color #74647D in popluar color models

74 64 7D
RGB 116 100 125
HSL 278° 11.11% 44.12%
HSB/HSV 278° 20.00% 49.02%
CMYK 7.20% 20.00% 0.00%
50.98%

Color #74647D in popluar number systems.

HEX 74 64 7D
Decimal 116 100 125
Binary 1110100 1100100 1111101
Octal 164 144 175

Shades and tints

Shades of #74647D

#74647D
(116,100,125)
#6A5B72
(106,91,114)
#605267
(96,82,103)
#56495C
(86,73,92)
#4C4051
(76,64,81)
#423746
(66,55,70)
#382E3B
(56,46,59)
#2E2530
(46,37,48)
#241C25
(36,28,37)
#1A131A
(26,19,26)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #74647D

#74647D
(116,100,125)
#807288
(128,114,136)
#8C8093
(140,128,147)
#988E9E
(152,142,158)
#A49CA9
(164,156,169)
#B0AAB4
(176,170,180)
#BCB8BF
(188,184,191)
#C8C6CA
(200,198,202)
#D4D4D5
(212,212,213)
#E0E2E0
(224,226,224)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74647D color. Also use rgb(116,100,125) instead hex code.

Text Font Color

.myTextColor { color: #74647D; }

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

This text font color is #74647D.

Background Color

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

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

This div background color is #74647D.

Border color

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

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

This div border color is #74647D.

Opacity

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

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

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

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

This text has shadow with #74647D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74647D.

Preview

Color preview on black background

This text has color #74647D on black background.


Color preview on white background

This text has color #74647D on white background.


Black color preview on #74647D background

This text has black color on #74647D background.


White color preview on #74647D background

This text has white color on #74647D background.


Related colors

Complementary color

Complementary color for #hex is #8B9B82.


I love getcolorcode.com

Triadic colors

1 #7D7464 and #647D74 with #74647D are triadic colors.

2 #7D6474 and #64747D with #74647D are triadic colors.