COLOR #778D92

HEX: #778D92
RGB: (119,141,146)

Color info

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

RGB color model

#778D92 color RGB value is (119,141,146).

  • red value is 119;
  • green value is 141;
  • blue value is 146.
RGB:
(119,141,146)
(47%,55%,57%)

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 146 of 255 = 57%

119
141
146

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

Portions of RGB colors in percentages

R + G + B =
119 + 141 + 146 = 406 (100%)
R 119 of 406 ~ 29.31%
G 141 of 406 ~ 34.73%
B 146 of 406 ~ 35.96%

%29.31
%34.73
%35.96

CMYK color model

#778D92 color CMYK value is (18,3,0,43).

  • cyan value is 18.49%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(18,3,0,43)
C18M3Y0K43 
(18%,3%,0%,43%)
(0.18/0.03/0.00/0.43)	

CMYK percentages

%18.49
%3.42
%0
%42.75

Codes

Color #778D92 in popluar color models

778D92
RGB119141146
HSL191°11.02%51.96%
HSB/HSV191°18.49%57.25%
CMYK18.49%3.42%0.00%
42.75%

Color #778D92 in popluar number systems.

HEX778D92
Decimal119141146
Binary11101111000110110010010
Octal167215222

Shades and tints

Shades of #778D92

#778D92
(119,141,146)
#6D8185
(109,129,133)
#637578
(99,117,120)
#59696B
(89,105,107)
#4F5D5E
(79,93,94)
#455151
(69,81,81)
#3B4544
(59,69,68)
#313937
(49,57,55)
#272D2A
(39,45,42)
#1D211D
(29,33,29)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #778D92

#778D92
(119,141,146)
#83979B
(131,151,155)
#8FA1A4
(143,161,164)
#9BABAD
(155,171,173)
#A7B5B6
(167,181,182)
#B3BFBF
(179,191,191)
#BFC9C8
(191,201,200)
#CBD3D1
(203,211,209)
#D7DDDA
(215,221,218)
#E3E7E3
(227,231,227)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778D92; }

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

This text font color is #778D92.


Background Color

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

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

This div background color is #778D92.


Border color

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

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

This div border color is #778D92.


Opacity

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

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

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

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

This text has shadow with #778D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778D92 on black background.


Color preview on white background

This text has color #778D92 on white background.



Black color preview on #778D92 background

This text has black color on #778D92 background.


White color preview on #778D92 background

This text has white color on #778D92 background.