COLOR #788895

HEX: #788895
RGB: (120,136,149)

Color info

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

RGB color model

#788895 color RGB value is (120,136,149).

  • red value is 120;
  • green value is 136;
  • blue value is 149.
RGB:
(120,136,149)
(47%,53%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 149 of 255 = 58%

120
136
149

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 149 = 405 (100%)
R 120 of 405 ~ 29.63%
G 136 of 405 ~ 33.58%
B 149 of 405 ~ 36.79%

%29.63
%33.58
%36.79

CMYK color model

#788895 color CMYK value is (19,9,0,42).

  • cyan value is 19.46%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(19,9,0,42)
C19M9Y0K42 
(19%,9%,0%,42%)
(0.19/0.09/0.00/0.42)	

CMYK percentages

%19.46
%8.72
%0
%41.57

Codes

Color #788895 in popluar color models

788895
RGB120136149
HSL207°12.03%52.75%
HSB/HSV207°19.46%58.43%
CMYK19.46%8.72%0.00%
41.57%

Color #788895 in popluar number systems.

HEX788895
Decimal120136149
Binary11110001000100010010101
Octal170210225

Shades and tints

Shades of #788895

#788895
(120,136,149)
#6E7C88
(110,124,136)
#64707B
(100,112,123)
#5A646E
(90,100,110)
#505861
(80,88,97)
#464C54
(70,76,84)
#3C4047
(60,64,71)
#32343A
(50,52,58)
#28282D
(40,40,45)
#1E1C20
(30,28,32)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #788895

#788895
(120,136,149)
#84929E
(132,146,158)
#909CA7
(144,156,167)
#9CA6B0
(156,166,176)
#A8B0B9
(168,176,185)
#B4BAC2
(180,186,194)
#C0C4CB
(192,196,203)
#CCCED4
(204,206,212)
#D8D8DD
(216,216,221)
#E4E2E6
(228,226,230)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788895 color. Also use rgb(120,136,149) instead hex code.

Text Font Color

.myTextColor { color: #788895; }

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

This text font color is #788895.


Background Color

.myBgColor { background-color: #788895; }

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

This div background color is #788895.


Border color

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

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

This div border color is #788895.


Opacity

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

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

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

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

This text has shadow with #788895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788895 on black background.


Color preview on white background

This text has color #788895 on white background.



Black color preview on #788895 background

This text has black color on #788895 background.


White color preview on #788895 background

This text has white color on #788895 background.