COLOR #778081

HEX: #778081
RGB: (119,128,129)

Color info

#778081 contains red, green and blue colors in about the same proportion. Web safe color of #778081 is #666699 (or #669).

RGB color model

#778081 color RGB value is (119,128,129).

  • red value is 119;
  • green value is 128;
  • blue value is 129.
RGB:
(119,128,129)
(47%,50%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 128 of 255 = 50%
B 129 of 255 = 51%

119
128
129

R + G + B ~ 49%. #778081 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 128 + 129 = 376 (100%)
R 119 of 376 ~ 31.65%
G 128 of 376 ~ 34.04%
B 129 of 376 ~ 34.31%

%31.65
%34.04
%34.31

CMYK color model

#778081 color CMYK value is (8,1,0,49).

  • cyan value is 7.75%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(8,1,0,49)
C8M1Y0K49 
(8%,1%,0%,49%)
(0.08/0.01/0.00/0.49)	

CMYK percentages

%7.75
%0.78
%0
%49.41

Codes

Color #778081 in popluar color models

778081
RGB119128129
HSL186°4.03%48.63%
HSB/HSV186°7.75%50.59%
CMYK7.75%0.78%0.00%
49.41%

Color #778081 in popluar number systems.

HEX778081
Decimal119128129
Binary11101111000000010000001
Octal167200201

Shades and tints

Shades of #778081

#778081
(119,128,129)
#6D7576
(109,117,118)
#636A6B
(99,106,107)
#595F60
(89,95,96)
#4F5455
(79,84,85)
#45494A
(69,73,74)
#3B3E3F
(59,62,63)
#313334
(49,51,52)
#272829
(39,40,41)
#1D1D1E
(29,29,30)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #778081

#778081
(119,128,129)
#838B8C
(131,139,140)
#8F9697
(143,150,151)
#9BA1A2
(155,161,162)
#A7ACAD
(167,172,173)
#B3B7B8
(179,183,184)
#BFC2C3
(191,194,195)
#CBCDCE
(203,205,206)
#D7D8D9
(215,216,217)
#E3E3E4
(227,227,228)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778081 color. Also use rgb(119,128,129) instead hex code.

Text Font Color

.myTextColor { color: #778081; }

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

This text font color is #778081.


Background Color

.myBgColor { background-color: #778081; }

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

This div background color is #778081.


Border color

.myBorderColor { border: 1px solid #778081; }

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

This div border color is #778081.


Opacity

.myOpacity80 { color: #778081; opacity: 0.8; }

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

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

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

This text has shadow with #778081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778081 on black background.


Color preview on white background

This text has color #778081 on white background.



Black color preview on #778081 background

This text has black color on #778081 background.


White color preview on #778081 background

This text has white color on #778081 background.