COLOR #787A61

HEX: #787A61
RGB: (120,122,97)

Color info

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

RGB color model

#787A61 color RGB value is (120,122,97).

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

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 97 of 255 = 38%

120
122
97

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

Portions of RGB colors in percentages

R + G + B =
120 + 122 + 97 = 339 (100%)
R 120 of 339 ~ 35.4%
G 122 of 339 ~ 35.99%
B 97 of 339 ~ 28.61%

%35.4
%35.99
%28.61

CMYK color model

#787A61 color CMYK value is (2,0,20,52).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 52.16%
CMYK:
(2,0,20,52)
C2M0Y20K52 
(2%,0%,20%,52%)
(0.02/0.00/0.20/0.52)	

CMYK percentages

%1.64
%0
%20.49
%52.16

Codes

Color #787A61 in popluar color models

787A61
RGB12012297
HSL65°11.42%42.94%
HSB/HSV65°20.49%47.84%
CMYK1.64%0.00%20.49%
52.16%

Color #787A61 in popluar number systems.

HEX787A61
Decimal12012297
Binary111100011110101100001
Octal170172141

Shades and tints

Shades of #787A61

#787A61
(120,122,97)
#6E6F59
(110,111,89)
#646451
(100,100,81)
#5A5949
(90,89,73)
#504E41
(80,78,65)
#464339
(70,67,57)
#3C3831
(60,56,49)
#322D29
(50,45,41)
#282221
(40,34,33)
#1E1719
(30,23,25)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #787A61

#787A61
(120,122,97)
#84866F
(132,134,111)
#90927D
(144,146,125)
#9C9E8B
(156,158,139)
#A8AA99
(168,170,153)
#B4B6A7
(180,182,167)
#C0C2B5
(192,194,181)
#CCCEC3
(204,206,195)
#D8DAD1
(216,218,209)
#E4E6DF
(228,230,223)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787A61; }

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

This text font color is #787A61.


Background Color

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

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

This div background color is #787A61.


Border color

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

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

This div border color is #787A61.


Opacity

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

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

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

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

This text has shadow with #787A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787A61 on black background.


Color preview on white background

This text has color #787A61 on white background.



Black color preview on #787A61 background

This text has black color on #787A61 background.


White color preview on #787A61 background

This text has white color on #787A61 background.