COLOR #788098

HEX: #788098
RGB: (120,128,152)

Color info

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

RGB color model

#788098 color RGB value is (120,128,152).

  • red value is 120;
  • green value is 128;
  • blue value is 152.
RGB:
(120,128,152)
(47%,50%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 152 of 255 = 60%

120
128
152

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

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 152 = 400 (100%)
R 120 of 400 ~ 30%
G 128 of 400 ~ 32%
B 152 of 400 ~ 38%

%30
%32
%38

CMYK color model

#788098 color CMYK value is (21,16,0,40).

  • cyan value is 21.05%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(21,16,0,40)
C21M16Y0K40 
(21%,16%,0%,40%)
(0.21/0.16/0.00/0.40)	

CMYK percentages

%21.05
%15.79
%0
%40.39

Codes

Color #788098 in popluar color models

788098
RGB120128152
HSL225°13.45%53.33%
HSB/HSV225°21.05%59.61%
CMYK21.05%15.79%0.00%
40.39%

Color #788098 in popluar number systems.

HEX788098
Decimal120128152
Binary11110001000000010011000
Octal170200230

Shades and tints

Shades of #788098

#788098
(120,128,152)
#6E758B
(110,117,139)
#646A7E
(100,106,126)
#5A5F71
(90,95,113)
#505464
(80,84,100)
#464957
(70,73,87)
#3C3E4A
(60,62,74)
#32333D
(50,51,61)
#282830
(40,40,48)
#1E1D23
(30,29,35)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #788098

#788098
(120,128,152)
#848BA1
(132,139,161)
#9096AA
(144,150,170)
#9CA1B3
(156,161,179)
#A8ACBC
(168,172,188)
#B4B7C5
(180,183,197)
#C0C2CE
(192,194,206)
#CCCDD7
(204,205,215)
#D8D8E0
(216,216,224)
#E4E3E9
(228,227,233)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788098 color. Also use rgb(120,128,152) instead hex code.

Text Font Color

.myTextColor { color: #788098; }

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

This text font color is #788098.


Background Color

.myBgColor { background-color: #788098; }

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

This div background color is #788098.


Border color

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

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

This div border color is #788098.


Opacity

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

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

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

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

This text has shadow with #788098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788098 on black background.


Color preview on white background

This text has color #788098 on white background.



Black color preview on #788098 background

This text has black color on #788098 background.


White color preview on #788098 background

This text has white color on #788098 background.