COLOR #778372

HEX: #778372
RGB: (119,131,114)

Color info

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

RGB color model

#778372 color RGB value is (119,131,114).

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

RGB channels and saturation

R 119 of 255 = 47%
G 131 of 255 = 51%
B 114 of 255 = 45%

119
131
114

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

Portions of RGB colors in percentages

R + G + B =
119 + 131 + 114 = 364 (100%)
R 119 of 364 ~ 32.69%
G 131 of 364 ~ 35.99%
B 114 of 364 ~ 31.32%

%32.69
%35.99
%31.32

CMYK color model

#778372 color CMYK value is (9,0,13,49).

  • cyan value is 9.16%
  • magenta value is 0.00%
  • yellow value is 12.98%
  • key color value is 48.63%
CMYK:
(9,0,13,49)
C9M0Y13K49 
(9%,0%,13%,49%)
(0.09/0.00/0.13/0.49)	

CMYK percentages

%9.16
%0
%12.98
%48.63

Codes

Color #778372 in popluar color models

778372
RGB119131114
HSL102°6.94%48.04%
HSB/HSV102°12.98%51.37%
CMYK9.16%0.00%12.98%
48.63%

Color #778372 in popluar number systems.

HEX778372
Decimal119131114
Binary1110111100000111110010
Octal167203162

Shades and tints

Shades of #778372

#778372
(119,131,114)
#6D7868
(109,120,104)
#636D5E
(99,109,94)
#596254
(89,98,84)
#4F574A
(79,87,74)
#454C40
(69,76,64)
#3B4136
(59,65,54)
#31362C
(49,54,44)
#272B22
(39,43,34)
#1D2018
(29,32,24)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #778372

#778372
(119,131,114)
#838E7E
(131,142,126)
#8F998A
(143,153,138)
#9BA496
(155,164,150)
#A7AFA2
(167,175,162)
#B3BAAE
(179,186,174)
#BFC5BA
(191,197,186)
#CBD0C6
(203,208,198)
#D7DBD2
(215,219,210)
#E3E6DE
(227,230,222)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778372; }

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

This text font color is #778372.


Background Color

.myBgColor { background-color: #778372; }

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

This div background color is #778372.


Border color

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

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

This div border color is #778372.


Opacity

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

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

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

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

This text has shadow with #778372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778372 on black background.


Color preview on white background

This text has color #778372 on white background.



Black color preview on #778372 background

This text has black color on #778372 background.


White color preview on #778372 background

This text has white color on #778372 background.