COLOR #787F68

HEX: #787F68 RGB: (120,127,104)

Color info

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

RGB color model

#787F68 color RGB value is (120,127,104).

RGB: (120,127,104) (47%, 50%, 41%)

RGB channels and saturation

R 120 of 255 = 47%
G 127 of 255 = 50%
B 104 of 255 = 41%

120
127
104

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

Portions of RGB colors in percentages

R + G + B = 120 + 127 + 104 = 351 (100%)
R 120 of 351 ~ 34.19%
G 127 of 351 ~ 36.18%
B 104 of 351 ~ 29.63'%

%34.19
%36.18
%29.63

CMYK color model

#787F68 color CMYK value is (6,0,18,50).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 50.20%
CMYK: (6,0,18,50) C6M0Y18K50 (6%,0%,18%,50%) (0.06/0.00/0.18/0.50) 

CMYK percentages

%5.51
%0
%18.11
%50.2

Codes

Color #787F68 in popluar color models

78 7F 68
RGB 120 127 104
HSL 78° 9.96% 45.29%
HSB/HSV 78° 18.11% 49.80%
CMYK 5.51% 0.00% 18.11%
50.20%

Color #787F68 in popluar number systems.

HEX 78 7F 68
Decimal 120 127 104
Binary 1111000 1111111 1101000
Octal 170 177 150

Shades and tints

Shades of #787F68

#787F68
(120,127,104)
#6E745F
(110,116,95)
#646956
(100,105,86)
#5A5E4D
(90,94,77)
#505344
(80,83,68)
#46483B
(70,72,59)
#3C3D32
(60,61,50)
#323229
(50,50,41)
#282720
(40,39,32)
#1E1C17
(30,28,23)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #787F68

#787F68
(120,127,104)
#848A75
(132,138,117)
#909582
(144,149,130)
#9CA08F
(156,160,143)
#A8AB9C
(168,171,156)
#B4B6A9
(180,182,169)
#C0C1B6
(192,193,182)
#CCCCC3
(204,204,195)
#D8D7D0
(216,215,208)
#E4E2DD
(228,226,221)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787F68; }

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

This text font color is #787F68.

Background Color

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

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

This div background color is #787F68.

Border color

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

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

This div border color is #787F68.

Opacity

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

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

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

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

This text has shadow with #787F68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787F68.

Preview

Color preview on black background

This text has color #787F68 on black background.


Color preview on white background

This text has color #787F68 on white background.


Black color preview on #787F68 background

This text has black color on #787F68 background.


White color preview on #787F68 background

This text has white color on #787F68 background.


Related colors

Complementary color

Complementary color for #hex is #878097.


I love getcolorcode.com

Triadic colors

1 #68787F and #7F6878 with #787F68 are triadic colors.

2 #687F78 and #7F7868 with #787F68 are triadic colors.