COLOR #787091

HEX: #787091 RGB: (120,112,145)

Color info

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

RGB color model

#787091 color RGB value is (120,112,145).

RGB: (120,112,145) (47%, 44%, 57%)

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 145 of 255 = 57%

120
112
145

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

Portions of RGB colors in percentages

R + G + B = 120 + 112 + 145 = 377 (100%)
R 120 of 377 ~ 31.83%
G 112 of 377 ~ 29.71%
B 145 of 377 ~ 38.46'%

%31.83
%29.71
%38.46

CMYK color model

#787091 color CMYK value is (17,23,0,43).

  • cyan value is 17.24%
  • magenta value is 22.76%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (17,23,0,43)
C17M23Y0K43 (17%, 23%, 0%, 43%)
(0.17 / 0.23 / 0.00 / 0.43)

CMYK percentages

%17.24
%22.76
%0
%43.14

Codes

Color #787091 in popluar color models

78 70 91
RGB 120 112 145
HSL 255° 13.04% 50.39%
HSB/HSV 255° 22.76% 56.86%
CMYK 17.24% 22.76% 0.00%
43.14%

Color #787091 in popluar number systems.

HEX 78 70 91
Decimal 120 112 145
Binary 1111000 1110000 10010001
Octal 170 160 221

Shades and tints

Shades of #787091

#787091
(120,112,145)
#6E6684
(110,102,132)
#645C77
(100,92,119)
#5A526A
(90,82,106)
#50485D
(80,72,93)
#463E50
(70,62,80)
#3C3443
(60,52,67)
#322A36
(50,42,54)
#282029
(40,32,41)
#1E161C
(30,22,28)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #787091

#787091
(120,112,145)
#847D9B
(132,125,155)
#908AA5
(144,138,165)
#9C97AF
(156,151,175)
#A8A4B9
(168,164,185)
#B4B1C3
(180,177,195)
#C0BECD
(192,190,205)
#CCCBD7
(204,203,215)
#D8D8E1
(216,216,225)
#E4E5EB
(228,229,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787091; }

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

This text font color is #787091.

Background Color

.myBgColor { background-color: #787091; }

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

This div background color is #787091.

Border color

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

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

This div border color is #787091.

Opacity

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

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

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

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

This text has shadow with #787091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787091.

Preview

Color preview on black background

This text has color #787091 on black background.


Color preview on white background

This text has color #787091 on white background.


Black color preview on #787091 background

This text has black color on #787091 background.


White color preview on #787091 background

This text has white color on #787091 background.


Related colors

Complementary color

Complementary color for #hex is #878F6E.


I love getcolorcode.com

Triadic colors

1 #917870 and #709178 with #787091 are triadic colors.

2 #917078 and #707891 with #787091 are triadic colors.