COLOR #779280

HEX: #779280
RGB: (119,146,128)

Color info

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

RGB color model

#779280 color RGB value is (119,146,128).

  • red value is 119;
  • green value is 146;
  • blue value is 128.
RGB:
(119,146,128)
(47%,57%,50%)

RGB channels and saturation

R 119 of 255 = 47%
G 146 of 255 = 57%
B 128 of 255 = 50%

119
146
128

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

Portions of RGB colors in percentages

R + G + B =
119 + 146 + 128 = 393 (100%)
R 119 of 393 ~ 30.28%
G 146 of 393 ~ 37.15%
B 128 of 393 ~ 32.57%

%30.28
%37.15
%32.57

CMYK color model

#779280 color CMYK value is (18,0,12,43).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 42.75%
CMYK:
(18,0,12,43)
C18M0Y12K43 
(18%,0%,12%,43%)
(0.18/0.00/0.12/0.43)	

CMYK percentages

%18.49
%0
%12.33
%42.75

Codes

Color #779280 in popluar color models

779280
RGB119146128
HSL140°11.02%51.96%
HSB/HSV140°18.49%57.25%
CMYK18.49%0.00%12.33%
42.75%

Color #779280 in popluar number systems.

HEX779280
Decimal119146128
Binary11101111001001010000000
Octal167222200

Shades and tints

Shades of #779280

#779280
(119,146,128)
#6D8575
(109,133,117)
#63786A
(99,120,106)
#596B5F
(89,107,95)
#4F5E54
(79,94,84)
#455149
(69,81,73)
#3B443E
(59,68,62)
#313733
(49,55,51)
#272A28
(39,42,40)
#1D1D1D
(29,29,29)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #779280

#779280
(119,146,128)
#839B8B
(131,155,139)
#8FA496
(143,164,150)
#9BADA1
(155,173,161)
#A7B6AC
(167,182,172)
#B3BFB7
(179,191,183)
#BFC8C2
(191,200,194)
#CBD1CD
(203,209,205)
#D7DAD8
(215,218,216)
#E3E3E3
(227,227,227)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779280 color. Also use rgb(119,146,128) instead hex code.

Text Font Color

.myTextColor { color: #779280; }

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

This text font color is #779280.


Background Color

.myBgColor { background-color: #779280; }

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

This div background color is #779280.


Border color

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

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

This div border color is #779280.


Opacity

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

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

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

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

This text has shadow with #779280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779280 on black background.


Color preview on white background

This text has color #779280 on white background.



Black color preview on #779280 background

This text has black color on #779280 background.


White color preview on #779280 background

This text has white color on #779280 background.