COLOR #787F4C

HEX: #787F4C
RGB: (120,127,76)

Color info

#787F4C contains red, green and blue colors in about the same proportion. Web safe color of #787F4C is #666633 (or #663).

RGB color model

#787F4C color RGB value is (120,127,76).

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

RGB channels and saturation

R 120 of 255 = 47%
G 127 of 255 = 50%
B 76 of 255 = 30%

120
127
76

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

Portions of RGB colors in percentages

R + G + B =
120 + 127 + 76 = 323 (100%)
R 120 of 323 ~ 37.15%
G 127 of 323 ~ 39.32%
B 76 of 323 ~ 23.53%

%37.15
%39.32
%23.53

CMYK color model

#787F4C color CMYK value is (6,0,40,50).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 40.16%
  • key color value is 50.20%
CMYK:
(6,0,40,50)
C6M0Y40K50 
(6%,0%,40%,50%)
(0.06/0.00/0.40/0.50)	

CMYK percentages

%5.51
%0
%40.16
%50.2

Codes

Color #787F4C in popluar color models

787F4C
RGB12012776
HSL68°25.12%39.80%
HSB/HSV68°40.16%49.80%
CMYK5.51%0.00%40.16%
50.20%

Color #787F4C in popluar number systems.

HEX787F4C
Decimal12012776
Binary111100011111111001100
Octal170177114

Shades and tints

Shades of #787F4C

#787F4C
(120,127,76)
#6E7446
(110,116,70)
#646940
(100,105,64)
#5A5E3A
(90,94,58)
#505334
(80,83,52)
#46482E
(70,72,46)
#3C3D28
(60,61,40)
#323222
(50,50,34)
#28271C
(40,39,28)
#1E1C16
(30,28,22)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #787F4C

#787F4C
(120,127,76)
#848A5C
(132,138,92)
#90956C
(144,149,108)
#9CA07C
(156,160,124)
#A8AB8C
(168,171,140)
#B4B69C
(180,182,156)
#C0C1AC
(192,193,172)
#CCCCBC
(204,204,188)
#D8D7CC
(216,215,204)
#E4E2DC
(228,226,220)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787F4C; }

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

This text font color is #787F4C.


Background Color

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

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

This div background color is #787F4C.


Border color

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

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

This div border color is #787F4C.


Opacity

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

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

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

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

This text has shadow with #787F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787F4C on black background.


Color preview on white background

This text has color #787F4C on white background.



Black color preview on #787F4C background

This text has black color on #787F4C background.


White color preview on #787F4C background

This text has white color on #787F4C background.