COLOR #778C83

HEX: #778C83
RGB: (119,140,131)

Color info

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

RGB color model

#778C83 color RGB value is (119,140,131).

  • red value is 119;
  • green value is 140;
  • blue value is 131.
RGB:
(119,140,131)
(47%,55%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 140 of 255 = 55%
B 131 of 255 = 51%

119
140
131

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

Portions of RGB colors in percentages

R + G + B =
119 + 140 + 131 = 390 (100%)
R 119 of 390 ~ 30.51%
G 140 of 390 ~ 35.9%
B 131 of 390 ~ 33.59%

%30.51
%35.9
%33.59

CMYK color model

#778C83 color CMYK value is (15,0,6,45).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 6.43%
  • key color value is 45.10%
CMYK:
(15,0,6,45)
C15M0Y6K45 
(15%,0%,6%,45%)
(0.15/0.00/0.06/0.45)	

CMYK percentages

%15
%0
%6.43
%45.1

Codes

Color #778C83 in popluar color models

778C83
RGB119140131
HSL154°8.37%50.78%
HSB/HSV154°15.00%54.90%
CMYK15.00%0.00%6.43%
45.10%

Color #778C83 in popluar number systems.

HEX778C83
Decimal119140131
Binary11101111000110010000011
Octal167214203

Shades and tints

Shades of #778C83

#778C83
(119,140,131)
#6D8078
(109,128,120)
#63746D
(99,116,109)
#596862
(89,104,98)
#4F5C57
(79,92,87)
#45504C
(69,80,76)
#3B4441
(59,68,65)
#313836
(49,56,54)
#272C2B
(39,44,43)
#1D2020
(29,32,32)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #778C83

#778C83
(119,140,131)
#83968E
(131,150,142)
#8FA099
(143,160,153)
#9BAAA4
(155,170,164)
#A7B4AF
(167,180,175)
#B3BEBA
(179,190,186)
#BFC8C5
(191,200,197)
#CBD2D0
(203,210,208)
#D7DCDB
(215,220,219)
#E3E6E6
(227,230,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778C83; }

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

This text font color is #778C83.


Background Color

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

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

This div background color is #778C83.


Border color

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

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

This div border color is #778C83.


Opacity

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

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

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

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

This text has shadow with #778C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778C83 on black background.


Color preview on white background

This text has color #778C83 on white background.



Black color preview on #778C83 background

This text has black color on #778C83 background.


White color preview on #778C83 background

This text has white color on #778C83 background.