COLOR #747078

HEX: #747078
RGB: (116,112,120)

Color info

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

RGB color model

#747078 color RGB value is (116,112,120).

  • red value is 116;
  • green value is 112;
  • blue value is 120.
RGB:
(116,112,120)
(45%,44%,47%)

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 120 of 255 = 47%

116
112
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 120 = 348 (100%)
R 116 of 348 ~ 33.33%
G 112 of 348 ~ 32.18%
B 120 of 348 ~ 34.48%

%33.33
%32.18
%34.48

CMYK color model

#747078 color CMYK value is (3,7,0,53).

  • cyan value is 3.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,7,0,53)
C3M7Y0K53 
(3%,7%,0%,53%)
(0.03/0.07/0.00/0.53)	

CMYK percentages

%3.33
%6.67
%0
%52.94

Codes

Color #747078 in popluar color models

747078
RGB116112120
HSL270°3.45%45.49%
HSB/HSV270°6.67%47.06%
CMYK3.33%6.67%0.00%
52.94%

Color #747078 in popluar number systems.

HEX747078
Decimal116112120
Binary111010011100001111000
Octal164160170

Shades and tints

Shades of #747078

#747078
(116,112,120)
#6A666E
(106,102,110)
#605C64
(96,92,100)
#56525A
(86,82,90)
#4C4850
(76,72,80)
#423E46
(66,62,70)
#38343C
(56,52,60)
#2E2A32
(46,42,50)
#242028
(36,32,40)
#1A161E
(26,22,30)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #747078

#747078
(116,112,120)
#807D84
(128,125,132)
#8C8A90
(140,138,144)
#98979C
(152,151,156)
#A4A4A8
(164,164,168)
#B0B1B4
(176,177,180)
#BCBEC0
(188,190,192)
#C8CBCC
(200,203,204)
#D4D8D8
(212,216,216)
#E0E5E4
(224,229,228)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747078 color. Also use rgb(116,112,120) instead hex code.

Text Font Color

.myTextColor { color: #747078; }

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

This text font color is #747078.


Background Color

.myBgColor { background-color: #747078; }

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

This div background color is #747078.


Border color

.myBorderColor { border: 1px solid #747078; }

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

This div border color is #747078.


Opacity

.myOpacity80 { color: #747078; opacity: 0.8; }

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

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

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

This text has shadow with #747078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747078 on black background.


Color preview on white background

This text has color #747078 on white background.



Black color preview on #747078 background

This text has black color on #747078 background.


White color preview on #747078 background

This text has white color on #747078 background.