COLOR #786267

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
98
103

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

Portions of RGB colors in percentages

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

%37.38
%30.53
%32.09

CMYK color model

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

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

CMYK percentages

%0
%18.33
%14.17
%52.94

Codes

Color #786267 in popluar color models

786267
RGB12098103
HSL346°10.09%42.75%
HSB/HSV346°18.33%47.06%
CMYK0.00%18.33%14.17%
52.94%

Color #786267 in popluar number systems.

HEX786267
Decimal12098103
Binary111100011000101100111
Octal170142147

Shades and tints

Shades of #786267

#786267
(120,98,103)
#6E5A5E
(110,90,94)
#645255
(100,82,85)
#5A4A4C
(90,74,76)
#504243
(80,66,67)
#463A3A
(70,58,58)
#3C3231
(60,50,49)
#322A28
(50,42,40)
#28221F
(40,34,31)
#1E1A16
(30,26,22)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #786267

#786267
(120,98,103)
#847074
(132,112,116)
#907E81
(144,126,129)
#9C8C8E
(156,140,142)
#A89A9B
(168,154,155)
#B4A8A8
(180,168,168)
#C0B6B5
(192,182,181)
#CCC4C2
(204,196,194)
#D8D2CF
(216,210,207)
#E4E0DC
(228,224,220)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786267; }

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

This text font color is #786267.


Background Color

.myBgColor { background-color: #786267; }

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

This div background color is #786267.


Border color

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

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

This div border color is #786267.


Opacity

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

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

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

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

This text has shadow with #786267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786267 on black background.


Color preview on white background

This text has color #786267 on white background.



Black color preview on #786267 background

This text has black color on #786267 background.


White color preview on #786267 background

This text has white color on #786267 background.