COLOR #778279

HEX: #778279
RGB: (119,130,121)

Color info

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

RGB color model

#778279 color RGB value is (119,130,121).

  • red value is 119;
  • green value is 130;
  • blue value is 121.
RGB:
(119,130,121)
(47%,51%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 121 of 255 = 47%

119
130
121

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

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 121 = 370 (100%)
R 119 of 370 ~ 32.16%
G 130 of 370 ~ 35.14%
B 121 of 370 ~ 32.7%

%32.16
%35.14
%32.7

CMYK color model

#778279 color CMYK value is (8,0,7,49).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(8,0,7,49)
C8M0Y7K49 
(8%,0%,7%,49%)
(0.08/0.00/0.07/0.49)	

CMYK percentages

%8.46
%0
%6.92
%49.02

Codes

Color #778279 in popluar color models

778279
RGB119130121
HSL131°4.42%48.82%
HSB/HSV131°8.46%50.98%
CMYK8.46%0.00%6.92%
49.02%

Color #778279 in popluar number systems.

HEX778279
Decimal119130121
Binary1110111100000101111001
Octal167202171

Shades and tints

Shades of #778279

#778279
(119,130,121)
#6D776E
(109,119,110)
#636C63
(99,108,99)
#596158
(89,97,88)
#4F564D
(79,86,77)
#454B42
(69,75,66)
#3B4037
(59,64,55)
#31352C
(49,53,44)
#272A21
(39,42,33)
#1D1F16
(29,31,22)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #778279

#778279
(119,130,121)
#838D85
(131,141,133)
#8F9891
(143,152,145)
#9BA39D
(155,163,157)
#A7AEA9
(167,174,169)
#B3B9B5
(179,185,181)
#BFC4C1
(191,196,193)
#CBCFCD
(203,207,205)
#D7DAD9
(215,218,217)
#E3E5E5
(227,229,229)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778279 color. Also use rgb(119,130,121) instead hex code.

Text Font Color

.myTextColor { color: #778279; }

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

This text font color is #778279.


Background Color

.myBgColor { background-color: #778279; }

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

This div background color is #778279.


Border color

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

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

This div border color is #778279.


Opacity

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

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

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

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

This text has shadow with #778279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778279 on black background.


Color preview on white background

This text has color #778279 on white background.



Black color preview on #778279 background

This text has black color on #778279 background.


White color preview on #778279 background

This text has white color on #778279 background.