COLOR #778A7C

HEX: #778A7C RGB: (119,138,124)

Color info

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

RGB color model

#778A7C color RGB value is (119,138,124).

RGB: (119,138,124) (47%, 54%, 49%)

RGB channels and saturation

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

119
138
124

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

Portions of RGB colors in percentages

R + G + B = 119 + 138 + 124 = 381 (100%)
R 119 of 381 ~ 31.23%
G 138 of 381 ~ 36.22%
B 124 of 381 ~ 32.55'%

%31.23
%36.22
%32.55

CMYK color model

#778A7C color CMYK value is (14,0,10,46).

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

CMYK: (14,0,10,46)
C14M0Y10K46 (14%, 0%, 10%, 46%)
(0.14 / 0.00 / 0.10 / 0.46)

CMYK percentages

%13.77
%0
%10.14
%45.88

Codes

Color #778A7C in popluar color models

77 8A 7C
RGB 119 138 124
HSL 136° 7.51% 50.39%
HSB/HSV 136° 13.77% 54.12%
CMYK 13.77% 0.00% 10.14%
45.88%

Color #778A7C in popluar number systems.

HEX 77 8A 7C
Decimal 119 138 124
Binary 1110111 10001010 1111100
Octal 167 212 174

Shades and tints

Shades of #778A7C

#778A7C
(119,138,124)
#6D7E71
(109,126,113)
#637266
(99,114,102)
#59665B
(89,102,91)
#4F5A50
(79,90,80)
#454E45
(69,78,69)
#3B423A
(59,66,58)
#31362F
(49,54,47)
#272A24
(39,42,36)
#1D1E19
(29,30,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #778A7C

#778A7C
(119,138,124)
#839487
(131,148,135)
#8F9E92
(143,158,146)
#9BA89D
(155,168,157)
#A7B2A8
(167,178,168)
#B3BCB3
(179,188,179)
#BFC6BE
(191,198,190)
#CBD0C9
(203,208,201)
#D7DAD4
(215,218,212)
#E3E4DF
(227,228,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778A7C; }

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

This text font color is #778A7C.

Background Color

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

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

This div background color is #778A7C.

Border color

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

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

This div border color is #778A7C.

Opacity

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

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

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

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

This text has shadow with #778A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778A7C.

Preview

Color preview on black background

This text has color #778A7C on black background.


Color preview on white background

This text has color #778A7C on white background.


Black color preview on #778A7C background

This text has black color on #778A7C background.


White color preview on #778A7C background

This text has white color on #778A7C background.


Related colors

Complementary color

Complementary color for #hex is #887583.


I love getcolorcode.com

Triadic colors

1 #7C778A and #8A7C77 with #778A7C are triadic colors.

2 #7C8A77 and #8A777C with #778A7C are triadic colors.