COLOR #787C5F

HEX: #787C5F
RGB: (120,124,95)

Color info

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

RGB color model

#787C5F color RGB value is (120,124,95).

  • red value is 120;
  • green value is 124;
  • blue value is 95.
RGB:
(120,124,95)
(47%,49%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 124 of 255 = 49%
B 95 of 255 = 37%

120
124
95

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

Portions of RGB colors in percentages

R + G + B =
120 + 124 + 95 = 339 (100%)
R 120 of 339 ~ 35.4%
G 124 of 339 ~ 36.58%
B 95 of 339 ~ 28.02%

%35.4
%36.58
%28.02

CMYK color model

#787C5F color CMYK value is (3,0,23,51).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 51.37%
CMYK:
(3,0,23,51)
C3M0Y23K51 
(3%,0%,23%,51%)
(0.03/0.00/0.23/0.51)	

CMYK percentages

%3.23
%0
%23.39
%51.37

Codes

Color #787C5F in popluar color models

787C5F
RGB12012495
HSL68°13.24%42.94%
HSB/HSV68°23.39%48.63%
CMYK3.23%0.00%23.39%
51.37%

Color #787C5F in popluar number systems.

HEX787C5F
Decimal12012495
Binary111100011111001011111
Octal170174137

Shades and tints

Shades of #787C5F

#787C5F
(120,124,95)
#6E7157
(110,113,87)
#64664F
(100,102,79)
#5A5B47
(90,91,71)
#50503F
(80,80,63)
#464537
(70,69,55)
#3C3A2F
(60,58,47)
#322F27
(50,47,39)
#28241F
(40,36,31)
#1E1917
(30,25,23)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #787C5F

#787C5F
(120,124,95)
#84876D
(132,135,109)
#90927B
(144,146,123)
#9C9D89
(156,157,137)
#A8A897
(168,168,151)
#B4B3A5
(180,179,165)
#C0BEB3
(192,190,179)
#CCC9C1
(204,201,193)
#D8D4CF
(216,212,207)
#E4DFDD
(228,223,221)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787C5F color. Also use rgb(120,124,95) instead hex code.

Text Font Color

.myTextColor { color: #787C5F; }

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

This text font color is #787C5F.


Background Color

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

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

This div background color is #787C5F.


Border color

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

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

This div border color is #787C5F.


Opacity

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

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

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

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

This text has shadow with #787C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787C5F on black background.


Color preview on white background

This text has color #787C5F on white background.



Black color preview on #787C5F background

This text has black color on #787C5F background.


White color preview on #787C5F background

This text has white color on #787C5F background.