COLOR #788494

HEX: #788494
RGB: (120,132,148)

Color info

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

RGB color model

#788494 color RGB value is (120,132,148).

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

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 148 of 255 = 58%

120
132
148

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

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 148 = 400 (100%)
R 120 of 400 ~ 30%
G 132 of 400 ~ 33%
B 148 of 400 ~ 37%

%30
%33
%37

CMYK color model

#788494 color CMYK value is (19,11,0,42).

  • cyan value is 18.92%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(19,11,0,42)
C19M11Y0K42 
(19%,11%,0%,42%)
(0.19/0.11/0.00/0.42)	

CMYK percentages

%18.92
%10.81
%0
%41.96

Codes

Color #788494 in popluar color models

788494
RGB120132148
HSL214°11.57%52.55%
HSB/HSV214°18.92%58.04%
CMYK18.92%10.81%0.00%
41.96%

Color #788494 in popluar number systems.

HEX788494
Decimal120132148
Binary11110001000010010010100
Octal170204224

Shades and tints

Shades of #788494

#788494
(120,132,148)
#6E7887
(110,120,135)
#646C7A
(100,108,122)
#5A606D
(90,96,109)
#505460
(80,84,96)
#464853
(70,72,83)
#3C3C46
(60,60,70)
#323039
(50,48,57)
#28242C
(40,36,44)
#1E181F
(30,24,31)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #788494

#788494
(120,132,148)
#848F9D
(132,143,157)
#909AA6
(144,154,166)
#9CA5AF
(156,165,175)
#A8B0B8
(168,176,184)
#B4BBC1
(180,187,193)
#C0C6CA
(192,198,202)
#CCD1D3
(204,209,211)
#D8DCDC
(216,220,220)
#E4E7E5
(228,231,229)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788494; }

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

This text font color is #788494.


Background Color

.myBgColor { background-color: #788494; }

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

This div background color is #788494.


Border color

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

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

This div border color is #788494.


Opacity

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

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

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

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

This text has shadow with #788494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788494 on black background.


Color preview on white background

This text has color #788494 on white background.



Black color preview on #788494 background

This text has black color on #788494 background.


White color preview on #788494 background

This text has white color on #788494 background.