COLOR #779480

HEX: #779480
RGB: (119,148,128)

Color info

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

RGB color model

#779480 color RGB value is (119,148,128).

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

RGB channels and saturation

R 119 of 255 = 47%
G 148 of 255 = 58%
B 128 of 255 = 50%

119
148
128

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

Portions of RGB colors in percentages

R + G + B =
119 + 148 + 128 = 395 (100%)
R 119 of 395 ~ 30.13%
G 148 of 395 ~ 37.47%
B 128 of 395 ~ 32.41%

%30.13
%37.47
%32.41

CMYK color model

#779480 color CMYK value is (20,0,14,42).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 41.96%
CMYK:
(20,0,14,42)
C20M0Y14K42 
(20%,0%,14%,42%)
(0.20/0.00/0.14/0.42)	

CMYK percentages

%19.59
%0
%13.51
%41.96

Codes

Color #779480 in popluar color models

779480
RGB119148128
HSL139°11.93%52.35%
HSB/HSV139°19.59%58.04%
CMYK19.59%0.00%13.51%
41.96%

Color #779480 in popluar number systems.

HEX779480
Decimal119148128
Binary11101111001010010000000
Octal167224200

Shades and tints

Shades of #779480

#779480
(119,148,128)
#6D8775
(109,135,117)
#637A6A
(99,122,106)
#596D5F
(89,109,95)
#4F6054
(79,96,84)
#455349
(69,83,73)
#3B463E
(59,70,62)
#313933
(49,57,51)
#272C28
(39,44,40)
#1D1F1D
(29,31,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #779480

#779480
(119,148,128)
#839D8B
(131,157,139)
#8FA696
(143,166,150)
#9BAFA1
(155,175,161)
#A7B8AC
(167,184,172)
#B3C1B7
(179,193,183)
#BFCAC2
(191,202,194)
#CBD3CD
(203,211,205)
#D7DCD8
(215,220,216)
#E3E5E3
(227,229,227)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779480; }

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

This text font color is #779480.


Background Color

.myBgColor { background-color: #779480; }

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

This div background color is #779480.


Border color

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

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

This div border color is #779480.


Opacity

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

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

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

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

This text has shadow with #779480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779480 on black background.


Color preview on white background

This text has color #779480 on white background.



Black color preview on #779480 background

This text has black color on #779480 background.


White color preview on #779480 background

This text has white color on #779480 background.