COLOR #788894

HEX: #788894
RGB: (120,136,148)

Color info

#788894 contains red, green and blue colors in about the same proportion. Web safe color of #788894 is #669999 (or #699).

RGB color model

#788894 color RGB value is (120,136,148).

  • red value is 120;
  • green value is 136;
  • blue value is 148.
RGB:
(120,136,148)
(47%,53%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 148 of 255 = 58%

120
136
148

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 148 = 404 (100%)
R 120 of 404 ~ 29.7%
G 136 of 404 ~ 33.66%
B 148 of 404 ~ 36.63%

%29.7
%33.66
%36.63

CMYK color model

#788894 color CMYK value is (19,8,0,42).

  • cyan value is 18.92%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(19,8,0,42)
C19M8Y0K42 
(19%,8%,0%,42%)
(0.19/0.08/0.00/0.42)	

CMYK percentages

%18.92
%8.11
%0
%41.96

Codes

Color #788894 in popluar color models

788894
RGB120136148
HSL206°11.57%52.55%
HSB/HSV206°18.92%58.04%
CMYK18.92%8.11%0.00%
41.96%

Color #788894 in popluar number systems.

HEX788894
Decimal120136148
Binary11110001000100010010100
Octal170210224

Shades and tints

Shades of #788894

#788894
(120,136,148)
#6E7C87
(110,124,135)
#64707A
(100,112,122)
#5A646D
(90,100,109)
#505860
(80,88,96)
#464C53
(70,76,83)
#3C4046
(60,64,70)
#323439
(50,52,57)
#28282C
(40,40,44)
#1E1C1F
(30,28,31)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #788894

#788894
(120,136,148)
#84929D
(132,146,157)
#909CA6
(144,156,166)
#9CA6AF
(156,166,175)
#A8B0B8
(168,176,184)
#B4BAC1
(180,186,193)
#C0C4CA
(192,196,202)
#CCCED3
(204,206,211)
#D8D8DC
(216,216,220)
#E4E2E5
(228,226,229)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788894; }

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

This text font color is #788894.


Background Color

.myBgColor { background-color: #788894; }

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

This div background color is #788894.


Border color

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

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

This div border color is #788894.


Opacity

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

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

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

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

This text has shadow with #788894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788894 on black background.


Color preview on white background

This text has color #788894 on white background.



Black color preview on #788894 background

This text has black color on #788894 background.


White color preview on #788894 background

This text has white color on #788894 background.