COLOR #787B84

HEX: #787B84
RGB: (120,123,132)

Color info

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

RGB color model

#787B84 color RGB value is (120,123,132).

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

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 132 of 255 = 52%

120
123
132

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

Portions of RGB colors in percentages

R + G + B =
120 + 123 + 132 = 375 (100%)
R 120 of 375 ~ 32%
G 123 of 375 ~ 32.8%
B 132 of 375 ~ 35.2%

%32
%32.8
%35.2

CMYK color model

#787B84 color CMYK value is (9,7,0,48).

  • cyan value is 9.09%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(9,7,0,48)
C9M7Y0K48 
(9%,7%,0%,48%)
(0.09/0.07/0.00/0.48)	

CMYK percentages

%9.09
%6.82
%0
%48.24

Codes

Color #787B84 in popluar color models

787B84
RGB120123132
HSL225°4.76%49.41%
HSB/HSV225°9.09%51.76%
CMYK9.09%6.82%0.00%
48.24%

Color #787B84 in popluar number systems.

HEX787B84
Decimal120123132
Binary1111000111101110000100
Octal170173204

Shades and tints

Shades of #787B84

#787B84
(120,123,132)
#6E7078
(110,112,120)
#64656C
(100,101,108)
#5A5A60
(90,90,96)
#504F54
(80,79,84)
#464448
(70,68,72)
#3C393C
(60,57,60)
#322E30
(50,46,48)
#282324
(40,35,36)
#1E1818
(30,24,24)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #787B84

#787B84
(120,123,132)
#84878F
(132,135,143)
#90939A
(144,147,154)
#9C9FA5
(156,159,165)
#A8ABB0
(168,171,176)
#B4B7BB
(180,183,187)
#C0C3C6
(192,195,198)
#CCCFD1
(204,207,209)
#D8DBDC
(216,219,220)
#E4E7E7
(228,231,231)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787B84; }

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

This text font color is #787B84.


Background Color

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

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

This div background color is #787B84.


Border color

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

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

This div border color is #787B84.


Opacity

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

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

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

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

This text has shadow with #787B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787B84 on black background.


Color preview on white background

This text has color #787B84 on white background.



Black color preview on #787B84 background

This text has black color on #787B84 background.


White color preview on #787B84 background

This text has white color on #787B84 background.