COLOR #787B5F

HEX: #787B5F
RGB: (120,123,95)

Color info

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

RGB color model

#787B5F color RGB value is (120,123,95).

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

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 95 of 255 = 37%

120
123
95

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

Portions of RGB colors in percentages

R + G + B =
120 + 123 + 95 = 338 (100%)
R 120 of 338 ~ 35.5%
G 123 of 338 ~ 36.39%
B 95 of 338 ~ 28.11%

%35.5
%36.39
%28.11

CMYK color model

#787B5F color CMYK value is (2,0,23,52).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 51.76%
CMYK:
(2,0,23,52)
C2M0Y23K52 
(2%,0%,23%,52%)
(0.02/0.00/0.23/0.52)	

CMYK percentages

%2.44
%0
%22.76
%51.76

Codes

Color #787B5F in popluar color models

787B5F
RGB12012395
HSL66°12.84%42.75%
HSB/HSV66°22.76%48.24%
CMYK2.44%0.00%22.76%
51.76%

Color #787B5F in popluar number systems.

HEX787B5F
Decimal12012395
Binary111100011110111011111
Octal170173137

Shades and tints

Shades of #787B5F

#787B5F
(120,123,95)
#6E7057
(110,112,87)
#64654F
(100,101,79)
#5A5A47
(90,90,71)
#504F3F
(80,79,63)
#464437
(70,68,55)
#3C392F
(60,57,47)
#322E27
(50,46,39)
#28231F
(40,35,31)
#1E1817
(30,24,23)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #787B5F

#787B5F
(120,123,95)
#84876D
(132,135,109)
#90937B
(144,147,123)
#9C9F89
(156,159,137)
#A8AB97
(168,171,151)
#B4B7A5
(180,183,165)
#C0C3B3
(192,195,179)
#CCCFC1
(204,207,193)
#D8DBCF
(216,219,207)
#E4E7DD
(228,231,221)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787B5F; }

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

This text font color is #787B5F.


Background Color

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

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

This div background color is #787B5F.


Border color

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

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

This div border color is #787B5F.


Opacity

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

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

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

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

This text has shadow with #787B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787B5F on black background.


Color preview on white background

This text has color #787B5F on white background.



Black color preview on #787B5F background

This text has black color on #787B5F background.


White color preview on #787B5F background

This text has white color on #787B5F background.