COLOR #778D98

HEX: #778D98 RGB: (119,141,152)

Color info

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

RGB color model

#778D98 color RGB value is (119,141,152).

RGB: (119,141,152) (47%, 55%, 60%)

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 152 of 255 = 60%

119
141
152

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

Portions of RGB colors in percentages

R + G + B = 119 + 141 + 152 = 412 (100%)
R 119 of 412 ~ 28.88%
G 141 of 412 ~ 34.22%
B 152 of 412 ~ 36.89'%

%28.88
%34.22
%36.89

CMYK color model

#778D98 color CMYK value is (22,7,0,40).

  • cyan value is 21.71%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (22,7,0,40)
C22M7Y0K40 (22%, 7%, 0%, 40%)
(0.22 / 0.07 / 0.00 / 0.40)

CMYK percentages

%21.71
%7.24
%0
%40.39

Codes

Color #778D98 in popluar color models

77 8D 98
RGB 119 141 152
HSL 200° 13.81% 53.14%
HSB/HSV 200° 21.71% 59.61%
CMYK 21.71% 7.24% 0.00%
40.39%

Color #778D98 in popluar number systems.

HEX 77 8D 98
Decimal 119 141 152
Binary 1110111 10001101 10011000
Octal 167 215 230

Shades and tints

Shades of #778D98

#778D98
(119,141,152)
#6D818B
(109,129,139)
#63757E
(99,117,126)
#596971
(89,105,113)
#4F5D64
(79,93,100)
#455157
(69,81,87)
#3B454A
(59,69,74)
#31393D
(49,57,61)
#272D30
(39,45,48)
#1D2123
(29,33,35)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #778D98

#778D98
(119,141,152)
#8397A1
(131,151,161)
#8FA1AA
(143,161,170)
#9BABB3
(155,171,179)
#A7B5BC
(167,181,188)
#B3BFC5
(179,191,197)
#BFC9CE
(191,201,206)
#CBD3D7
(203,211,215)
#D7DDE0
(215,221,224)
#E3E7E9
(227,231,233)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778D98 color. Also use rgb(119,141,152) instead hex code.

Text Font Color

.myTextColor { color: #778D98; }

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

This text font color is #778D98.

Background Color

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

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

This div background color is #778D98.

Border color

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

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

This div border color is #778D98.

Opacity

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

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

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

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

This text has shadow with #778D98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778D98.

Preview

Color preview on black background

This text has color #778D98 on black background.


Color preview on white background

This text has color #778D98 on white background.


Black color preview on #778D98 background

This text has black color on #778D98 background.


White color preview on #778D98 background

This text has white color on #778D98 background.


Related colors

Complementary color

Complementary color for #hex is #887267.


I love getcolorcode.com

Triadic colors

1 #98778D and #8D9877 with #778D98 are triadic colors.

2 #988D77 and #8D7798 with #778D98 are triadic colors.