COLOR #787061

HEX: #787061
RGB: (120,112,97)

Color info

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

RGB color model

#787061 color RGB value is (120,112,97).

  • red value is 120;
  • green value is 112;
  • blue value is 97.
RGB:
(120,112,97)
(47%,44%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 97 of 255 = 38%

120
112
97

R + G + B ~ 43%. #787061 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 112 + 97 = 329 (100%)
R 120 of 329 ~ 36.47%
G 112 of 329 ~ 34.04%
B 97 of 329 ~ 29.48%

%36.47
%34.04
%29.48

CMYK color model

#787061 color CMYK value is (0,7,19,53).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(0,7,19,53)
C0M7Y19K53 
(0%,7%,19%,53%)
(0.00/0.07/0.19/0.53)	

CMYK percentages

%0
%6.67
%19.17
%52.94

Codes

Color #787061 in popluar color models

787061
RGB12011297
HSL39°10.60%42.55%
HSB/HSV39°19.17%47.06%
CMYK0.00%6.67%19.17%
52.94%

Color #787061 in popluar number systems.

HEX787061
Decimal12011297
Binary111100011100001100001
Octal170160141

Shades and tints

Shades of #787061

#787061
(120,112,97)
#6E6659
(110,102,89)
#645C51
(100,92,81)
#5A5249
(90,82,73)
#504841
(80,72,65)
#463E39
(70,62,57)
#3C3431
(60,52,49)
#322A29
(50,42,41)
#282021
(40,32,33)
#1E1619
(30,22,25)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #787061

#787061
(120,112,97)
#847D6F
(132,125,111)
#908A7D
(144,138,125)
#9C978B
(156,151,139)
#A8A499
(168,164,153)
#B4B1A7
(180,177,167)
#C0BEB5
(192,190,181)
#CCCBC3
(204,203,195)
#D8D8D1
(216,216,209)
#E4E5DF
(228,229,223)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787061 color. Also use rgb(120,112,97) instead hex code.

Text Font Color

.myTextColor { color: #787061; }

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

This text font color is #787061.


Background Color

.myBgColor { background-color: #787061; }

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

This div background color is #787061.


Border color

.myBorderColor { border: 1px solid #787061; }

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

This div border color is #787061.


Opacity

.myOpacity80 { color: #787061; opacity: 0.8; }

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

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

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

This text has shadow with #787061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787061 on black background.


Color preview on white background

This text has color #787061 on white background.



Black color preview on #787061 background

This text has black color on #787061 background.


White color preview on #787061 background

This text has white color on #787061 background.