COLOR #787962

HEX: #787962
RGB: (120,121,98)

Color info

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

RGB color model

#787962 color RGB value is (120,121,98).

  • red value is 120;
  • green value is 121;
  • blue value is 98.
RGB:
(120,121,98)
(47%,47%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 98 of 255 = 38%

120
121
98

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

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 98 = 339 (100%)
R 120 of 339 ~ 35.4%
G 121 of 339 ~ 35.69%
B 98 of 339 ~ 28.91%

%35.4
%35.69
%28.91

CMYK color model

#787962 color CMYK value is (1,0,19,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 19.01%
  • key color value is 52.55%
CMYK:
(1,0,19,53)
C1M0Y19K53 
(1%,0%,19%,53%)
(0.01/0.00/0.19/0.53)	

CMYK percentages

%0.83
%0
%19.01
%52.55

Codes

Color #787962 in popluar color models

787962
RGB12012198
HSL63°10.50%42.94%
HSB/HSV63°19.01%47.45%
CMYK0.83%0.00%19.01%
52.55%

Color #787962 in popluar number systems.

HEX787962
Decimal12012198
Binary111100011110011100010
Octal170171142

Shades and tints

Shades of #787962

#787962
(120,121,98)
#6E6E5A
(110,110,90)
#646352
(100,99,82)
#5A584A
(90,88,74)
#504D42
(80,77,66)
#46423A
(70,66,58)
#3C3732
(60,55,50)
#322C2A
(50,44,42)
#282122
(40,33,34)
#1E161A
(30,22,26)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #787962

#787962
(120,121,98)
#848570
(132,133,112)
#90917E
(144,145,126)
#9C9D8C
(156,157,140)
#A8A99A
(168,169,154)
#B4B5A8
(180,181,168)
#C0C1B6
(192,193,182)
#CCCDC4
(204,205,196)
#D8D9D2
(216,217,210)
#E4E5E0
(228,229,224)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787962 color. Also use rgb(120,121,98) instead hex code.

Text Font Color

.myTextColor { color: #787962; }

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

This text font color is #787962.


Background Color

.myBgColor { background-color: #787962; }

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

This div background color is #787962.


Border color

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

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

This div border color is #787962.


Opacity

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

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

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

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

This text has shadow with #787962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787962 on black background.


Color preview on white background

This text has color #787962 on white background.



Black color preview on #787962 background

This text has black color on #787962 background.


White color preview on #787962 background

This text has white color on #787962 background.