COLOR #778071

HEX: #778071
RGB: (119,128,113)

Color info

#778071 contains red, green and blue colors in about the same proportion. Web safe color of #778071 is #666666 (or #666).

RGB color model

#778071 color RGB value is (119,128,113).

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

RGB channels and saturation

R 119 of 255 = 47%
G 128 of 255 = 50%
B 113 of 255 = 44%

119
128
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 128 + 113 = 360 (100%)
R 119 of 360 ~ 33.06%
G 128 of 360 ~ 35.56%
B 113 of 360 ~ 31.39%

%33.06
%35.56
%31.39

CMYK color model

#778071 color CMYK value is (7,0,12,50).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 11.72%
  • key color value is 49.80%
CMYK:
(7,0,12,50)
C7M0Y12K50 
(7%,0%,12%,50%)
(0.07/0.00/0.12/0.50)	

CMYK percentages

%7.03
%0
%11.72
%49.8

Codes

Color #778071 in popluar color models

778071
RGB119128113
HSL96°6.22%47.25%
HSB/HSV96°11.72%50.20%
CMYK7.03%0.00%11.72%
49.80%

Color #778071 in popluar number systems.

HEX778071
Decimal119128113
Binary1110111100000001110001
Octal167200161

Shades and tints

Shades of #778071

#778071
(119,128,113)
#6D7567
(109,117,103)
#636A5D
(99,106,93)
#595F53
(89,95,83)
#4F5449
(79,84,73)
#45493F
(69,73,63)
#3B3E35
(59,62,53)
#31332B
(49,51,43)
#272821
(39,40,33)
#1D1D17
(29,29,23)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #778071

#778071
(119,128,113)
#838B7D
(131,139,125)
#8F9689
(143,150,137)
#9BA195
(155,161,149)
#A7ACA1
(167,172,161)
#B3B7AD
(179,183,173)
#BFC2B9
(191,194,185)
#CBCDC5
(203,205,197)
#D7D8D1
(215,216,209)
#E3E3DD
(227,227,221)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778071; }

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

This text font color is #778071.


Background Color

.myBgColor { background-color: #778071; }

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

This div background color is #778071.


Border color

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

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

This div border color is #778071.


Opacity

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

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

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

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

This text has shadow with #778071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778071 on black background.


Color preview on white background

This text has color #778071 on white background.



Black color preview on #778071 background

This text has black color on #778071 background.


White color preview on #778071 background

This text has white color on #778071 background.