COLOR #778E8E

HEX: #778E8E
RGB: (119,142,142)

Color info

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

RGB color model

#778E8E color RGB value is (119,142,142).

  • red value is 119;
  • green value is 142;
  • blue value is 142.
RGB:
(119,142,142)
(47%,56%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 142 of 255 = 56%
B 142 of 255 = 56%

119
142
142

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

Portions of RGB colors in percentages

R + G + B =
119 + 142 + 142 = 403 (100%)
R 119 of 403 ~ 29.53%
G 142 of 403 ~ 35.24%
B 142 of 403 ~ 35.24%

%29.53
%35.24
%35.24

CMYK color model

#778E8E color CMYK value is (16,0,0,44).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(16,0,0,44)
C16M0Y0K44 
(16%,0%,0%,44%)
(0.16/0.00/0.00/0.44)	

CMYK percentages

%16.2
%0
%0
%44.31

Codes

Color #778E8E in popluar color models

778E8E
RGB119142142
HSL180°9.24%51.18%
HSB/HSV180°16.20%55.69%
CMYK16.20%0.00%0.00%
44.31%

Color #778E8E in popluar number systems.

HEX778E8E
Decimal119142142
Binary11101111000111010001110
Octal167216216

Shades and tints

Shades of #778E8E

#778E8E
(119,142,142)
#6D8282
(109,130,130)
#637676
(99,118,118)
#596A6A
(89,106,106)
#4F5E5E
(79,94,94)
#455252
(69,82,82)
#3B4646
(59,70,70)
#313A3A
(49,58,58)
#272E2E
(39,46,46)
#1D2222
(29,34,34)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #778E8E

#778E8E
(119,142,142)
#839898
(131,152,152)
#8FA2A2
(143,162,162)
#9BACAC
(155,172,172)
#A7B6B6
(167,182,182)
#B3C0C0
(179,192,192)
#BFCACA
(191,202,202)
#CBD4D4
(203,212,212)
#D7DEDE
(215,222,222)
#E3E8E8
(227,232,232)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778E8E; }

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

This text font color is #778E8E.


Background Color

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

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

This div background color is #778E8E.


Border color

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

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

This div border color is #778E8E.


Opacity

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

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

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

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

This text has shadow with #778E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778E8E on black background.


Color preview on white background

This text has color #778E8E on white background.



Black color preview on #778E8E background

This text has black color on #778E8E background.


White color preview on #778E8E background

This text has white color on #778E8E background.