COLOR #779284

HEX: #779284
RGB: (119,146,132)

Color info

#779284 contains red, green and blue colors in about the same proportion. Web safe color of #779284 is #669999 (or #699).

RGB color model

#779284 color RGB value is (119,146,132).

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

RGB channels and saturation

R 119 of 255 = 47%
G 146 of 255 = 57%
B 132 of 255 = 52%

119
146
132

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

Portions of RGB colors in percentages

R + G + B =
119 + 146 + 132 = 397 (100%)
R 119 of 397 ~ 29.97%
G 146 of 397 ~ 36.78%
B 132 of 397 ~ 33.25%

%29.97
%36.78
%33.25

CMYK color model

#779284 color CMYK value is (18,0,10,43).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 42.75%
CMYK:
(18,0,10,43)
C18M0Y10K43 
(18%,0%,10%,43%)
(0.18/0.00/0.10/0.43)	

CMYK percentages

%18.49
%0
%9.59
%42.75

Codes

Color #779284 in popluar color models

779284
RGB119146132
HSL149°11.02%51.96%
HSB/HSV149°18.49%57.25%
CMYK18.49%0.00%9.59%
42.75%

Color #779284 in popluar number systems.

HEX779284
Decimal119146132
Binary11101111001001010000100
Octal167222204

Shades and tints

Shades of #779284

#779284
(119,146,132)
#6D8578
(109,133,120)
#63786C
(99,120,108)
#596B60
(89,107,96)
#4F5E54
(79,94,84)
#455148
(69,81,72)
#3B443C
(59,68,60)
#313730
(49,55,48)
#272A24
(39,42,36)
#1D1D18
(29,29,24)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #779284

#779284
(119,146,132)
#839B8F
(131,155,143)
#8FA49A
(143,164,154)
#9BADA5
(155,173,165)
#A7B6B0
(167,182,176)
#B3BFBB
(179,191,187)
#BFC8C6
(191,200,198)
#CBD1D1
(203,209,209)
#D7DADC
(215,218,220)
#E3E3E7
(227,227,231)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779284; }

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

This text font color is #779284.


Background Color

.myBgColor { background-color: #779284; }

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

This div background color is #779284.


Border color

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

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

This div border color is #779284.


Opacity

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

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

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

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

This text has shadow with #779284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779284 on black background.


Color preview on white background

This text has color #779284 on white background.



Black color preview on #779284 background

This text has black color on #779284 background.


White color preview on #779284 background

This text has white color on #779284 background.