COLOR #786265

HEX: #786265
RGB: (120,98,101)

Color info

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

RGB color model

#786265 color RGB value is (120,98,101).

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

RGB channels and saturation

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

120
98
101

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

Portions of RGB colors in percentages

R + G + B =
120 + 98 + 101 = 319 (100%)
R 120 of 319 ~ 37.62%
G 98 of 319 ~ 30.72%
B 101 of 319 ~ 31.66%

%37.62
%30.72
%31.66

CMYK color model

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

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

CMYK percentages

%0
%18.33
%15.83
%52.94

Codes

Color #786265 in popluar color models

786265
RGB12098101
HSL352°10.09%42.75%
HSB/HSV352°18.33%47.06%
CMYK0.00%18.33%15.83%
52.94%

Color #786265 in popluar number systems.

HEX786265
Decimal12098101
Binary111100011000101100101
Octal170142145

Shades and tints

Shades of #786265

#786265
(120,98,101)
#6E5A5C
(110,90,92)
#645253
(100,82,83)
#5A4A4A
(90,74,74)
#504241
(80,66,65)
#463A38
(70,58,56)
#3C322F
(60,50,47)
#322A26
(50,42,38)
#28221D
(40,34,29)
#1E1A14
(30,26,20)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #786265

#786265
(120,98,101)
#847073
(132,112,115)
#907E81
(144,126,129)
#9C8C8F
(156,140,143)
#A89A9D
(168,154,157)
#B4A8AB
(180,168,171)
#C0B6B9
(192,182,185)
#CCC4C7
(204,196,199)
#D8D2D5
(216,210,213)
#E4E0E3
(228,224,227)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786265; }

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

This text font color is #786265.


Background Color

.myBgColor { background-color: #786265; }

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

This div background color is #786265.


Border color

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

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

This div border color is #786265.


Opacity

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

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

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

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

This text has shadow with #786265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786265 on black background.


Color preview on white background

This text has color #786265 on white background.



Black color preview on #786265 background

This text has black color on #786265 background.


White color preview on #786265 background

This text has white color on #786265 background.