COLOR #778A6F

HEX: #778A6F
RGB: (119,138,111)

Color info

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

RGB color model

#778A6F color RGB value is (119,138,111).

  • red value is 119;
  • green value is 138;
  • blue value is 111.
RGB:
(119,138,111)
(47%,54%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 111 of 255 = 44%

119
138
111

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

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 111 = 368 (100%)
R 119 of 368 ~ 32.34%
G 138 of 368 ~ 37.5%
B 111 of 368 ~ 30.16%

%32.34
%37.5
%30.16

CMYK color model

#778A6F color CMYK value is (14,0,20,46).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK:
(14,0,20,46)
C14M0Y20K46 
(14%,0%,20%,46%)
(0.14/0.00/0.20/0.46)	

CMYK percentages

%13.77
%0
%19.57
%45.88

Codes

Color #778A6F in popluar color models

778A6F
RGB119138111
HSL102°10.84%48.82%
HSB/HSV102°19.57%54.12%
CMYK13.77%0.00%19.57%
45.88%

Color #778A6F in popluar number systems.

HEX778A6F
Decimal119138111
Binary1110111100010101101111
Octal167212157

Shades and tints

Shades of #778A6F

#778A6F
(119,138,111)
#6D7E65
(109,126,101)
#63725B
(99,114,91)
#596651
(89,102,81)
#4F5A47
(79,90,71)
#454E3D
(69,78,61)
#3B4233
(59,66,51)
#313629
(49,54,41)
#272A1F
(39,42,31)
#1D1E15
(29,30,21)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #778A6F

#778A6F
(119,138,111)
#83947C
(131,148,124)
#8F9E89
(143,158,137)
#9BA896
(155,168,150)
#A7B2A3
(167,178,163)
#B3BCB0
(179,188,176)
#BFC6BD
(191,198,189)
#CBD0CA
(203,208,202)
#D7DAD7
(215,218,215)
#E3E4E4
(227,228,228)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778A6F color. Also use rgb(119,138,111) instead hex code.

Text Font Color

.myTextColor { color: #778A6F; }

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

This text font color is #778A6F.


Background Color

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

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

This div background color is #778A6F.


Border color

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

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

This div border color is #778A6F.


Opacity

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

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

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

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

This text has shadow with #778A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778A6F on black background.


Color preview on white background

This text has color #778A6F on white background.



Black color preview on #778A6F background

This text has black color on #778A6F background.


White color preview on #778A6F background

This text has white color on #778A6F background.