COLOR #747373

HEX: #747373 RGB: (116,115,115)

Color info

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

RGB color model

#747373 color RGB value is (116,115,115).

RGB: (116,115,115) (45%, 45%, 45%)

RGB channels and saturation

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

116
115
115

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

Portions of RGB colors in percentages

R + G + B = 116 + 115 + 115 = 346 (100%)
R 116 of 346 ~ 33.53%
G 115 of 346 ~ 33.24%
B 115 of 346 ~ 33.24'%

%33.53
%33.24
%33.24

CMYK color model

#747373 color CMYK value is (0,1,1,55).

  • cyan value is 0.00%
  • magenta value is 0.86%
  • yellow value is 0.86%
  • key color value is 54.51%

CMYK: (0,1,1,55)
C0M1Y1K55 (0%, 1%, 1%, 55%)
(0.00 / 0.01 / 0.01 / 0.55)

CMYK percentages

%0
%0.86
%0.86
%54.51

Codes

Color #747373 in popluar color models

74 73 73
RGB 116 115 115
HSL 0.43% 45.29%
HSB/HSV 0.86% 45.49%
CMYK 0.00% 0.86% 0.86%
54.51%

Color #747373 in popluar number systems.

HEX 74 73 73
Decimal 116 115 115
Binary 1110100 1110011 1110011
Octal 164 163 163

Shades and tints

Shades of #747373

#747373
(116,115,115)
#6A6969
(106,105,105)
#605F5F
(96,95,95)
#565555
(86,85,85)
#4C4B4B
(76,75,75)
#424141
(66,65,65)
#383737
(56,55,55)
#2E2D2D
(46,45,45)
#242323
(36,35,35)
#1A1919
(26,25,25)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #747373

#747373
(116,115,115)
#807F7F
(128,127,127)
#8C8B8B
(140,139,139)
#989797
(152,151,151)
#A4A3A3
(164,163,163)
#B0AFAF
(176,175,175)
#BCBBBB
(188,187,187)
#C8C7C7
(200,199,199)
#D4D3D3
(212,211,211)
#E0DFDF
(224,223,223)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747373; }

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

This text font color is #747373.

Background Color

.myBgColor { background-color: #747373; }

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

This div background color is #747373.

Border color

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

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

This div border color is #747373.

Opacity

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

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

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

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

This text has shadow with #747373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747373.

Preview

Color preview on black background

This text has color #747373 on black background.


Color preview on white background

This text has color #747373 on white background.


Black color preview on #747373 background

This text has black color on #747373 background.


White color preview on #747373 background

This text has white color on #747373 background.


Related colors

Complementary color

Complementary color for #hex is #8B8C8C.


I love getcolorcode.com