COLOR #778A7E

HEX: #778A7E
RGB: (119,138,126)

Color info

#778A7E contains red, green and blue colors in about the same proportion. Web safe color of #778A7E is #669966 (or #696).

RGB color model

#778A7E color RGB value is (119,138,126).

  • red value is 119;
  • green value is 138;
  • blue value is 126.
RGB:
(119,138,126)
(47%,54%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 126 of 255 = 49%

119
138
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 126 = 383 (100%)
R 119 of 383 ~ 31.07%
G 138 of 383 ~ 36.03%
B 126 of 383 ~ 32.9%

%31.07
%36.03
%32.9

CMYK color model

#778A7E color CMYK value is (14,0,9,46).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 45.88%
CMYK:
(14,0,9,46)
C14M0Y9K46 
(14%,0%,9%,46%)
(0.14/0.00/0.09/0.46)	

CMYK percentages

%13.77
%0
%8.7
%45.88

Codes

Color #778A7E in popluar color models

778A7E
RGB119138126
HSL142°7.51%50.39%
HSB/HSV142°13.77%54.12%
CMYK13.77%0.00%8.70%
45.88%

Color #778A7E in popluar number systems.

HEX778A7E
Decimal119138126
Binary1110111100010101111110
Octal167212176

Shades and tints

Shades of #778A7E

#778A7E
(119,138,126)
#6D7E73
(109,126,115)
#637268
(99,114,104)
#59665D
(89,102,93)
#4F5A52
(79,90,82)
#454E47
(69,78,71)
#3B423C
(59,66,60)
#313631
(49,54,49)
#272A26
(39,42,38)
#1D1E1B
(29,30,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #778A7E

#778A7E
(119,138,126)
#839489
(131,148,137)
#8F9E94
(143,158,148)
#9BA89F
(155,168,159)
#A7B2AA
(167,178,170)
#B3BCB5
(179,188,181)
#BFC6C0
(191,198,192)
#CBD0CB
(203,208,203)
#D7DAD6
(215,218,214)
#E3E4E1
(227,228,225)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778A7E; }

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

This text font color is #778A7E.


Background Color

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

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

This div background color is #778A7E.


Border color

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

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

This div border color is #778A7E.


Opacity

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

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

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

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

This text has shadow with #778A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778A7E on black background.


Color preview on white background

This text has color #778A7E on white background.



Black color preview on #778A7E background

This text has black color on #778A7E background.


White color preview on #778A7E background

This text has white color on #778A7E background.