COLOR #74767C

HEX: #74767C RGB: (116,118,124)

Color info

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

RGB color model

#74767C color RGB value is (116,118,124).

RGB: (116,118,124) (45%, 46%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 118 of 255 = 46%
B 124 of 255 = 49%

116
118
124

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

Portions of RGB colors in percentages

R + G + B = 116 + 118 + 124 = 358 (100%)
R 116 of 358 ~ 32.4%
G 118 of 358 ~ 32.96%
B 124 of 358 ~ 34.64'%

%32.4
%32.96
%34.64

CMYK color model

#74767C color CMYK value is (6,5,0,51).

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

CMYK: (6,5,0,51)
C6M5Y0K51 (6%, 5%, 0%, 51%)
(0.06 / 0.05 / 0.00 / 0.51)

CMYK percentages

%6.45
%4.84
%0
%51.37

Codes

Color #74767C in popluar color models

74 76 7C
RGB 116 118 124
HSL 225° 3.33% 47.06%
HSB/HSV 225° 6.45% 48.63%
CMYK 6.45% 4.84% 0.00%
51.37%

Color #74767C in popluar number systems.

HEX 74 76 7C
Decimal 116 118 124
Binary 1110100 1110110 1111100
Octal 164 166 174

Shades and tints

Shades of #74767C

#74767C
(116,118,124)
#6A6C71
(106,108,113)
#606266
(96,98,102)
#56585B
(86,88,91)
#4C4E50
(76,78,80)
#424445
(66,68,69)
#383A3A
(56,58,58)
#2E302F
(46,48,47)
#242624
(36,38,36)
#1A1C19
(26,28,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #74767C

#74767C
(116,118,124)
#808287
(128,130,135)
#8C8E92
(140,142,146)
#989A9D
(152,154,157)
#A4A6A8
(164,166,168)
#B0B2B3
(176,178,179)
#BCBEBE
(188,190,190)
#C8CAC9
(200,202,201)
#D4D6D4
(212,214,212)
#E0E2DF
(224,226,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74767C; }

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

This text font color is #74767C.

Background Color

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

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

This div background color is #74767C.

Border color

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

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

This div border color is #74767C.

Opacity

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

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

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

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

This text has shadow with #74767C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74767C.

Preview

Color preview on black background

This text has color #74767C on black background.


Color preview on white background

This text has color #74767C on white background.


Black color preview on #74767C background

This text has black color on #74767C background.


White color preview on #74767C background

This text has white color on #74767C background.


Related colors

Complementary color

Complementary color for #hex is #8B8983.


I love getcolorcode.com

Triadic colors

1 #7C7476 and #767C74 with #74767C are triadic colors.

2 #7C7674 and #76747C with #74767C are triadic colors.