COLOR #786762

HEX: #786762
RGB: (120,103,98)

Color info

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

RGB color model

#786762 color RGB value is (120,103,98).

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

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 98 of 255 = 38%

120
103
98

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

Portions of RGB colors in percentages

R + G + B =
120 + 103 + 98 = 321 (100%)
R 120 of 321 ~ 37.38%
G 103 of 321 ~ 32.09%
B 98 of 321 ~ 30.53%

%37.38
%32.09
%30.53

CMYK color model

#786762 color CMYK value is (0,14,18,53).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 18.33%
  • key color value is 52.94%
CMYK:
(0,14,18,53)
C0M14Y18K53 
(0%,14%,18%,53%)
(0.00/0.14/0.18/0.53)	

CMYK percentages

%0
%14.17
%18.33
%52.94

Codes

Color #786762 in popluar color models

786762
RGB12010398
HSL14°10.09%42.75%
HSB/HSV14°18.33%47.06%
CMYK0.00%14.17%18.33%
52.94%

Color #786762 in popluar number systems.

HEX786762
Decimal12010398
Binary111100011001111100010
Octal170147142

Shades and tints

Shades of #786762

#786762
(120,103,98)
#6E5E5A
(110,94,90)
#645552
(100,85,82)
#5A4C4A
(90,76,74)
#504342
(80,67,66)
#463A3A
(70,58,58)
#3C3132
(60,49,50)
#32282A
(50,40,42)
#281F22
(40,31,34)
#1E161A
(30,22,26)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #786762

#786762
(120,103,98)
#847470
(132,116,112)
#90817E
(144,129,126)
#9C8E8C
(156,142,140)
#A89B9A
(168,155,154)
#B4A8A8
(180,168,168)
#C0B5B6
(192,181,182)
#CCC2C4
(204,194,196)
#D8CFD2
(216,207,210)
#E4DCE0
(228,220,224)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786762; }

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

This text font color is #786762.


Background Color

.myBgColor { background-color: #786762; }

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

This div background color is #786762.


Border color

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

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

This div border color is #786762.


Opacity

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

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

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

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

This text has shadow with #786762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786762 on black background.


Color preview on white background

This text has color #786762 on white background.



Black color preview on #786762 background

This text has black color on #786762 background.


White color preview on #786762 background

This text has white color on #786762 background.