COLOR #787373

HEX: #787373 RGB: (120,115,115)

Color info

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

RGB color model

#787373 color RGB value is (120,115,115).

RGB: (120,115,115) (47%, 45%, 45%)

RGB channels and saturation

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

120
115
115

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

Portions of RGB colors in percentages

R + G + B = 120 + 115 + 115 = 350 (100%)
R 120 of 350 ~ 34.29%
G 115 of 350 ~ 32.86%
B 115 of 350 ~ 32.86'%

%34.29
%32.86
%32.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 4.17%
  • key color value is 52.94%

CMYK: (0,4,4,53)
C0M4Y4K53 (0%, 4%, 4%, 53%)
(0.00 / 0.04 / 0.04 / 0.53)

CMYK percentages

%0
%4.17
%4.17
%52.94

Codes

Color #787373 in popluar color models

78 73 73
RGB 120 115 115
HSL 2.13% 46.08%
HSB/HSV 4.17% 47.06%
CMYK 0.00% 4.17% 4.17%
52.94%

Color #787373 in popluar number systems.

HEX 78 73 73
Decimal 120 115 115
Binary 1111000 1110011 1110011
Octal 170 163 163

Shades and tints

Shades of #787373

#787373
(120,115,115)
#6E6969
(110,105,105)
#645F5F
(100,95,95)
#5A5555
(90,85,85)
#504B4B
(80,75,75)
#464141
(70,65,65)
#3C3737
(60,55,55)
#322D2D
(50,45,45)
#282323
(40,35,35)
#1E1919
(30,25,25)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #787373

#787373
(120,115,115)
#847F7F
(132,127,127)
#908B8B
(144,139,139)
#9C9797
(156,151,151)
#A8A3A3
(168,163,163)
#B4AFAF
(180,175,175)
#C0BBBB
(192,187,187)
#CCC7C7
(204,199,199)
#D8D3D3
(216,211,211)
#E4DFDF
(228,223,223)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787373; }

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

This text font color is #787373.

Background Color

.myBgColor { background-color: #787373; }

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

This div background color is #787373.

Border color

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

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

This div border color is #787373.

Opacity

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

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

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

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

This text has shadow with #787373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787373.

Preview

Color preview on black background

This text has color #787373 on black background.


Color preview on white background

This text has color #787373 on white background.


Black color preview on #787373 background

This text has black color on #787373 background.


White color preview on #787373 background

This text has white color on #787373 background.


Related colors

Complementary color

Complementary color for #hex is #878C8C.


I love getcolorcode.com