COLOR #747A78

HEX: #747A78
RGB: (116,122,120)

Color info

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

RGB color model

#747A78 color RGB value is (116,122,120).

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

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 120 of 255 = 47%

116
122
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 122 + 120 = 358 (100%)
R 116 of 358 ~ 32.4%
G 122 of 358 ~ 34.08%
B 120 of 358 ~ 33.52%

%32.4
%34.08
%33.52

CMYK color model

#747A78 color CMYK value is (5,0,2,52).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 52.16%
CMYK:
(5,0,2,52)
C5M0Y2K52 
(5%,0%,2%,52%)
(0.05/0.00/0.02/0.52)	

CMYK percentages

%4.92
%0
%1.64
%52.16

Codes

Color #747A78 in popluar color models

747A78
RGB116122120
HSL160°2.52%46.67%
HSB/HSV160°4.92%47.84%
CMYK4.92%0.00%1.64%
52.16%

Color #747A78 in popluar number systems.

HEX747A78
Decimal116122120
Binary111010011110101111000
Octal164172170

Shades and tints

Shades of #747A78

#747A78
(116,122,120)
#6A6F6E
(106,111,110)
#606464
(96,100,100)
#56595A
(86,89,90)
#4C4E50
(76,78,80)
#424346
(66,67,70)
#38383C
(56,56,60)
#2E2D32
(46,45,50)
#242228
(36,34,40)
#1A171E
(26,23,30)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #747A78

#747A78
(116,122,120)
#808684
(128,134,132)
#8C9290
(140,146,144)
#989E9C
(152,158,156)
#A4AAA8
(164,170,168)
#B0B6B4
(176,182,180)
#BCC2C0
(188,194,192)
#C8CECC
(200,206,204)
#D4DAD8
(212,218,216)
#E0E6E4
(224,230,228)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747A78; }

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

This text font color is #747A78.


Background Color

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

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

This div background color is #747A78.


Border color

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

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

This div border color is #747A78.


Opacity

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

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

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

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

This text has shadow with #747A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747A78 on black background.


Color preview on white background

This text has color #747A78 on white background.



Black color preview on #747A78 background

This text has black color on #747A78 background.


White color preview on #747A78 background

This text has white color on #747A78 background.