COLOR #779292

HEX: #779292 RGB: (119,146,146)

Color info

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

RGB color model

#779292 color RGB value is (119,146,146).

RGB: (119,146,146) (47%, 57%, 57%)

RGB channels and saturation

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

119
146
146

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

Portions of RGB colors in percentages

R + G + B = 119 + 146 + 146 = 411 (100%)
R 119 of 411 ~ 28.95%
G 146 of 411 ~ 35.52%
B 146 of 411 ~ 35.52'%

%28.95
%35.52
%35.52

CMYK color model

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

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (18,0,0,43)
C18M0Y0K43 (18%, 0%, 0%, 43%)
(0.18 / 0.00 / 0.00 / 0.43)

CMYK percentages

%18.49
%0
%0
%42.75

Codes

Color #779292 in popluar color models

77 92 92
RGB 119 146 146
HSL 180° 11.02% 51.96%
HSB/HSV 180° 18.49% 57.25%
CMYK 18.49% 0.00% 0.00%
42.75%

Color #779292 in popluar number systems.

HEX 77 92 92
Decimal 119 146 146
Binary 1110111 10010010 10010010
Octal 167 222 222

Shades and tints

Shades of #779292

#779292
(119,146,146)
#6D8585
(109,133,133)
#637878
(99,120,120)
#596B6B
(89,107,107)
#4F5E5E
(79,94,94)
#455151
(69,81,81)
#3B4444
(59,68,68)
#313737
(49,55,55)
#272A2A
(39,42,42)
#1D1D1D
(29,29,29)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #779292

#779292
(119,146,146)
#839B9B
(131,155,155)
#8FA4A4
(143,164,164)
#9BADAD
(155,173,173)
#A7B6B6
(167,182,182)
#B3BFBF
(179,191,191)
#BFC8C8
(191,200,200)
#CBD1D1
(203,209,209)
#D7DADA
(215,218,218)
#E3E3E3
(227,227,227)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779292; }

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

This text font color is #779292.

Background Color

.myBgColor { background-color: #779292; }

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

This div background color is #779292.

Border color

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

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

This div border color is #779292.

Opacity

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

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

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

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

This text has shadow with #779292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779292.

Preview

Color preview on black background

This text has color #779292 on black background.


Color preview on white background

This text has color #779292 on white background.


Black color preview on #779292 background

This text has black color on #779292 background.


White color preview on #779292 background

This text has white color on #779292 background.


Related colors

Complementary color

Complementary color for #hex is #886D6D.


I love getcolorcode.com