COLOR #779892

HEX: #779892
RGB: (119,152,146)

Color info

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

RGB color model

#779892 color RGB value is (119,152,146).

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

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 146 of 255 = 57%

119
152
146

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

Portions of RGB colors in percentages

R + G + B =
119 + 152 + 146 = 417 (100%)
R 119 of 417 ~ 28.54%
G 152 of 417 ~ 36.45%
B 146 of 417 ~ 35.01%

%28.54
%36.45
%35.01

CMYK color model

#779892 color CMYK value is (22,0,4,40).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(22,0,4,40)
C22M0Y4K40 
(22%,0%,4%,40%)
(0.22/0.00/0.04/0.40)	

CMYK percentages

%21.71
%0
%3.95
%40.39

Codes

Color #779892 in popluar color models

779892
RGB119152146
HSL169°13.81%53.14%
HSB/HSV169°21.71%59.61%
CMYK21.71%0.00%3.95%
40.39%

Color #779892 in popluar number systems.

HEX779892
Decimal119152146
Binary11101111001100010010010
Octal167230222

Shades and tints

Shades of #779892

#779892
(119,152,146)
#6D8B85
(109,139,133)
#637E78
(99,126,120)
#59716B
(89,113,107)
#4F645E
(79,100,94)
#455751
(69,87,81)
#3B4A44
(59,74,68)
#313D37
(49,61,55)
#27302A
(39,48,42)
#1D231D
(29,35,29)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #779892

#779892
(119,152,146)
#83A19B
(131,161,155)
#8FAAA4
(143,170,164)
#9BB3AD
(155,179,173)
#A7BCB6
(167,188,182)
#B3C5BF
(179,197,191)
#BFCEC8
(191,206,200)
#CBD7D1
(203,215,209)
#D7E0DA
(215,224,218)
#E3E9E3
(227,233,227)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779892; }

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

This text font color is #779892.


Background Color

.myBgColor { background-color: #779892; }

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

This div background color is #779892.


Border color

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

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

This div border color is #779892.


Opacity

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

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

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

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

This text has shadow with #779892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779892 on black background.


Color preview on white background

This text has color #779892 on white background.



Black color preview on #779892 background

This text has black color on #779892 background.


White color preview on #779892 background

This text has white color on #779892 background.