COLOR #787A94

HEX: #787A94 RGB: (120,122,148)

Color info

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

RGB color model

#787A94 color RGB value is (120,122,148).

RGB: (120,122,148) (47%, 48%, 58%)

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 148 of 255 = 58%

120
122
148

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

Portions of RGB colors in percentages

R + G + B = 120 + 122 + 148 = 390 (100%)
R 120 of 390 ~ 30.77%
G 122 of 390 ~ 31.28%
B 148 of 390 ~ 37.95'%

%30.77
%31.28
%37.95

CMYK color model

#787A94 color CMYK value is (19,18,0,42).

  • cyan value is 18.92%
  • magenta value is 17.57%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (19,18,0,42) C19M18Y0K42 (19%,18%,0%,42%) (0.19/0.18/0.00/0.42) 

CMYK percentages

%18.92
%17.57
%0
%41.96

Codes

Color #787A94 in popluar color models

78 7A 94
RGB 120 122 148
HSL 236° 11.57% 52.55%
HSB/HSV 236° 18.92% 58.04%
CMYK 18.92% 17.57% 0.00%
41.96%

Color #787A94 in popluar number systems.

HEX 78 7A 94
Decimal 120 122 148
Binary 1111000 1111010 10010100
Octal 170 172 224

Shades and tints

Shades of #787A94

#787A94
(120,122,148)
#6E6F87
(110,111,135)
#64647A
(100,100,122)
#5A596D
(90,89,109)
#504E60
(80,78,96)
#464353
(70,67,83)
#3C3846
(60,56,70)
#322D39
(50,45,57)
#28222C
(40,34,44)
#1E171F
(30,23,31)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #787A94

#787A94
(120,122,148)
#84869D
(132,134,157)
#9092A6
(144,146,166)
#9C9EAF
(156,158,175)
#A8AAB8
(168,170,184)
#B4B6C1
(180,182,193)
#C0C2CA
(192,194,202)
#CCCED3
(204,206,211)
#D8DADC
(216,218,220)
#E4E6E5
(228,230,229)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787A94 color. Also use rgb(120,122,148) instead hex code.

Text Font Color

.myTextColor { color: #787A94; }

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

This text font color is #787A94.

Background Color

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

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

This div background color is #787A94.

Border color

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

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

This div border color is #787A94.

Opacity

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

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

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

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

This text has shadow with #787A94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787A94.

Preview

Color preview on black background

This text has color #787A94 on black background.


Color preview on white background

This text has color #787A94 on white background.


Black color preview on #787A94 background

This text has black color on #787A94 background.


White color preview on #787A94 background

This text has white color on #787A94 background.


Related colors

Complementary color

Complementary color for #hex is #87856B.


I love getcolorcode.com

Triadic colors

1 #94787A and #7A9478 with #787A94 are triadic colors.

2 #947A78 and #7A7894 with #787A94 are triadic colors.