COLOR #786670

HEX: #786670
RGB: (120,102,112)

Color info

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

RGB color model

#786670 color RGB value is (120,102,112).

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

RGB channels and saturation

R 120 of 255 = 47%
G 102 of 255 = 40%
B 112 of 255 = 44%

120
102
112

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

Portions of RGB colors in percentages

R + G + B =
120 + 102 + 112 = 334 (100%)
R 120 of 334 ~ 35.93%
G 102 of 334 ~ 30.54%
B 112 of 334 ~ 33.53%

%35.93
%30.54
%33.53

CMYK color model

#786670 color CMYK value is (0,15,7,53).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 6.67%
  • key color value is 52.94%
CMYK:
(0,15,7,53)
C0M15Y7K53 
(0%,15%,7%,53%)
(0.00/0.15/0.07/0.53)	

CMYK percentages

%0
%15
%6.67
%52.94

Codes

Color #786670 in popluar color models

786670
RGB120102112
HSL327°8.11%43.53%
HSB/HSV327°15.00%47.06%
CMYK0.00%15.00%6.67%
52.94%

Color #786670 in popluar number systems.

HEX786670
Decimal120102112
Binary111100011001101110000
Octal170146160

Shades and tints

Shades of #786670

#786670
(120,102,112)
#6E5D66
(110,93,102)
#64545C
(100,84,92)
#5A4B52
(90,75,82)
#504248
(80,66,72)
#46393E
(70,57,62)
#3C3034
(60,48,52)
#32272A
(50,39,42)
#281E20
(40,30,32)
#1E1516
(30,21,22)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #786670

#786670
(120,102,112)
#84737D
(132,115,125)
#90808A
(144,128,138)
#9C8D97
(156,141,151)
#A89AA4
(168,154,164)
#B4A7B1
(180,167,177)
#C0B4BE
(192,180,190)
#CCC1CB
(204,193,203)
#D8CED8
(216,206,216)
#E4DBE5
(228,219,229)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786670; }

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

This text font color is #786670.


Background Color

.myBgColor { background-color: #786670; }

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

This div background color is #786670.


Border color

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

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

This div border color is #786670.


Opacity

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

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

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

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

This text has shadow with #786670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786670 on black background.


Color preview on white background

This text has color #786670 on white background.



Black color preview on #786670 background

This text has black color on #786670 background.


White color preview on #786670 background

This text has white color on #786670 background.