COLOR #787D5F

HEX: #787D5F
RGB: (120,125,95)

Color info

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

RGB color model

#787D5F color RGB value is (120,125,95).

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

RGB channels and saturation

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

120
125
95

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

Portions of RGB colors in percentages

R + G + B =
120 + 125 + 95 = 340 (100%)
R 120 of 340 ~ 35.29%
G 125 of 340 ~ 36.76%
B 95 of 340 ~ 27.94%

%35.29
%36.76
%27.94

CMYK color model

#787D5F color CMYK value is (4,0,24,51).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(4,0,24,51)
C4M0Y24K51 
(4%,0%,24%,51%)
(0.04/0.00/0.24/0.51)	

CMYK percentages

%4
%0
%24
%50.98

Codes

Color #787D5F in popluar color models

787D5F
RGB12012595
HSL70°13.64%43.14%
HSB/HSV70°24.00%49.02%
CMYK4.00%0.00%24.00%
50.98%

Color #787D5F in popluar number systems.

HEX787D5F
Decimal12012595
Binary111100011111011011111
Octal170175137

Shades and tints

Shades of #787D5F

#787D5F
(120,125,95)
#6E7257
(110,114,87)
#64674F
(100,103,79)
#5A5C47
(90,92,71)
#50513F
(80,81,63)
#464637
(70,70,55)
#3C3B2F
(60,59,47)
#323027
(50,48,39)
#28251F
(40,37,31)
#1E1A17
(30,26,23)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #787D5F

#787D5F
(120,125,95)
#84886D
(132,136,109)
#90937B
(144,147,123)
#9C9E89
(156,158,137)
#A8A997
(168,169,151)
#B4B4A5
(180,180,165)
#C0BFB3
(192,191,179)
#CCCAC1
(204,202,193)
#D8D5CF
(216,213,207)
#E4E0DD
(228,224,221)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787D5F; }

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

This text font color is #787D5F.


Background Color

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

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

This div background color is #787D5F.


Border color

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

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

This div border color is #787D5F.


Opacity

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

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

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

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

This text has shadow with #787D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787D5F on black background.


Color preview on white background

This text has color #787D5F on white background.



Black color preview on #787D5F background

This text has black color on #787D5F background.


White color preview on #787D5F background

This text has white color on #787D5F background.