COLOR #787A5D

HEX: #787A5D
RGB: (120,122,93)

Color info

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

RGB color model

#787A5D color RGB value is (120,122,93).

  • red value is 120;
  • green value is 122;
  • blue value is 93.
RGB:
(120,122,93)
(47%,48%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 93 of 255 = 36%

120
122
93

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

Portions of RGB colors in percentages

R + G + B =
120 + 122 + 93 = 335 (100%)
R 120 of 335 ~ 35.82%
G 122 of 335 ~ 36.42%
B 93 of 335 ~ 27.76%

%35.82
%36.42
%27.76

CMYK color model

#787A5D color CMYK value is (2,0,24,52).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 23.77%
  • key color value is 52.16%
CMYK:
(2,0,24,52)
C2M0Y24K52 
(2%,0%,24%,52%)
(0.02/0.00/0.24/0.52)	

CMYK percentages

%1.64
%0
%23.77
%52.16

Codes

Color #787A5D in popluar color models

787A5D
RGB12012293
HSL64°13.49%42.16%
HSB/HSV64°23.77%47.84%
CMYK1.64%0.00%23.77%
52.16%

Color #787A5D in popluar number systems.

HEX787A5D
Decimal12012293
Binary111100011110101011101
Octal170172135

Shades and tints

Shades of #787A5D

#787A5D
(120,122,93)
#6E6F55
(110,111,85)
#64644D
(100,100,77)
#5A5945
(90,89,69)
#504E3D
(80,78,61)
#464335
(70,67,53)
#3C382D
(60,56,45)
#322D25
(50,45,37)
#28221D
(40,34,29)
#1E1715
(30,23,21)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #787A5D

#787A5D
(120,122,93)
#84866B
(132,134,107)
#909279
(144,146,121)
#9C9E87
(156,158,135)
#A8AA95
(168,170,149)
#B4B6A3
(180,182,163)
#C0C2B1
(192,194,177)
#CCCEBF
(204,206,191)
#D8DACD
(216,218,205)
#E4E6DB
(228,230,219)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787A5D color. Also use rgb(120,122,93) instead hex code.

Text Font Color

.myTextColor { color: #787A5D; }

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

This text font color is #787A5D.


Background Color

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

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

This div background color is #787A5D.


Border color

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

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

This div border color is #787A5D.


Opacity

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

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

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

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

This text has shadow with #787A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787A5D on black background.


Color preview on white background

This text has color #787A5D on white background.



Black color preview on #787A5D background

This text has black color on #787A5D background.


White color preview on #787A5D background

This text has white color on #787A5D background.