COLOR #747C84

HEX: #747C84
RGB: (116,124,132)

Color info

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

RGB color model

#747C84 color RGB value is (116,124,132).

  • red value is 116;
  • green value is 124;
  • blue value is 132.
RGB:
(116,124,132)
(45%,49%,52%)

RGB channels and saturation

R 116 of 255 = 45%
G 124 of 255 = 49%
B 132 of 255 = 52%

116
124
132

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

Portions of RGB colors in percentages

R + G + B =
116 + 124 + 132 = 372 (100%)
R 116 of 372 ~ 31.18%
G 124 of 372 ~ 33.33%
B 132 of 372 ~ 35.48%

%31.18
%33.33
%35.48

CMYK color model

#747C84 color CMYK value is (12,6,0,48).

  • cyan value is 12.12%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(12,6,0,48)
C12M6Y0K48 
(12%,6%,0%,48%)
(0.12/0.06/0.00/0.48)	

CMYK percentages

%12.12
%6.06
%0
%48.24

Codes

Color #747C84 in popluar color models

747C84
RGB116124132
HSL210°6.45%48.63%
HSB/HSV210°12.12%51.76%
CMYK12.12%6.06%0.00%
48.24%

Color #747C84 in popluar number systems.

HEX747C84
Decimal116124132
Binary1110100111110010000100
Octal164174204

Shades and tints

Shades of #747C84

#747C84
(116,124,132)
#6A7178
(106,113,120)
#60666C
(96,102,108)
#565B60
(86,91,96)
#4C5054
(76,80,84)
#424548
(66,69,72)
#383A3C
(56,58,60)
#2E2F30
(46,47,48)
#242424
(36,36,36)
#1A1918
(26,25,24)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #747C84

#747C84
(116,124,132)
#80878F
(128,135,143)
#8C929A
(140,146,154)
#989DA5
(152,157,165)
#A4A8B0
(164,168,176)
#B0B3BB
(176,179,187)
#BCBEC6
(188,190,198)
#C8C9D1
(200,201,209)
#D4D4DC
(212,212,220)
#E0DFE7
(224,223,231)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747C84; }

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

This text font color is #747C84.


Background Color

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

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

This div background color is #747C84.


Border color

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

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

This div border color is #747C84.


Opacity

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

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

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

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

This text has shadow with #747C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747C84 on black background.


Color preview on white background

This text has color #747C84 on white background.



Black color preview on #747C84 background

This text has black color on #747C84 background.


White color preview on #747C84 background

This text has white color on #747C84 background.