COLOR #788597

HEX: #788597
RGB: (120,133,151)

Color info

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

RGB color model

#788597 color RGB value is (120,133,151).

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

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 151 of 255 = 59%

120
133
151

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

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 151 = 404 (100%)
R 120 of 404 ~ 29.7%
G 133 of 404 ~ 32.92%
B 151 of 404 ~ 37.38%

%29.7
%32.92
%37.38

CMYK color model

#788597 color CMYK value is (21,12,0,41).

  • cyan value is 20.53%
  • magenta value is 11.92%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(21,12,0,41)
C21M12Y0K41 
(21%,12%,0%,41%)
(0.21/0.12/0.00/0.41)	

CMYK percentages

%20.53
%11.92
%0
%40.78

Codes

Color #788597 in popluar color models

788597
RGB120133151
HSL215°12.97%53.14%
HSB/HSV215°20.53%59.22%
CMYK20.53%11.92%0.00%
40.78%

Color #788597 in popluar number systems.

HEX788597
Decimal120133151
Binary11110001000010110010111
Octal170205227

Shades and tints

Shades of #788597

#788597
(120,133,151)
#6E798A
(110,121,138)
#646D7D
(100,109,125)
#5A6170
(90,97,112)
#505563
(80,85,99)
#464956
(70,73,86)
#3C3D49
(60,61,73)
#32313C
(50,49,60)
#28252F
(40,37,47)
#1E1922
(30,25,34)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #788597

#788597
(120,133,151)
#8490A0
(132,144,160)
#909BA9
(144,155,169)
#9CA6B2
(156,166,178)
#A8B1BB
(168,177,187)
#B4BCC4
(180,188,196)
#C0C7CD
(192,199,205)
#CCD2D6
(204,210,214)
#D8DDDF
(216,221,223)
#E4E8E8
(228,232,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788597; }

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

This text font color is #788597.


Background Color

.myBgColor { background-color: #788597; }

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

This div background color is #788597.


Border color

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

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

This div border color is #788597.


Opacity

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

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

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

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

This text has shadow with #788597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788597 on black background.


Color preview on white background

This text has color #788597 on white background.



Black color preview on #788597 background

This text has black color on #788597 background.


White color preview on #788597 background

This text has white color on #788597 background.