COLOR #778A66

HEX: #778A66
RGB: (119,138,102)

Color info

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

RGB color model

#778A66 color RGB value is (119,138,102).

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

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 102 of 255 = 40%

119
138
102

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

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 102 = 359 (100%)
R 119 of 359 ~ 33.15%
G 138 of 359 ~ 38.44%
B 102 of 359 ~ 28.41%

%33.15
%38.44
%28.41

CMYK color model

#778A66 color CMYK value is (14,0,26,46).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 45.88%
CMYK:
(14,0,26,46)
C14M0Y26K46 
(14%,0%,26%,46%)
(0.14/0.00/0.26/0.46)	

CMYK percentages

%13.77
%0
%26.09
%45.88

Codes

Color #778A66 in popluar color models

778A66
RGB119138102
HSL92°15.00%47.06%
HSB/HSV92°26.09%54.12%
CMYK13.77%0.00%26.09%
45.88%

Color #778A66 in popluar number systems.

HEX778A66
Decimal119138102
Binary1110111100010101100110
Octal167212146

Shades and tints

Shades of #778A66

#778A66
(119,138,102)
#6D7E5D
(109,126,93)
#637254
(99,114,84)
#59664B
(89,102,75)
#4F5A42
(79,90,66)
#454E39
(69,78,57)
#3B4230
(59,66,48)
#313627
(49,54,39)
#272A1E
(39,42,30)
#1D1E15
(29,30,21)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #778A66

#778A66
(119,138,102)
#839473
(131,148,115)
#8F9E80
(143,158,128)
#9BA88D
(155,168,141)
#A7B29A
(167,178,154)
#B3BCA7
(179,188,167)
#BFC6B4
(191,198,180)
#CBD0C1
(203,208,193)
#D7DACE
(215,218,206)
#E3E4DB
(227,228,219)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778A66; }

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

This text font color is #778A66.


Background Color

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

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

This div background color is #778A66.


Border color

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

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

This div border color is #778A66.


Opacity

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

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

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

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

This text has shadow with #778A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778A66 on black background.


Color preview on white background

This text has color #778A66 on white background.



Black color preview on #778A66 background

This text has black color on #778A66 background.


White color preview on #778A66 background

This text has white color on #778A66 background.