COLOR #778595

HEX: #778595
RGB: (119,133,149)

Color info

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

RGB color model

#778595 color RGB value is (119,133,149).

  • red value is 119;
  • green value is 133;
  • blue value is 149.
RGB:
(119,133,149)
(47%,52%,58%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 149 of 255 = 58%

119
133
149

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

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 149 = 401 (100%)
R 119 of 401 ~ 29.68%
G 133 of 401 ~ 33.17%
B 149 of 401 ~ 37.16%

%29.68
%33.17
%37.16

CMYK color model

#778595 color CMYK value is (20,11,0,42).

  • cyan value is 20.13%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(20,11,0,42)
C20M11Y0K42 
(20%,11%,0%,42%)
(0.20/0.11/0.00/0.42)	

CMYK percentages

%20.13
%10.74
%0
%41.57

Codes

Color #778595 in popluar color models

778595
RGB119133149
HSL212°12.40%52.55%
HSB/HSV212°20.13%58.43%
CMYK20.13%10.74%0.00%
41.57%

Color #778595 in popluar number systems.

HEX778595
Decimal119133149
Binary11101111000010110010101
Octal167205225

Shades and tints

Shades of #778595

#778595
(119,133,149)
#6D7988
(109,121,136)
#636D7B
(99,109,123)
#59616E
(89,97,110)
#4F5561
(79,85,97)
#454954
(69,73,84)
#3B3D47
(59,61,71)
#31313A
(49,49,58)
#27252D
(39,37,45)
#1D1920
(29,25,32)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #778595

#778595
(119,133,149)
#83909E
(131,144,158)
#8F9BA7
(143,155,167)
#9BA6B0
(155,166,176)
#A7B1B9
(167,177,185)
#B3BCC2
(179,188,194)
#BFC7CB
(191,199,203)
#CBD2D4
(203,210,212)
#D7DDDD
(215,221,221)
#E3E8E6
(227,232,230)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778595 color. Also use rgb(119,133,149) instead hex code.

Text Font Color

.myTextColor { color: #778595; }

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

This text font color is #778595.


Background Color

.myBgColor { background-color: #778595; }

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

This div background color is #778595.


Border color

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

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

This div border color is #778595.


Opacity

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

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

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

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

This text has shadow with #778595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778595 on black background.


Color preview on white background

This text has color #778595 on white background.



Black color preview on #778595 background

This text has black color on #778595 background.


White color preview on #778595 background

This text has white color on #778595 background.