COLOR #747C8F

HEX: #747C8F RGB: (116,124,143)

Color info

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

RGB color model

#747C8F color RGB value is (116,124,143).

RGB: (116,124,143) (45%, 49%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 124 of 255 = 49%
B 143 of 255 = 56%

116
124
143

R + G + B ~ 50%. #747C8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 124 + 143 = 383 (100%)
R 116 of 383 ~ 30.29%
G 124 of 383 ~ 32.38%
B 143 of 383 ~ 37.34'%

%30.29
%32.38
%37.34

CMYK color model

#747C8F color CMYK value is (19,13,0,44).

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

CMYK: (19,13,0,44)
C19M13Y0K44 (19%, 13%, 0%, 44%)
(0.19 / 0.13 / 0.00 / 0.44)

CMYK percentages

%18.88
%13.29
%0
%43.92

Codes

Color #747C8F in popluar color models

74 7C 8F
RGB 116 124 143
HSL 222° 10.76% 50.78%
HSB/HSV 222° 18.88% 56.08%
CMYK 18.88% 13.29% 0.00%
43.92%

Color #747C8F in popluar number systems.

HEX 74 7C 8F
Decimal 116 124 143
Binary 1110100 1111100 10001111
Octal 164 174 217

Shades and tints

Shades of #747C8F

#747C8F
(116,124,143)
#6A7182
(106,113,130)
#606675
(96,102,117)
#565B68
(86,91,104)
#4C505B
(76,80,91)
#42454E
(66,69,78)
#383A41
(56,58,65)
#2E2F34
(46,47,52)
#242427
(36,36,39)
#1A191A
(26,25,26)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #747C8F

#747C8F
(116,124,143)
#808799
(128,135,153)
#8C92A3
(140,146,163)
#989DAD
(152,157,173)
#A4A8B7
(164,168,183)
#B0B3C1
(176,179,193)
#BCBECB
(188,190,203)
#C8C9D5
(200,201,213)
#D4D4DF
(212,212,223)
#E0DFE9
(224,223,233)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747C8F color. Also use rgb(116,124,143) instead hex code.

Text Font Color

.myTextColor { color: #747C8F; }

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

This text font color is #747C8F.

Background Color

.myBgColor { background-color: #747C8F; }

<div style="background-color:#747C8F">Inner text</div>

This div background color is #747C8F.

Border color

.myBorderColor { border: 1px solid #747C8F; }

<div style="border:3px solid #747C8F">Div</div>

This div border color is #747C8F.

Opacity

.myOpacity80 { color: #747C8F; opacity: 0.8; }

<p style="color:#747C8F;opacity:0.8;">80%</p>

Text with #747C8F 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 #747C8F;}

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

This text has shadow with #747C8F color.


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

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

This text has shadow with #747C8F primary color and red secondary color.


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

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

This text has shadow with #747C8F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #747C8F.

Preview

Color preview on black background

This text has color #747C8F on black background.


Color preview on white background

This text has color #747C8F on white background.


Black color preview on #747C8F background

This text has black color on #747C8F background.


White color preview on #747C8F background

This text has white color on #747C8F background.


Related colors

Complementary color

Complementary color for #hex is #8B8370.


I love getcolorcode.com

Triadic colors

1 #8F747C and #7C8F74 with #747C8F are triadic colors.

2 #8F7C74 and #7C748F with #747C8F are triadic colors.