COLOR #787662

HEX: #787662
RGB: (120,118,98)

Color info

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

RGB color model

#787662 color RGB value is (120,118,98).

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

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 98 of 255 = 38%

120
118
98

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

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 98 = 336 (100%)
R 120 of 336 ~ 35.71%
G 118 of 336 ~ 35.12%
B 98 of 336 ~ 29.17%

%35.71
%35.12
%29.17

CMYK color model

#787662 color CMYK value is (0,2,18,53).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 18.33%
  • key color value is 52.94%
CMYK:
(0,2,18,53)
C0M2Y18K53 
(0%,2%,18%,53%)
(0.00/0.02/0.18/0.53)	

CMYK percentages

%0
%1.67
%18.33
%52.94

Codes

Color #787662 in popluar color models

787662
RGB12011898
HSL55°10.09%42.75%
HSB/HSV55°18.33%47.06%
CMYK0.00%1.67%18.33%
52.94%

Color #787662 in popluar number systems.

HEX787662
Decimal12011898
Binary111100011101101100010
Octal170166142

Shades and tints

Shades of #787662

#787662
(120,118,98)
#6E6C5A
(110,108,90)
#646252
(100,98,82)
#5A584A
(90,88,74)
#504E42
(80,78,66)
#46443A
(70,68,58)
#3C3A32
(60,58,50)
#32302A
(50,48,42)
#282622
(40,38,34)
#1E1C1A
(30,28,26)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #787662

#787662
(120,118,98)
#848270
(132,130,112)
#908E7E
(144,142,126)
#9C9A8C
(156,154,140)
#A8A69A
(168,166,154)
#B4B2A8
(180,178,168)
#C0BEB6
(192,190,182)
#CCCAC4
(204,202,196)
#D8D6D2
(216,214,210)
#E4E2E0
(228,226,224)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787662; }

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

This text font color is #787662.


Background Color

.myBgColor { background-color: #787662; }

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

This div background color is #787662.


Border color

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

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

This div border color is #787662.


Opacity

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

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

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

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

This text has shadow with #787662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787662 on black background.


Color preview on white background

This text has color #787662 on white background.



Black color preview on #787662 background

This text has black color on #787662 background.


White color preview on #787662 background

This text has white color on #787662 background.