COLOR #787762

HEX: #787762
RGB: (120,119,98)

Color info

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

RGB color model

#787762 color RGB value is (120,119,98).

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

RGB channels and saturation

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

120
119
98

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

Portions of RGB colors in percentages

R + G + B =
120 + 119 + 98 = 337 (100%)
R 120 of 337 ~ 35.61%
G 119 of 337 ~ 35.31%
B 98 of 337 ~ 29.08%

%35.61
%35.31
%29.08

CMYK color model

#787762 color CMYK value is (0,1,18,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 18.33%
  • key color value is 52.94%
CMYK:
(0,1,18,53)
C0M1Y18K53 
(0%,1%,18%,53%)
(0.00/0.01/0.18/0.53)	

CMYK percentages

%0
%0.83
%18.33
%52.94

Codes

Color #787762 in popluar color models

787762
RGB12011998
HSL57°10.09%42.75%
HSB/HSV57°18.33%47.06%
CMYK0.00%0.83%18.33%
52.94%

Color #787762 in popluar number systems.

HEX787762
Decimal12011998
Binary111100011101111100010
Octal170167142

Shades and tints

Shades of #787762

#787762
(120,119,98)
#6E6D5A
(110,109,90)
#646352
(100,99,82)
#5A594A
(90,89,74)
#504F42
(80,79,66)
#46453A
(70,69,58)
#3C3B32
(60,59,50)
#32312A
(50,49,42)
#282722
(40,39,34)
#1E1D1A
(30,29,26)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #787762

#787762
(120,119,98)
#848370
(132,131,112)
#908F7E
(144,143,126)
#9C9B8C
(156,155,140)
#A8A79A
(168,167,154)
#B4B3A8
(180,179,168)
#C0BFB6
(192,191,182)
#CCCBC4
(204,203,196)
#D8D7D2
(216,215,210)
#E4E3E0
(228,227,224)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787762; }

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

This text font color is #787762.


Background Color

.myBgColor { background-color: #787762; }

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

This div background color is #787762.


Border color

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

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

This div border color is #787762.


Opacity

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

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

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

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

This text has shadow with #787762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787762 on black background.


Color preview on white background

This text has color #787762 on white background.



Black color preview on #787762 background

This text has black color on #787762 background.


White color preview on #787762 background

This text has white color on #787762 background.