COLOR #778072

HEX: #778072
RGB: (119,128,114)

Color info

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

RGB color model

#778072 color RGB value is (119,128,114).

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

RGB channels and saturation

R 119 of 255 = 47%
G 128 of 255 = 50%
B 114 of 255 = 45%

119
128
114

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

Portions of RGB colors in percentages

R + G + B =
119 + 128 + 114 = 361 (100%)
R 119 of 361 ~ 32.96%
G 128 of 361 ~ 35.46%
B 114 of 361 ~ 31.58%

%32.96
%35.46
%31.58

CMYK color model

#778072 color CMYK value is (7,0,11,50).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 49.80%
CMYK:
(7,0,11,50)
C7M0Y11K50 
(7%,0%,11%,50%)
(0.07/0.00/0.11/0.50)	

CMYK percentages

%7.03
%0
%10.94
%49.8

Codes

Color #778072 in popluar color models

778072
RGB119128114
HSL99°5.79%47.45%
HSB/HSV99°10.94%50.20%
CMYK7.03%0.00%10.94%
49.80%

Color #778072 in popluar number systems.

HEX778072
Decimal119128114
Binary1110111100000001110010
Octal167200162

Shades and tints

Shades of #778072

#778072
(119,128,114)
#6D7568
(109,117,104)
#636A5E
(99,106,94)
#595F54
(89,95,84)
#4F544A
(79,84,74)
#454940
(69,73,64)
#3B3E36
(59,62,54)
#31332C
(49,51,44)
#272822
(39,40,34)
#1D1D18
(29,29,24)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #778072

#778072
(119,128,114)
#838B7E
(131,139,126)
#8F968A
(143,150,138)
#9BA196
(155,161,150)
#A7ACA2
(167,172,162)
#B3B7AE
(179,183,174)
#BFC2BA
(191,194,186)
#CBCDC6
(203,205,198)
#D7D8D2
(215,216,210)
#E3E3DE
(227,227,222)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778072; }

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

This text font color is #778072.


Background Color

.myBgColor { background-color: #778072; }

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

This div background color is #778072.


Border color

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

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

This div border color is #778072.


Opacity

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

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

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

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

This text has shadow with #778072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778072 on black background.


Color preview on white background

This text has color #778072 on white background.



Black color preview on #778072 background

This text has black color on #778072 background.


White color preview on #778072 background

This text has white color on #778072 background.