COLOR #778599

HEX: #778599
RGB: (119,133,153)

Color info

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

RGB color model

#778599 color RGB value is (119,133,153).

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

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 153 of 255 = 60%

119
133
153

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

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 153 = 405 (100%)
R 119 of 405 ~ 29.38%
G 133 of 405 ~ 32.84%
B 153 of 405 ~ 37.78%

%29.38
%32.84
%37.78

CMYK color model

#778599 color CMYK value is (22,13,0,40).

  • cyan value is 22.22%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(22,13,0,40)
C22M13Y0K40 
(22%,13%,0%,40%)
(0.22/0.13/0.00/0.40)	

CMYK percentages

%22.22
%13.07
%0
%40

Codes

Color #778599 in popluar color models

778599
RGB119133153
HSL215°14.29%53.33%
HSB/HSV215°22.22%60.00%
CMYK22.22%13.07%0.00%
40.00%

Color #778599 in popluar number systems.

HEX778599
Decimal119133153
Binary11101111000010110011001
Octal167205231

Shades and tints

Shades of #778599

#778599
(119,133,153)
#6D798C
(109,121,140)
#636D7F
(99,109,127)
#596172
(89,97,114)
#4F5565
(79,85,101)
#454958
(69,73,88)
#3B3D4B
(59,61,75)
#31313E
(49,49,62)
#272531
(39,37,49)
#1D1924
(29,25,36)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #778599

#778599
(119,133,153)
#8390A2
(131,144,162)
#8F9BAB
(143,155,171)
#9BA6B4
(155,166,180)
#A7B1BD
(167,177,189)
#B3BCC6
(179,188,198)
#BFC7CF
(191,199,207)
#CBD2D8
(203,210,216)
#D7DDE1
(215,221,225)
#E3E8EA
(227,232,234)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778599; }

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

This text font color is #778599.


Background Color

.myBgColor { background-color: #778599; }

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

This div background color is #778599.


Border color

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

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

This div border color is #778599.


Opacity

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

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

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

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

This text has shadow with #778599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778599 on black background.


Color preview on white background

This text has color #778599 on white background.



Black color preview on #778599 background

This text has black color on #778599 background.


White color preview on #778599 background

This text has white color on #778599 background.