COLOR #788294

HEX: #788294
RGB: (120,130,148)

Color info

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

RGB color model

#788294 color RGB value is (120,130,148).

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

RGB channels and saturation

R 120 of 255 = 47%
G 130 of 255 = 51%
B 148 of 255 = 58%

120
130
148

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

Portions of RGB colors in percentages

R + G + B =
120 + 130 + 148 = 398 (100%)
R 120 of 398 ~ 30.15%
G 130 of 398 ~ 32.66%
B 148 of 398 ~ 37.19%

%30.15
%32.66
%37.19

CMYK color model

#788294 color CMYK value is (19,12,0,42).

  • cyan value is 18.92%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(19,12,0,42)
C19M12Y0K42 
(19%,12%,0%,42%)
(0.19/0.12/0.00/0.42)	

CMYK percentages

%18.92
%12.16
%0
%41.96

Codes

Color #788294 in popluar color models

788294
RGB120130148
HSL219°11.57%52.55%
HSB/HSV219°18.92%58.04%
CMYK18.92%12.16%0.00%
41.96%

Color #788294 in popluar number systems.

HEX788294
Decimal120130148
Binary11110001000001010010100
Octal170202224

Shades and tints

Shades of #788294

#788294
(120,130,148)
#6E7787
(110,119,135)
#646C7A
(100,108,122)
#5A616D
(90,97,109)
#505660
(80,86,96)
#464B53
(70,75,83)
#3C4046
(60,64,70)
#323539
(50,53,57)
#282A2C
(40,42,44)
#1E1F1F
(30,31,31)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #788294

#788294
(120,130,148)
#848D9D
(132,141,157)
#9098A6
(144,152,166)
#9CA3AF
(156,163,175)
#A8AEB8
(168,174,184)
#B4B9C1
(180,185,193)
#C0C4CA
(192,196,202)
#CCCFD3
(204,207,211)
#D8DADC
(216,218,220)
#E4E5E5
(228,229,229)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788294; }

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

This text font color is #788294.


Background Color

.myBgColor { background-color: #788294; }

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

This div background color is #788294.


Border color

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

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

This div border color is #788294.


Opacity

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

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

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

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

This text has shadow with #788294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788294 on black background.


Color preview on white background

This text has color #788294 on white background.



Black color preview on #788294 background

This text has black color on #788294 background.


White color preview on #788294 background

This text has white color on #788294 background.