COLOR #787083

HEX: #787083 RGB: (120,112,131)

Color info

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

RGB color model

#787083 color RGB value is (120,112,131).

RGB: (120,112,131) (47%, 44%, 51%)

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 131 of 255 = 51%

120
112
131

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

Portions of RGB colors in percentages

R + G + B = 120 + 112 + 131 = 363 (100%)
R 120 of 363 ~ 33.06%
G 112 of 363 ~ 30.85%
B 131 of 363 ~ 36.09'%

%33.06
%30.85
%36.09

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (8,15,0,49)
C8M15Y0K49 (8%, 15%, 0%, 49%)
(0.08 / 0.15 / 0.00 / 0.49)

CMYK percentages

%8.4
%14.5
%0
%48.63

Codes

Color #787083 in popluar color models

78 70 83
RGB 120 112 131
HSL 265° 7.82% 47.65%
HSB/HSV 265° 14.50% 51.37%
CMYK 8.40% 14.50% 0.00%
48.63%

Color #787083 in popluar number systems.

HEX 78 70 83
Decimal 120 112 131
Binary 1111000 1110000 10000011
Octal 170 160 203

Shades and tints

Shades of #787083

#787083
(120,112,131)
#6E6678
(110,102,120)
#645C6D
(100,92,109)
#5A5262
(90,82,98)
#504857
(80,72,87)
#463E4C
(70,62,76)
#3C3441
(60,52,65)
#322A36
(50,42,54)
#28202B
(40,32,43)
#1E1620
(30,22,32)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #787083

#787083
(120,112,131)
#847D8E
(132,125,142)
#908A99
(144,138,153)
#9C97A4
(156,151,164)
#A8A4AF
(168,164,175)
#B4B1BA
(180,177,186)
#C0BEC5
(192,190,197)
#CCCBD0
(204,203,208)
#D8D8DB
(216,216,219)
#E4E5E6
(228,229,230)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787083; }

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

This text font color is #787083.

Background Color

.myBgColor { background-color: #787083; }

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

This div background color is #787083.

Border color

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

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

This div border color is #787083.

Opacity

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

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

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

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

This text has shadow with #787083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787083.

Preview

Color preview on black background

This text has color #787083 on black background.


Color preview on white background

This text has color #787083 on white background.


Black color preview on #787083 background

This text has black color on #787083 background.


White color preview on #787083 background

This text has white color on #787083 background.


Related colors

Complementary color

Complementary color for #hex is #878F7C.


I love getcolorcode.com

Triadic colors

1 #837870 and #708378 with #787083 are triadic colors.

2 #837078 and #707883 with #787083 are triadic colors.