COLOR #787B6F

HEX: #787B6F
RGB: (120,123,111)

Color info

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

RGB color model

#787B6F color RGB value is (120,123,111).

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

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 111 of 255 = 44%

120
123
111

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

Portions of RGB colors in percentages

R + G + B =
120 + 123 + 111 = 354 (100%)
R 120 of 354 ~ 33.9%
G 123 of 354 ~ 34.75%
B 111 of 354 ~ 31.36%

%33.9
%34.75
%31.36

CMYK color model

#787B6F color CMYK value is (2,0,10,52).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 51.76%
CMYK:
(2,0,10,52)
C2M0Y10K52 
(2%,0%,10%,52%)
(0.02/0.00/0.10/0.52)	

CMYK percentages

%2.44
%0
%9.76
%51.76

Codes

Color #787B6F in popluar color models

787B6F
RGB120123111
HSL75°5.13%45.88%
HSB/HSV75°9.76%48.24%
CMYK2.44%0.00%9.76%
51.76%

Color #787B6F in popluar number systems.

HEX787B6F
Decimal120123111
Binary111100011110111101111
Octal170173157

Shades and tints

Shades of #787B6F

#787B6F
(120,123,111)
#6E7065
(110,112,101)
#64655B
(100,101,91)
#5A5A51
(90,90,81)
#504F47
(80,79,71)
#46443D
(70,68,61)
#3C3933
(60,57,51)
#322E29
(50,46,41)
#28231F
(40,35,31)
#1E1815
(30,24,21)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #787B6F

#787B6F
(120,123,111)
#84877C
(132,135,124)
#909389
(144,147,137)
#9C9F96
(156,159,150)
#A8ABA3
(168,171,163)
#B4B7B0
(180,183,176)
#C0C3BD
(192,195,189)
#CCCFCA
(204,207,202)
#D8DBD7
(216,219,215)
#E4E7E4
(228,231,228)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787B6F; }

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

This text font color is #787B6F.


Background Color

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

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

This div background color is #787B6F.


Border color

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

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

This div border color is #787B6F.


Opacity

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

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

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

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

This text has shadow with #787B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787B6F on black background.


Color preview on white background

This text has color #787B6F on white background.



Black color preview on #787B6F background

This text has black color on #787B6F background.


White color preview on #787B6F background

This text has white color on #787B6F background.