COLOR #787E84

HEX: #787E84
RGB: (120,126,132)

Color info

#787E84 contains red, green and blue colors in about the same proportion. Web safe color of #787E84 is #666699 (or #669).

RGB color model

#787E84 color RGB value is (120,126,132).

  • red value is 120;
  • green value is 126;
  • blue value is 132.
RGB:
(120,126,132)
(47%,49%,52%)

RGB channels and saturation

R 120 of 255 = 47%
G 126 of 255 = 49%
B 132 of 255 = 52%

120
126
132

R + G + B ~ 49%. #787E84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 126 + 132 = 378 (100%)
R 120 of 378 ~ 31.75%
G 126 of 378 ~ 33.33%
B 132 of 378 ~ 34.92%

%31.75
%33.33
%34.92

CMYK color model

#787E84 color CMYK value is (9,5,0,48).

  • cyan value is 9.09%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(9,5,0,48)
C9M5Y0K48 
(9%,5%,0%,48%)
(0.09/0.05/0.00/0.48)	

CMYK percentages

%9.09
%4.55
%0
%48.24

Codes

Color #787E84 in popluar color models

787E84
RGB120126132
HSL210°4.76%49.41%
HSB/HSV210°9.09%51.76%
CMYK9.09%4.55%0.00%
48.24%

Color #787E84 in popluar number systems.

HEX787E84
Decimal120126132
Binary1111000111111010000100
Octal170176204

Shades and tints

Shades of #787E84

#787E84
(120,126,132)
#6E7378
(110,115,120)
#64686C
(100,104,108)
#5A5D60
(90,93,96)
#505254
(80,82,84)
#464748
(70,71,72)
#3C3C3C
(60,60,60)
#323130
(50,49,48)
#282624
(40,38,36)
#1E1B18
(30,27,24)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #787E84

#787E84
(120,126,132)
#84898F
(132,137,143)
#90949A
(144,148,154)
#9C9FA5
(156,159,165)
#A8AAB0
(168,170,176)
#B4B5BB
(180,181,187)
#C0C0C6
(192,192,198)
#CCCBD1
(204,203,209)
#D8D6DC
(216,214,220)
#E4E1E7
(228,225,231)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787E84 color. Also use rgb(120,126,132) instead hex code.

Text Font Color

.myTextColor { color: #787E84; }

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

This text font color is #787E84.


Background Color

.myBgColor { background-color: #787E84; }

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

This div background color is #787E84.


Border color

.myBorderColor { border: 1px solid #787E84; }

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

This div border color is #787E84.


Opacity

.myOpacity80 { color: #787E84; opacity: 0.8; }

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

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

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

This text has shadow with #787E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787E84 on black background.


Color preview on white background

This text has color #787E84 on white background.



Black color preview on #787E84 background

This text has black color on #787E84 background.


White color preview on #787E84 background

This text has white color on #787E84 background.