COLOR #778D5F

HEX: #778D5F
RGB: (119,141,95)

Color info

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

RGB color model

#778D5F color RGB value is (119,141,95).

  • red value is 119;
  • green value is 141;
  • blue value is 95.
RGB:
(119,141,95)
(47%,55%,37%)

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 95 of 255 = 37%

119
141
95

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

Portions of RGB colors in percentages

R + G + B =
119 + 141 + 95 = 355 (100%)
R 119 of 355 ~ 33.52%
G 141 of 355 ~ 39.72%
B 95 of 355 ~ 26.76%

%33.52
%39.72
%26.76

CMYK color model

#778D5F color CMYK value is (16,0,33,45).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 44.71%
CMYK:
(16,0,33,45)
C16M0Y33K45 
(16%,0%,33%,45%)
(0.16/0.00/0.33/0.45)	

CMYK percentages

%15.6
%0
%32.62
%44.71

Codes

Color #778D5F in popluar color models

778D5F
RGB11914195
HSL89°19.49%46.27%
HSB/HSV89°32.62%55.29%
CMYK15.60%0.00%32.62%
44.71%

Color #778D5F in popluar number systems.

HEX778D5F
Decimal11914195
Binary1110111100011011011111
Octal167215137

Shades and tints

Shades of #778D5F

#778D5F
(119,141,95)
#6D8157
(109,129,87)
#63754F
(99,117,79)
#596947
(89,105,71)
#4F5D3F
(79,93,63)
#455137
(69,81,55)
#3B452F
(59,69,47)
#313927
(49,57,39)
#272D1F
(39,45,31)
#1D2117
(29,33,23)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #778D5F

#778D5F
(119,141,95)
#83976D
(131,151,109)
#8FA17B
(143,161,123)
#9BAB89
(155,171,137)
#A7B597
(167,181,151)
#B3BFA5
(179,191,165)
#BFC9B3
(191,201,179)
#CBD3C1
(203,211,193)
#D7DDCF
(215,221,207)
#E3E7DD
(227,231,221)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778D5F color. Also use rgb(119,141,95) instead hex code.

Text Font Color

.myTextColor { color: #778D5F; }

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

This text font color is #778D5F.


Background Color

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

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

This div background color is #778D5F.


Border color

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

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

This div border color is #778D5F.


Opacity

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

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

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

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

This text has shadow with #778D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778D5F on black background.


Color preview on white background

This text has color #778D5F on white background.



Black color preview on #778D5F background

This text has black color on #778D5F background.


White color preview on #778D5F background

This text has white color on #778D5F background.