COLOR #778F83

HEX: #778F83 RGB: (119,143,131)

Color info

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

RGB color model

#778F83 color RGB value is (119,143,131).

RGB: (119,143,131) (47%, 56%, 51%)

RGB channels and saturation

R 119 of 255 = 47%
G 143 of 255 = 56%
B 131 of 255 = 51%

119
143
131

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

Portions of RGB colors in percentages

R + G + B = 119 + 143 + 131 = 393 (100%)
R 119 of 393 ~ 30.28%
G 143 of 393 ~ 36.39%
B 131 of 393 ~ 33.33'%

%30.28
%36.39
%33.33

CMYK color model

#778F83 color CMYK value is (17,0,8,44).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 8.39%
  • key color value is 43.92%

CMYK: (17,0,8,44)
C17M0Y8K44 (17%, 0%, 8%, 44%)
(0.17 / 0.00 / 0.08 / 0.44)

CMYK percentages

%16.78
%0
%8.39
%43.92

Codes

Color #778F83 in popluar color models

77 8F 83
RGB 119 143 131
HSL 150° 9.68% 51.37%
HSB/HSV 150° 16.78% 56.08%
CMYK 16.78% 0.00% 8.39%
43.92%

Color #778F83 in popluar number systems.

HEX 77 8F 83
Decimal 119 143 131
Binary 1110111 10001111 10000011
Octal 167 217 203

Shades and tints

Shades of #778F83

#778F83
(119,143,131)
#6D8278
(109,130,120)
#63756D
(99,117,109)
#596862
(89,104,98)
#4F5B57
(79,91,87)
#454E4C
(69,78,76)
#3B4141
(59,65,65)
#313436
(49,52,54)
#27272B
(39,39,43)
#1D1A20
(29,26,32)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #778F83

#778F83
(119,143,131)
#83998E
(131,153,142)
#8FA399
(143,163,153)
#9BADA4
(155,173,164)
#A7B7AF
(167,183,175)
#B3C1BA
(179,193,186)
#BFCBC5
(191,203,197)
#CBD5D0
(203,213,208)
#D7DFDB
(215,223,219)
#E3E9E6
(227,233,230)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778F83; }

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

This text font color is #778F83.

Background Color

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

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

This div background color is #778F83.

Border color

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

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

This div border color is #778F83.

Opacity

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

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

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

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

This text has shadow with #778F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778F83.

Preview

Color preview on black background

This text has color #778F83 on black background.


Color preview on white background

This text has color #778F83 on white background.


Black color preview on #778F83 background

This text has black color on #778F83 background.


White color preview on #778F83 background

This text has white color on #778F83 background.


Related colors

Complementary color

Complementary color for #hex is #88707C.


I love getcolorcode.com

Triadic colors

1 #83778F and #8F8377 with #778F83 are triadic colors.

2 #838F77 and #8F7783 with #778F83 are triadic colors.