COLOR #788693

HEX: #788693
RGB: (120,134,147)

Color info

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

RGB color model

#788693 color RGB value is (120,134,147).

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

RGB channels and saturation

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

120
134
147

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 147 = 401 (100%)
R 120 of 401 ~ 29.93%
G 134 of 401 ~ 33.42%
B 147 of 401 ~ 36.66%

%29.93
%33.42
%36.66

CMYK color model

#788693 color CMYK value is (18,9,0,42).

  • cyan value is 18.37%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(18,9,0,42)
C18M9Y0K42 
(18%,9%,0%,42%)
(0.18/0.09/0.00/0.42)	

CMYK percentages

%18.37
%8.84
%0
%42.35

Codes

Color #788693 in popluar color models

788693
RGB120134147
HSL209°11.11%52.35%
HSB/HSV209°18.37%57.65%
CMYK18.37%8.84%0.00%
42.35%

Color #788693 in popluar number systems.

HEX788693
Decimal120134147
Binary11110001000011010010011
Octal170206223

Shades and tints

Shades of #788693

#788693
(120,134,147)
#6E7A86
(110,122,134)
#646E79
(100,110,121)
#5A626C
(90,98,108)
#50565F
(80,86,95)
#464A52
(70,74,82)
#3C3E45
(60,62,69)
#323238
(50,50,56)
#28262B
(40,38,43)
#1E1A1E
(30,26,30)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #788693

#788693
(120,134,147)
#84919C
(132,145,156)
#909CA5
(144,156,165)
#9CA7AE
(156,167,174)
#A8B2B7
(168,178,183)
#B4BDC0
(180,189,192)
#C0C8C9
(192,200,201)
#CCD3D2
(204,211,210)
#D8DEDB
(216,222,219)
#E4E9E4
(228,233,228)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788693; }

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

This text font color is #788693.


Background Color

.myBgColor { background-color: #788693; }

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

This div background color is #788693.


Border color

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

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

This div border color is #788693.


Opacity

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

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

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

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

This text has shadow with #788693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788693 on black background.


Color preview on white background

This text has color #788693 on white background.



Black color preview on #788693 background

This text has black color on #788693 background.


White color preview on #788693 background

This text has white color on #788693 background.