COLOR #778F5F

HEX: #778F5F
RGB: (119,143,95)

Color info

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

RGB color model

#778F5F color RGB value is (119,143,95).

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

RGB channels and saturation

R 119 of 255 = 47%
G 143 of 255 = 56%
B 95 of 255 = 37%

119
143
95

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

Portions of RGB colors in percentages

R + G + B =
119 + 143 + 95 = 357 (100%)
R 119 of 357 ~ 33.33%
G 143 of 357 ~ 40.06%
B 95 of 357 ~ 26.61%

%33.33
%40.06
%26.61

CMYK color model

#778F5F color CMYK value is (17,0,34,44).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 33.57%
  • key color value is 43.92%
CMYK:
(17,0,34,44)
C17M0Y34K44 
(17%,0%,34%,44%)
(0.17/0.00/0.34/0.44)	

CMYK percentages

%16.78
%0
%33.57
%43.92

Codes

Color #778F5F in popluar color models

778F5F
RGB11914395
HSL90°20.17%46.67%
HSB/HSV90°33.57%56.08%
CMYK16.78%0.00%33.57%
43.92%

Color #778F5F in popluar number systems.

HEX778F5F
Decimal11914395
Binary1110111100011111011111
Octal167217137

Shades and tints

Shades of #778F5F

#778F5F
(119,143,95)
#6D8257
(109,130,87)
#63754F
(99,117,79)
#596847
(89,104,71)
#4F5B3F
(79,91,63)
#454E37
(69,78,55)
#3B412F
(59,65,47)
#313427
(49,52,39)
#27271F
(39,39,31)
#1D1A17
(29,26,23)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #778F5F

#778F5F
(119,143,95)
#83996D
(131,153,109)
#8FA37B
(143,163,123)
#9BAD89
(155,173,137)
#A7B797
(167,183,151)
#B3C1A5
(179,193,165)
#BFCBB3
(191,203,179)
#CBD5C1
(203,213,193)
#D7DFCF
(215,223,207)
#E3E9DD
(227,233,221)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778F5F; }

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

This text font color is #778F5F.


Background Color

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

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

This div background color is #778F5F.


Border color

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

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

This div border color is #778F5F.


Opacity

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

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

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

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

This text has shadow with #778F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778F5F on black background.


Color preview on white background

This text has color #778F5F on white background.



Black color preview on #778F5F background

This text has black color on #778F5F background.


White color preview on #778F5F background

This text has white color on #778F5F background.