COLOR #787171

HEX: #787171 RGB: (120,113,113)

Color info

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

RGB color model

#787171 color RGB value is (120,113,113).

RGB: (120,113,113) (47%, 44%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 113 of 255 = 44%
B 113 of 255 = 44%

120
113
113

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

Portions of RGB colors in percentages

R + G + B = 120 + 113 + 113 = 346 (100%)
R 120 of 346 ~ 34.68%
G 113 of 346 ~ 32.66%
B 113 of 346 ~ 32.66'%

%34.68
%32.66
%32.66

CMYK color model

#787171 color CMYK value is (0,6,6,53).

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

CMYK: (0,6,6,53)
C0M6Y6K53 (0%, 6%, 6%, 53%)
(0.00 / 0.06 / 0.06 / 0.53)

CMYK percentages

%0
%5.83
%5.83
%52.94

Codes

Color #787171 in popluar color models

78 71 71
RGB 120 113 113
HSL 3.00% 45.69%
HSB/HSV 5.83% 47.06%
CMYK 0.00% 5.83% 5.83%
52.94%

Color #787171 in popluar number systems.

HEX 78 71 71
Decimal 120 113 113
Binary 1111000 1110001 1110001
Octal 170 161 161

Shades and tints

Shades of #787171

#787171
(120,113,113)
#6E6767
(110,103,103)
#645D5D
(100,93,93)
#5A5353
(90,83,83)
#504949
(80,73,73)
#463F3F
(70,63,63)
#3C3535
(60,53,53)
#322B2B
(50,43,43)
#282121
(40,33,33)
#1E1717
(30,23,23)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #787171

#787171
(120,113,113)
#847D7D
(132,125,125)
#908989
(144,137,137)
#9C9595
(156,149,149)
#A8A1A1
(168,161,161)
#B4ADAD
(180,173,173)
#C0B9B9
(192,185,185)
#CCC5C5
(204,197,197)
#D8D1D1
(216,209,209)
#E4DDDD
(228,221,221)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787171; }

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

This text font color is #787171.

Background Color

.myBgColor { background-color: #787171; }

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

This div background color is #787171.

Border color

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

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

This div border color is #787171.

Opacity

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

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

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

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

This text has shadow with #787171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787171.

Preview

Color preview on black background

This text has color #787171 on black background.


Color preview on white background

This text has color #787171 on white background.


Black color preview on #787171 background

This text has black color on #787171 background.


White color preview on #787171 background

This text has white color on #787171 background.


Related colors

Complementary color

Complementary color for #hex is #878E8E.


I love getcolorcode.com