COLOR #778A99

HEX: #778A99 RGB: (119,138,153)

Color info

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

RGB color model

#778A99 color RGB value is (119,138,153).

RGB: (119,138,153) (47%, 54%, 60%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 153 of 255 = 60%

119
138
153

R + G + B ~ 54%. #778A99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 138 + 153 = 410 (100%)
R 119 of 410 ~ 29.02%
G 138 of 410 ~ 33.66%
B 153 of 410 ~ 37.32'%

%29.02
%33.66
%37.32

CMYK color model

#778A99 color CMYK value is (22,10,0,40).

  • cyan value is 22.22%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (22,10,0,40) C22M10Y0K40 (22%,10%,0%,40%) (0.22/0.10/0.00/0.40) 

CMYK percentages

%22.22
%9.8
%0
%40

Codes

Color #778A99 in popluar color models

77 8A 99
RGB 119 138 153
HSL 206° 14.29% 53.33%
HSB/HSV 206° 22.22% 60.00%
CMYK 22.22% 9.80% 0.00%
40.00%

Color #778A99 in popluar number systems.

HEX 77 8A 99
Decimal 119 138 153
Binary 1110111 10001010 10011001
Octal 167 212 231

Shades and tints

Shades of #778A99

#778A99
(119,138,153)
#6D7E8C
(109,126,140)
#63727F
(99,114,127)
#596672
(89,102,114)
#4F5A65
(79,90,101)
#454E58
(69,78,88)
#3B424B
(59,66,75)
#31363E
(49,54,62)
#272A31
(39,42,49)
#1D1E24
(29,30,36)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #778A99

#778A99
(119,138,153)
#8394A2
(131,148,162)
#8F9EAB
(143,158,171)
#9BA8B4
(155,168,180)
#A7B2BD
(167,178,189)
#B3BCC6
(179,188,198)
#BFC6CF
(191,198,207)
#CBD0D8
(203,208,216)
#D7DAE1
(215,218,225)
#E3E4EA
(227,228,234)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778A99; }

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

This text font color is #778A99.

Background Color

.myBgColor { background-color: #778A99; }

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

This div background color is #778A99.

Border color

.myBorderColor { border: 1px solid #778A99; }

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

This div border color is #778A99.

Opacity

.myOpacity80 { color: #778A99; opacity: 0.8; }

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

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

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

This text has shadow with #778A99 color.


.textShadow {text-shadow: 3px 3px 1px #778A99', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #778A99; -webkit-box-shadow: 1px 1px 3px 2px #778A99; box-shadow:1px 1px 3px 2px #778A99;">
Div content here
</div>

This div box has shadow with color #778A99.

Preview

Color preview on black background

This text has color #778A99 on black background.


Color preview on white background

This text has color #778A99 on white background.


Black color preview on #778A99 background

This text has black color on #778A99 background.


White color preview on #778A99 background

This text has white color on #778A99 background.


Related colors

Complementary color

Complementary color for #hex is #887566.


I love getcolorcode.com

Triadic colors

1 #99778A and #8A9977 with #778A99 are triadic colors.

2 #998A77 and #8A7799 with #778A99 are triadic colors.