COLOR #787F5C

HEX: #787F5C
RGB: (120,127,92)

Color info

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

RGB color model

#787F5C color RGB value is (120,127,92).

  • red value is 120;
  • green value is 127;
  • blue value is 92.
RGB:
(120,127,92)
(47%,50%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 127 of 255 = 50%
B 92 of 255 = 36%

120
127
92

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

Portions of RGB colors in percentages

R + G + B =
120 + 127 + 92 = 339 (100%)
R 120 of 339 ~ 35.4%
G 127 of 339 ~ 37.46%
B 92 of 339 ~ 27.14%

%35.4
%37.46
%27.14

CMYK color model

#787F5C color CMYK value is (6,0,28,50).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 27.56%
  • key color value is 50.20%
CMYK:
(6,0,28,50)
C6M0Y28K50 
(6%,0%,28%,50%)
(0.06/0.00/0.28/0.50)	

CMYK percentages

%5.51
%0
%27.56
%50.2

Codes

Color #787F5C in popluar color models

787F5C
RGB12012792
HSL72°15.98%42.94%
HSB/HSV72°27.56%49.80%
CMYK5.51%0.00%27.56%
50.20%

Color #787F5C in popluar number systems.

HEX787F5C
Decimal12012792
Binary111100011111111011100
Octal170177134

Shades and tints

Shades of #787F5C

#787F5C
(120,127,92)
#6E7454
(110,116,84)
#64694C
(100,105,76)
#5A5E44
(90,94,68)
#50533C
(80,83,60)
#464834
(70,72,52)
#3C3D2C
(60,61,44)
#323224
(50,50,36)
#28271C
(40,39,28)
#1E1C14
(30,28,20)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #787F5C

#787F5C
(120,127,92)
#848A6A
(132,138,106)
#909578
(144,149,120)
#9CA086
(156,160,134)
#A8AB94
(168,171,148)
#B4B6A2
(180,182,162)
#C0C1B0
(192,193,176)
#CCCCBE
(204,204,190)
#D8D7CC
(216,215,204)
#E4E2DA
(228,226,218)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787F5C; }

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

This text font color is #787F5C.


Background Color

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

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

This div background color is #787F5C.


Border color

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

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

This div border color is #787F5C.


Opacity

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

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

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

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

This text has shadow with #787F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787F5C on black background.


Color preview on white background

This text has color #787F5C on white background.



Black color preview on #787F5C background

This text has black color on #787F5C background.


White color preview on #787F5C background

This text has white color on #787F5C background.