COLOR #747378

HEX: #747378
RGB: (116,115,120)

Color info

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

RGB color model

#747378 color RGB value is (116,115,120).

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

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 120 of 255 = 47%

116
115
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 120 = 351 (100%)
R 116 of 351 ~ 33.05%
G 115 of 351 ~ 32.76%
B 120 of 351 ~ 34.19%

%33.05
%32.76
%34.19

CMYK color model

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

  • cyan value is 3.33%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,4,0,53)
C3M4Y0K53 
(3%,4%,0%,53%)
(0.03/0.04/0.00/0.53)	

CMYK percentages

%3.33
%4.17
%0
%52.94

Codes

Color #747378 in popluar color models

747378
RGB116115120
HSL252°2.13%46.08%
HSB/HSV252°4.17%47.06%
CMYK3.33%4.17%0.00%
52.94%

Color #747378 in popluar number systems.

HEX747378
Decimal116115120
Binary111010011100111111000
Octal164163170

Shades and tints

Shades of #747378

#747378
(116,115,120)
#6A696E
(106,105,110)
#605F64
(96,95,100)
#56555A
(86,85,90)
#4C4B50
(76,75,80)
#424146
(66,65,70)
#38373C
(56,55,60)
#2E2D32
(46,45,50)
#242328
(36,35,40)
#1A191E
(26,25,30)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #747378

#747378
(116,115,120)
#807F84
(128,127,132)
#8C8B90
(140,139,144)
#98979C
(152,151,156)
#A4A3A8
(164,163,168)
#B0AFB4
(176,175,180)
#BCBBC0
(188,187,192)
#C8C7CC
(200,199,204)
#D4D3D8
(212,211,216)
#E0DFE4
(224,223,228)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747378; }

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

This text font color is #747378.


Background Color

.myBgColor { background-color: #747378; }

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

This div background color is #747378.


Border color

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

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

This div border color is #747378.


Opacity

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

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

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

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

This text has shadow with #747378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747378 on black background.


Color preview on white background

This text has color #747378 on white background.



Black color preview on #747378 background

This text has black color on #747378 background.


White color preview on #747378 background

This text has white color on #747378 background.