COLOR #786473

HEX: #786473
RGB: (120,100,115)

Color info

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

RGB color model

#786473 color RGB value is (120,100,115).

  • red value is 120;
  • green value is 100;
  • blue value is 115.
RGB:
(120,100,115)
(47%,39%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 100 of 255 = 39%
B 115 of 255 = 45%

120
100
115

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

Portions of RGB colors in percentages

R + G + B =
120 + 100 + 115 = 335 (100%)
R 120 of 335 ~ 35.82%
G 100 of 335 ~ 29.85%
B 115 of 335 ~ 34.33%

%35.82
%29.85
%34.33

CMYK color model

#786473 color CMYK value is (0,17,4,53).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(0,17,4,53)
C0M17Y4K53 
(0%,17%,4%,53%)
(0.00/0.17/0.04/0.53)	

CMYK percentages

%0
%16.67
%4.17
%52.94

Codes

Color #786473 in popluar color models

786473
RGB120100115
HSL315°9.09%43.14%
HSB/HSV315°16.67%47.06%
CMYK0.00%16.67%4.17%
52.94%

Color #786473 in popluar number systems.

HEX786473
Decimal120100115
Binary111100011001001110011
Octal170144163

Shades and tints

Shades of #786473

#786473
(120,100,115)
#6E5B69
(110,91,105)
#64525F
(100,82,95)
#5A4955
(90,73,85)
#50404B
(80,64,75)
#463741
(70,55,65)
#3C2E37
(60,46,55)
#32252D
(50,37,45)
#281C23
(40,28,35)
#1E1319
(30,19,25)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #786473

#786473
(120,100,115)
#84727F
(132,114,127)
#90808B
(144,128,139)
#9C8E97
(156,142,151)
#A89CA3
(168,156,163)
#B4AAAF
(180,170,175)
#C0B8BB
(192,184,187)
#CCC6C7
(204,198,199)
#D8D4D3
(216,212,211)
#E4E2DF
(228,226,223)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786473; }

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

This text font color is #786473.


Background Color

.myBgColor { background-color: #786473; }

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

This div background color is #786473.


Border color

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

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

This div border color is #786473.


Opacity

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

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

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

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

This text has shadow with #786473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786473 on black background.


Color preview on white background

This text has color #786473 on white background.



Black color preview on #786473 background

This text has black color on #786473 background.


White color preview on #786473 background

This text has white color on #786473 background.