COLOR #786672

HEX: #786672
RGB: (120,102,114)

Color info

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

RGB color model

#786672 color RGB value is (120,102,114).

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

RGB channels and saturation

R 120 of 255 = 47%
G 102 of 255 = 40%
B 114 of 255 = 45%

120
102
114

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

Portions of RGB colors in percentages

R + G + B =
120 + 102 + 114 = 336 (100%)
R 120 of 336 ~ 35.71%
G 102 of 336 ~ 30.36%
B 114 of 336 ~ 33.93%

%35.71
%30.36
%33.93

CMYK color model

#786672 color CMYK value is (0,15,5,53).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(0,15,5,53)
C0M15Y5K53 
(0%,15%,5%,53%)
(0.00/0.15/0.05/0.53)	

CMYK percentages

%0
%15
%5
%52.94

Codes

Color #786672 in popluar color models

786672
RGB120102114
HSL320°8.11%43.53%
HSB/HSV320°15.00%47.06%
CMYK0.00%15.00%5.00%
52.94%

Color #786672 in popluar number systems.

HEX786672
Decimal120102114
Binary111100011001101110010
Octal170146162

Shades and tints

Shades of #786672

#786672
(120,102,114)
#6E5D68
(110,93,104)
#64545E
(100,84,94)
#5A4B54
(90,75,84)
#50424A
(80,66,74)
#463940
(70,57,64)
#3C3036
(60,48,54)
#32272C
(50,39,44)
#281E22
(40,30,34)
#1E1518
(30,21,24)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #786672

#786672
(120,102,114)
#84737E
(132,115,126)
#90808A
(144,128,138)
#9C8D96
(156,141,150)
#A89AA2
(168,154,162)
#B4A7AE
(180,167,174)
#C0B4BA
(192,180,186)
#CCC1C6
(204,193,198)
#D8CED2
(216,206,210)
#E4DBDE
(228,219,222)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786672; }

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

This text font color is #786672.


Background Color

.myBgColor { background-color: #786672; }

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

This div background color is #786672.


Border color

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

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

This div border color is #786672.


Opacity

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

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

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

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

This text has shadow with #786672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786672 on black background.


Color preview on white background

This text has color #786672 on white background.



Black color preview on #786672 background

This text has black color on #786672 background.


White color preview on #786672 background

This text has white color on #786672 background.