COLOR #787F74

HEX: #787F74 RGB: (120,127,116)

Color info

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

RGB color model

#787F74 color RGB value is (120,127,116).

RGB: (120,127,116) (47%, 50%, 45%)

RGB channels and saturation

R 120 of 255 = 47%
G 127 of 255 = 50%
B 116 of 255 = 45%

120
127
116

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

Portions of RGB colors in percentages

R + G + B = 120 + 127 + 116 = 363 (100%)
R 120 of 363 ~ 33.06%
G 127 of 363 ~ 34.99%
B 116 of 363 ~ 31.96'%

%33.06
%34.99
%31.96

CMYK color model

#787F74 color CMYK value is (6,0,9,50).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 8.66%
  • key color value is 50.20%

CMYK: (6,0,9,50)
C6M0Y9K50 (6%, 0%, 9%, 50%)
(0.06 / 0.00 / 0.09 / 0.50)

CMYK percentages

%5.51
%0
%8.66
%50.2

Codes

Color #787F74 in popluar color models

78 7F 74
RGB 120 127 116
HSL 98° 4.53% 47.65%
HSB/HSV 98° 8.66% 49.80%
CMYK 5.51% 0.00% 8.66%
50.20%

Color #787F74 in popluar number systems.

HEX 78 7F 74
Decimal 120 127 116
Binary 1111000 1111111 1110100
Octal 170 177 164

Shades and tints

Shades of #787F74

#787F74
(120,127,116)
#6E746A
(110,116,106)
#646960
(100,105,96)
#5A5E56
(90,94,86)
#50534C
(80,83,76)
#464842
(70,72,66)
#3C3D38
(60,61,56)
#32322E
(50,50,46)
#282724
(40,39,36)
#1E1C1A
(30,28,26)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #787F74

#787F74
(120,127,116)
#848A80
(132,138,128)
#90958C
(144,149,140)
#9CA098
(156,160,152)
#A8ABA4
(168,171,164)
#B4B6B0
(180,182,176)
#C0C1BC
(192,193,188)
#CCCCC8
(204,204,200)
#D8D7D4
(216,215,212)
#E4E2E0
(228,226,224)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787F74; }

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

This text font color is #787F74.

Background Color

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

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

This div background color is #787F74.

Border color

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

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

This div border color is #787F74.

Opacity

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

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

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

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

This text has shadow with #787F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787F74.

Preview

Color preview on black background

This text has color #787F74 on black background.


Color preview on white background

This text has color #787F74 on white background.


Black color preview on #787F74 background

This text has black color on #787F74 background.


White color preview on #787F74 background

This text has white color on #787F74 background.


Related colors

Complementary color

Complementary color for #hex is #87808B.


I love getcolorcode.com

Triadic colors

1 #74787F and #7F7478 with #787F74 are triadic colors.

2 #747F78 and #7F7874 with #787F74 are triadic colors.