COLOR #778E5E

HEX: #778E5E
RGB: (119,142,94)

Color info

#778E5E contains red, green and blue colors in about the same proportion. Web safe color of #778E5E is #669966 (or #696).

RGB color model

#778E5E color RGB value is (119,142,94).

  • red value is 119;
  • green value is 142;
  • blue value is 94.
RGB:
(119,142,94)
(47%,56%,37%)

RGB channels and saturation

R 119 of 255 = 47%
G 142 of 255 = 56%
B 94 of 255 = 37%

119
142
94

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

Portions of RGB colors in percentages

R + G + B =
119 + 142 + 94 = 355 (100%)
R 119 of 355 ~ 33.52%
G 142 of 355 ~ 40%
B 94 of 355 ~ 26.48%

%33.52
%40
%26.48

CMYK color model

#778E5E color CMYK value is (16,0,34,44).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 44.31%
CMYK:
(16,0,34,44)
C16M0Y34K44 
(16%,0%,34%,44%)
(0.16/0.00/0.34/0.44)	

CMYK percentages

%16.2
%0
%33.8
%44.31

Codes

Color #778E5E in popluar color models

778E5E
RGB11914294
HSL89°20.34%46.27%
HSB/HSV89°33.80%55.69%
CMYK16.20%0.00%33.80%
44.31%

Color #778E5E in popluar number systems.

HEX778E5E
Decimal11914294
Binary1110111100011101011110
Octal167216136

Shades and tints

Shades of #778E5E

#778E5E
(119,142,94)
#6D8256
(109,130,86)
#63764E
(99,118,78)
#596A46
(89,106,70)
#4F5E3E
(79,94,62)
#455236
(69,82,54)
#3B462E
(59,70,46)
#313A26
(49,58,38)
#272E1E
(39,46,30)
#1D2216
(29,34,22)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #778E5E

#778E5E
(119,142,94)
#83986C
(131,152,108)
#8FA27A
(143,162,122)
#9BAC88
(155,172,136)
#A7B696
(167,182,150)
#B3C0A4
(179,192,164)
#BFCAB2
(191,202,178)
#CBD4C0
(203,212,192)
#D7DECE
(215,222,206)
#E3E8DC
(227,232,220)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778E5E color. Also use rgb(119,142,94) instead hex code.

Text Font Color

.myTextColor { color: #778E5E; }

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

This text font color is #778E5E.


Background Color

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

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

This div background color is #778E5E.


Border color

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

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

This div border color is #778E5E.


Opacity

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

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

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

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

This text has shadow with #778E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778E5E on black background.


Color preview on white background

This text has color #778E5E on white background.



Black color preview on #778E5E background

This text has black color on #778E5E background.


White color preview on #778E5E background

This text has white color on #778E5E background.