COLOR #788695

HEX: #788695
RGB: (120,134,149)

Color info

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

RGB color model

#788695 color RGB value is (120,134,149).

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

RGB channels and saturation

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

120
134
149

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 149 = 403 (100%)
R 120 of 403 ~ 29.78%
G 134 of 403 ~ 33.25%
B 149 of 403 ~ 36.97%

%29.78
%33.25
%36.97

CMYK color model

#788695 color CMYK value is (19,10,0,42).

  • cyan value is 19.46%
  • magenta value is 10.07%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(19,10,0,42)
C19M10Y0K42 
(19%,10%,0%,42%)
(0.19/0.10/0.00/0.42)	

CMYK percentages

%19.46
%10.07
%0
%41.57

Codes

Color #788695 in popluar color models

788695
RGB120134149
HSL211°12.03%52.75%
HSB/HSV211°19.46%58.43%
CMYK19.46%10.07%0.00%
41.57%

Color #788695 in popluar number systems.

HEX788695
Decimal120134149
Binary11110001000011010010101
Octal170206225

Shades and tints

Shades of #788695

#788695
(120,134,149)
#6E7A88
(110,122,136)
#646E7B
(100,110,123)
#5A626E
(90,98,110)
#505661
(80,86,97)
#464A54
(70,74,84)
#3C3E47
(60,62,71)
#32323A
(50,50,58)
#28262D
(40,38,45)
#1E1A20
(30,26,32)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #788695

#788695
(120,134,149)
#84919E
(132,145,158)
#909CA7
(144,156,167)
#9CA7B0
(156,167,176)
#A8B2B9
(168,178,185)
#B4BDC2
(180,189,194)
#C0C8CB
(192,200,203)
#CCD3D4
(204,211,212)
#D8DEDD
(216,222,221)
#E4E9E6
(228,233,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788695; }

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

This text font color is #788695.


Background Color

.myBgColor { background-color: #788695; }

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

This div background color is #788695.


Border color

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

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

This div border color is #788695.


Opacity

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

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

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

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

This text has shadow with #788695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788695 on black background.


Color preview on white background

This text has color #788695 on white background.



Black color preview on #788695 background

This text has black color on #788695 background.


White color preview on #788695 background

This text has white color on #788695 background.