COLOR #787672

HEX: #787672
RGB: (120,118,114)

Color info

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

RGB color model

#787672 color RGB value is (120,118,114).

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

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 114 of 255 = 45%

120
118
114

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

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 114 = 352 (100%)
R 120 of 352 ~ 34.09%
G 118 of 352 ~ 33.52%
B 114 of 352 ~ 32.39%

%34.09
%33.52
%32.39

CMYK color model

#787672 color CMYK value is (0,2,5,53).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(0,2,5,53)
C0M2Y5K53 
(0%,2%,5%,53%)
(0.00/0.02/0.05/0.53)	

CMYK percentages

%0
%1.67
%5
%52.94

Codes

Color #787672 in popluar color models

787672
RGB120118114
HSL40°2.56%45.88%
HSB/HSV40°5.00%47.06%
CMYK0.00%1.67%5.00%
52.94%

Color #787672 in popluar number systems.

HEX787672
Decimal120118114
Binary111100011101101110010
Octal170166162

Shades and tints

Shades of #787672

#787672
(120,118,114)
#6E6C68
(110,108,104)
#64625E
(100,98,94)
#5A5854
(90,88,84)
#504E4A
(80,78,74)
#464440
(70,68,64)
#3C3A36
(60,58,54)
#32302C
(50,48,44)
#282622
(40,38,34)
#1E1C18
(30,28,24)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #787672

#787672
(120,118,114)
#84827E
(132,130,126)
#908E8A
(144,142,138)
#9C9A96
(156,154,150)
#A8A6A2
(168,166,162)
#B4B2AE
(180,178,174)
#C0BEBA
(192,190,186)
#CCCAC6
(204,202,198)
#D8D6D2
(216,214,210)
#E4E2DE
(228,226,222)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787672; }

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

This text font color is #787672.


Background Color

.myBgColor { background-color: #787672; }

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

This div background color is #787672.


Border color

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

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

This div border color is #787672.


Opacity

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

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

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

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

This text has shadow with #787672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787672 on black background.


Color preview on white background

This text has color #787672 on white background.



Black color preview on #787672 background

This text has black color on #787672 background.


White color preview on #787672 background

This text has white color on #787672 background.