COLOR #786262

HEX: #786262
RGB: (120,98,98)

Color info

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

RGB color model

#786262 color RGB value is (120,98,98).

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

RGB channels and saturation

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

120
98
98

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

Portions of RGB colors in percentages

R + G + B =
120 + 98 + 98 = 316 (100%)
R 120 of 316 ~ 37.97%
G 98 of 316 ~ 31.01%
B 98 of 316 ~ 31.01%

%37.97
%31.01
%31.01

CMYK color model

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

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

CMYK percentages

%0
%18.33
%18.33
%52.94

Codes

Color #786262 in popluar color models

786262
RGB1209898
HSL10.09%42.75%
HSB/HSV18.33%47.06%
CMYK0.00%18.33%18.33%
52.94%

Color #786262 in popluar number systems.

HEX786262
Decimal1209898
Binary111100011000101100010
Octal170142142

Shades and tints

Shades of #786262

#786262
(120,98,98)
#6E5A5A
(110,90,90)
#645252
(100,82,82)
#5A4A4A
(90,74,74)
#504242
(80,66,66)
#463A3A
(70,58,58)
#3C3232
(60,50,50)
#322A2A
(50,42,42)
#282222
(40,34,34)
#1E1A1A
(30,26,26)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #786262

#786262
(120,98,98)
#847070
(132,112,112)
#907E7E
(144,126,126)
#9C8C8C
(156,140,140)
#A89A9A
(168,154,154)
#B4A8A8
(180,168,168)
#C0B6B6
(192,182,182)
#CCC4C4
(204,196,196)
#D8D2D2
(216,210,210)
#E4E0E0
(228,224,224)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786262; }

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

This text font color is #786262.


Background Color

.myBgColor { background-color: #786262; }

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

This div background color is #786262.


Border color

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

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

This div border color is #786262.


Opacity

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

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

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

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

This text has shadow with #786262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786262 on black background.


Color preview on white background

This text has color #786262 on white background.



Black color preview on #786262 background

This text has black color on #786262 background.


White color preview on #786262 background

This text has white color on #786262 background.