COLOR #778A84

HEX: #778A84 RGB: (119,138,132)

Color info

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

RGB color model

#778A84 color RGB value is (119,138,132).

RGB: (119,138,132) (47%, 54%, 52%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 132 of 255 = 52%

119
138
132

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

Portions of RGB colors in percentages

R + G + B = 119 + 138 + 132 = 389 (100%)
R 119 of 389 ~ 30.59%
G 138 of 389 ~ 35.48%
B 132 of 389 ~ 33.93'%

%30.59
%35.48
%33.93

CMYK color model

#778A84 color CMYK value is (14,0,4,46).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 45.88%

CMYK: (14,0,4,46)
C14M0Y4K46 (14%, 0%, 4%, 46%)
(0.14 / 0.00 / 0.04 / 0.46)

CMYK percentages

%13.77
%0
%4.35
%45.88

Codes

Color #778A84 in popluar color models

77 8A 84
RGB 119 138 132
HSL 161° 7.51% 50.39%
HSB/HSV 161° 13.77% 54.12%
CMYK 13.77% 0.00% 4.35%
45.88%

Color #778A84 in popluar number systems.

HEX 77 8A 84
Decimal 119 138 132
Binary 1110111 10001010 10000100
Octal 167 212 204

Shades and tints

Shades of #778A84

#778A84
(119,138,132)
#6D7E78
(109,126,120)
#63726C
(99,114,108)
#596660
(89,102,96)
#4F5A54
(79,90,84)
#454E48
(69,78,72)
#3B423C
(59,66,60)
#313630
(49,54,48)
#272A24
(39,42,36)
#1D1E18
(29,30,24)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #778A84

#778A84
(119,138,132)
#83948F
(131,148,143)
#8F9E9A
(143,158,154)
#9BA8A5
(155,168,165)
#A7B2B0
(167,178,176)
#B3BCBB
(179,188,187)
#BFC6C6
(191,198,198)
#CBD0D1
(203,208,209)
#D7DADC
(215,218,220)
#E3E4E7
(227,228,231)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778A84; }

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

This text font color is #778A84.

Background Color

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

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

This div background color is #778A84.

Border color

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

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

This div border color is #778A84.

Opacity

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

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

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

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

This text has shadow with #778A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778A84.

Preview

Color preview on black background

This text has color #778A84 on black background.


Color preview on white background

This text has color #778A84 on white background.


Black color preview on #778A84 background

This text has black color on #778A84 background.


White color preview on #778A84 background

This text has white color on #778A84 background.


Related colors

Complementary color

Complementary color for #hex is #88757B.


I love getcolorcode.com

Triadic colors

1 #84778A and #8A8477 with #778A84 are triadic colors.

2 #848A77 and #8A7784 with #778A84 are triadic colors.