COLOR #74677C

HEX: #74677C RGB: (116,103,124)

Color info

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

RGB color model

#74677C color RGB value is (116,103,124).

RGB: (116,103,124) (45%, 40%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 103 of 255 = 40%
B 124 of 255 = 49%

116
103
124

R + G + B ~ 45%. #74677C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 103 + 124 = 343 (100%)
R 116 of 343 ~ 33.82%
G 103 of 343 ~ 30.03%
B 124 of 343 ~ 36.15'%

%33.82
%30.03
%36.15

CMYK color model

#74677C color CMYK value is (6,17,0,51).

  • cyan value is 6.45%
  • magenta value is 16.94%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (6,17,0,51)
C6M17Y0K51 (6%, 17%, 0%, 51%)
(0.06 / 0.17 / 0.00 / 0.51)

CMYK percentages

%6.45
%16.94
%0
%51.37

Codes

Color #74677C in popluar color models

74 67 7C
RGB 116 103 124
HSL 277° 9.25% 44.51%
HSB/HSV 277° 16.94% 48.63%
CMYK 6.45% 16.94% 0.00%
51.37%

Color #74677C in popluar number systems.

HEX 74 67 7C
Decimal 116 103 124
Binary 1110100 1100111 1111100
Octal 164 147 174

Shades and tints

Shades of #74677C

#74677C
(116,103,124)
#6A5E71
(106,94,113)
#605566
(96,85,102)
#564C5B
(86,76,91)
#4C4350
(76,67,80)
#423A45
(66,58,69)
#38313A
(56,49,58)
#2E282F
(46,40,47)
#241F24
(36,31,36)
#1A1619
(26,22,25)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #74677C

#74677C
(116,103,124)
#807487
(128,116,135)
#8C8192
(140,129,146)
#988E9D
(152,142,157)
#A49BA8
(164,155,168)
#B0A8B3
(176,168,179)
#BCB5BE
(188,181,190)
#C8C2C9
(200,194,201)
#D4CFD4
(212,207,212)
#E0DCDF
(224,220,223)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74677C color. Also use rgb(116,103,124) instead hex code.

Text Font Color

.myTextColor { color: #74677C; }

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

This text font color is #74677C.

Background Color

.myBgColor { background-color: #74677C; }

<div style="background-color:#74677C">Inner text</div>

This div background color is #74677C.

Border color

.myBorderColor { border: 1px solid #74677C; }

<div style="border:3px solid #74677C">Div</div>

This div border color is #74677C.

Opacity

.myOpacity80 { color: #74677C; opacity: 0.8; }

<p style="color:#74677C;opacity:0.8;">80%</p>

Text with #74677C 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 #74677C;}

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

This text has shadow with #74677C color.


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

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

This text has shadow with #74677C primary color and red secondary color.


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

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

This text has shadow with #74677C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74677C.

Preview

Color preview on black background

This text has color #74677C on black background.


Color preview on white background

This text has color #74677C on white background.


Black color preview on #74677C background

This text has black color on #74677C background.


White color preview on #74677C background

This text has white color on #74677C background.


Related colors

Complementary color

Complementary color for #hex is #8B9883.


I love getcolorcode.com

Triadic colors

1 #7C7467 and #677C74 with #74677C are triadic colors.

2 #7C6774 and #67747C with #74677C are triadic colors.