COLOR #787F71

HEX: #787F71
RGB: (120,127,113)

Color info

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

RGB color model

#787F71 color RGB value is (120,127,113).

  • red value is 120;
  • green value is 127;
  • blue value is 113.
RGB:
(120,127,113)
(47%,50%,44%)

RGB channels and saturation

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

120
127
113

R + G + B ~ 47%. #787F71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 127 + 113 = 360 (100%)
R 120 of 360 ~ 33.33%
G 127 of 360 ~ 35.28%
B 113 of 360 ~ 31.39%

%33.33
%35.28
%31.39

CMYK color model

#787F71 color CMYK value is (6,0,11,50).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 50.20%
CMYK:
(6,0,11,50)
C6M0Y11K50 
(6%,0%,11%,50%)
(0.06/0.00/0.11/0.50)	

CMYK percentages

%5.51
%0
%11.02
%50.2

Codes

Color #787F71 in popluar color models

787F71
RGB120127113
HSL90°5.83%47.06%
HSB/HSV90°11.02%49.80%
CMYK5.51%0.00%11.02%
50.20%

Color #787F71 in popluar number systems.

HEX787F71
Decimal120127113
Binary111100011111111110001
Octal170177161

Shades and tints

Shades of #787F71

#787F71
(120,127,113)
#6E7467
(110,116,103)
#64695D
(100,105,93)
#5A5E53
(90,94,83)
#505349
(80,83,73)
#46483F
(70,72,63)
#3C3D35
(60,61,53)
#32322B
(50,50,43)
#282721
(40,39,33)
#1E1C17
(30,28,23)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #787F71

#787F71
(120,127,113)
#848A7D
(132,138,125)
#909589
(144,149,137)
#9CA095
(156,160,149)
#A8ABA1
(168,171,161)
#B4B6AD
(180,182,173)
#C0C1B9
(192,193,185)
#CCCCC5
(204,204,197)
#D8D7D1
(216,215,209)
#E4E2DD
(228,226,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787F71; }

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

This text font color is #787F71.


Background Color

.myBgColor { background-color: #787F71; }

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

This div background color is #787F71.


Border color

.myBorderColor { border: 1px solid #787F71; }

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

This div border color is #787F71.


Opacity

.myOpacity80 { color: #787F71; opacity: 0.8; }

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

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

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

This text has shadow with #787F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787F71 on black background.


Color preview on white background

This text has color #787F71 on white background.



Black color preview on #787F71 background

This text has black color on #787F71 background.


White color preview on #787F71 background

This text has white color on #787F71 background.