COLOR #786470

HEX: #786470
RGB: (120,100,112)

Color info

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

RGB color model

#786470 color RGB value is (120,100,112).

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

RGB channels and saturation

R 120 of 255 = 47%
G 100 of 255 = 39%
B 112 of 255 = 44%

120
100
112

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

Portions of RGB colors in percentages

R + G + B =
120 + 100 + 112 = 332 (100%)
R 120 of 332 ~ 36.14%
G 100 of 332 ~ 30.12%
B 112 of 332 ~ 33.73%

%36.14
%30.12
%33.73

CMYK color model

#786470 color CMYK value is (0,17,7,53).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 6.67%
  • key color value is 52.94%
CMYK:
(0,17,7,53)
C0M17Y7K53 
(0%,17%,7%,53%)
(0.00/0.17/0.07/0.53)	

CMYK percentages

%0
%16.67
%6.67
%52.94

Codes

Color #786470 in popluar color models

786470
RGB120100112
HSL324°9.09%43.14%
HSB/HSV324°16.67%47.06%
CMYK0.00%16.67%6.67%
52.94%

Color #786470 in popluar number systems.

HEX786470
Decimal120100112
Binary111100011001001110000
Octal170144160

Shades and tints

Shades of #786470

#786470
(120,100,112)
#6E5B66
(110,91,102)
#64525C
(100,82,92)
#5A4952
(90,73,82)
#504048
(80,64,72)
#46373E
(70,55,62)
#3C2E34
(60,46,52)
#32252A
(50,37,42)
#281C20
(40,28,32)
#1E1316
(30,19,22)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #786470

#786470
(120,100,112)
#84727D
(132,114,125)
#90808A
(144,128,138)
#9C8E97
(156,142,151)
#A89CA4
(168,156,164)
#B4AAB1
(180,170,177)
#C0B8BE
(192,184,190)
#CCC6CB
(204,198,203)
#D8D4D8
(216,212,216)
#E4E2E5
(228,226,229)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786470; }

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

This text font color is #786470.


Background Color

.myBgColor { background-color: #786470; }

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

This div background color is #786470.


Border color

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

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

This div border color is #786470.


Opacity

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

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

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

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

This text has shadow with #786470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786470 on black background.


Color preview on white background

This text has color #786470 on white background.



Black color preview on #786470 background

This text has black color on #786470 background.


White color preview on #786470 background

This text has white color on #786470 background.