COLOR #747578

HEX: #747578
RGB: (116,117,120)

Color info

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

RGB color model

#747578 color RGB value is (116,117,120).

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

RGB channels and saturation

R 116 of 255 = 45%
G 117 of 255 = 46%
B 120 of 255 = 47%

116
117
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 117 + 120 = 353 (100%)
R 116 of 353 ~ 32.86%
G 117 of 353 ~ 33.14%
B 120 of 353 ~ 33.99%

%32.86
%33.14
%33.99

CMYK color model

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

  • cyan value is 3.33%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,3,0,53)
C3M3Y0K53 
(3%,3%,0%,53%)
(0.03/0.03/0.00/0.53)	

CMYK percentages

%3.33
%2.5
%0
%52.94

Codes

Color #747578 in popluar color models

747578
RGB116117120
HSL225°1.69%46.27%
HSB/HSV225°3.33%47.06%
CMYK3.33%2.50%0.00%
52.94%

Color #747578 in popluar number systems.

HEX747578
Decimal116117120
Binary111010011101011111000
Octal164165170

Shades and tints

Shades of #747578

#747578
(116,117,120)
#6A6B6E
(106,107,110)
#606164
(96,97,100)
#56575A
(86,87,90)
#4C4D50
(76,77,80)
#424346
(66,67,70)
#38393C
(56,57,60)
#2E2F32
(46,47,50)
#242528
(36,37,40)
#1A1B1E
(26,27,30)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #747578

#747578
(116,117,120)
#808184
(128,129,132)
#8C8D90
(140,141,144)
#98999C
(152,153,156)
#A4A5A8
(164,165,168)
#B0B1B4
(176,177,180)
#BCBDC0
(188,189,192)
#C8C9CC
(200,201,204)
#D4D5D8
(212,213,216)
#E0E1E4
(224,225,228)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747578; }

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

This text font color is #747578.


Background Color

.myBgColor { background-color: #747578; }

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

This div background color is #747578.


Border color

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

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

This div border color is #747578.


Opacity

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

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

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

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

This text has shadow with #747578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747578 on black background.


Color preview on white background

This text has color #747578 on white background.



Black color preview on #747578 background

This text has black color on #747578 background.


White color preview on #747578 background

This text has white color on #747578 background.