COLOR #787983

HEX: #787983
RGB: (120,121,131)

Color info

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

RGB color model

#787983 color RGB value is (120,121,131).

  • red value is 120;
  • green value is 121;
  • blue value is 131.
RGB:
(120,121,131)
(47%,47%,51%)

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 131 of 255 = 51%

120
121
131

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

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 131 = 372 (100%)
R 120 of 372 ~ 32.26%
G 121 of 372 ~ 32.53%
B 131 of 372 ~ 35.22%

%32.26
%32.53
%35.22

CMYK color model

#787983 color CMYK value is (8,8,0,49).

  • cyan value is 8.40%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(8,8,0,49)
C8M8Y0K49 
(8%,8%,0%,49%)
(0.08/0.08/0.00/0.49)	

CMYK percentages

%8.4
%7.63
%0
%48.63

Codes

Color #787983 in popluar color models

787983
RGB120121131
HSL235°4.38%49.22%
HSB/HSV235°8.40%51.37%
CMYK8.40%7.63%0.00%
48.63%

Color #787983 in popluar number systems.

HEX787983
Decimal120121131
Binary1111000111100110000011
Octal170171203

Shades and tints

Shades of #787983

#787983
(120,121,131)
#6E6E78
(110,110,120)
#64636D
(100,99,109)
#5A5862
(90,88,98)
#504D57
(80,77,87)
#46424C
(70,66,76)
#3C3741
(60,55,65)
#322C36
(50,44,54)
#28212B
(40,33,43)
#1E1620
(30,22,32)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #787983

#787983
(120,121,131)
#84858E
(132,133,142)
#909199
(144,145,153)
#9C9DA4
(156,157,164)
#A8A9AF
(168,169,175)
#B4B5BA
(180,181,186)
#C0C1C5
(192,193,197)
#CCCDD0
(204,205,208)
#D8D9DB
(216,217,219)
#E4E5E6
(228,229,230)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787983 color. Also use rgb(120,121,131) instead hex code.

Text Font Color

.myTextColor { color: #787983; }

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

This text font color is #787983.


Background Color

.myBgColor { background-color: #787983; }

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

This div background color is #787983.


Border color

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

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

This div border color is #787983.


Opacity

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

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

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

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

This text has shadow with #787983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787983 on black background.


Color preview on white background

This text has color #787983 on white background.



Black color preview on #787983 background

This text has black color on #787983 background.


White color preview on #787983 background

This text has white color on #787983 background.