COLOR #788598

HEX: #788598
RGB: (120,133,152)

Color info

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

RGB color model

#788598 color RGB value is (120,133,152).

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

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 152 of 255 = 60%

120
133
152

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

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 152 = 405 (100%)
R 120 of 405 ~ 29.63%
G 133 of 405 ~ 32.84%
B 152 of 405 ~ 37.53%

%29.63
%32.84
%37.53

CMYK color model

#788598 color CMYK value is (21,13,0,40).

  • cyan value is 21.05%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(21,13,0,40)
C21M13Y0K40 
(21%,13%,0%,40%)
(0.21/0.13/0.00/0.40)	

CMYK percentages

%21.05
%12.5
%0
%40.39

Codes

Color #788598 in popluar color models

788598
RGB120133152
HSL216°13.45%53.33%
HSB/HSV216°21.05%59.61%
CMYK21.05%12.50%0.00%
40.39%

Color #788598 in popluar number systems.

HEX788598
Decimal120133152
Binary11110001000010110011000
Octal170205230

Shades and tints

Shades of #788598

#788598
(120,133,152)
#6E798B
(110,121,139)
#646D7E
(100,109,126)
#5A6171
(90,97,113)
#505564
(80,85,100)
#464957
(70,73,87)
#3C3D4A
(60,61,74)
#32313D
(50,49,61)
#282530
(40,37,48)
#1E1923
(30,25,35)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #788598

#788598
(120,133,152)
#8490A1
(132,144,161)
#909BAA
(144,155,170)
#9CA6B3
(156,166,179)
#A8B1BC
(168,177,188)
#B4BCC5
(180,188,197)
#C0C7CE
(192,199,206)
#CCD2D7
(204,210,215)
#D8DDE0
(216,221,224)
#E4E8E9
(228,232,233)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788598; }

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

This text font color is #788598.


Background Color

.myBgColor { background-color: #788598; }

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

This div background color is #788598.


Border color

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

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

This div border color is #788598.


Opacity

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

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

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

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

This text has shadow with #788598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788598 on black background.


Color preview on white background

This text has color #788598 on white background.



Black color preview on #788598 background

This text has black color on #788598 background.


White color preview on #788598 background

This text has white color on #788598 background.