COLOR #779583

HEX: #779583
RGB: (119,149,131)

Color info

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

RGB color model

#779583 color RGB value is (119,149,131).

  • red value is 119;
  • green value is 149;
  • blue value is 131.
RGB:
(119,149,131)
(47%,58%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 149 of 255 = 58%
B 131 of 255 = 51%

119
149
131

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

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 131 = 399 (100%)
R 119 of 399 ~ 29.82%
G 149 of 399 ~ 37.34%
B 131 of 399 ~ 32.83%

%29.82
%37.34
%32.83

CMYK color model

#779583 color CMYK value is (20,0,12,42).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 12.08%
  • key color value is 41.57%
CMYK:
(20,0,12,42)
C20M0Y12K42 
(20%,0%,12%,42%)
(0.20/0.00/0.12/0.42)	

CMYK percentages

%20.13
%0
%12.08
%41.57

Codes

Color #779583 in popluar color models

779583
RGB119149131
HSL144°12.40%52.55%
HSB/HSV144°20.13%58.43%
CMYK20.13%0.00%12.08%
41.57%

Color #779583 in popluar number systems.

HEX779583
Decimal119149131
Binary11101111001010110000011
Octal167225203

Shades and tints

Shades of #779583

#779583
(119,149,131)
#6D8878
(109,136,120)
#637B6D
(99,123,109)
#596E62
(89,110,98)
#4F6157
(79,97,87)
#45544C
(69,84,76)
#3B4741
(59,71,65)
#313A36
(49,58,54)
#272D2B
(39,45,43)
#1D2020
(29,32,32)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #779583

#779583
(119,149,131)
#839E8E
(131,158,142)
#8FA799
(143,167,153)
#9BB0A4
(155,176,164)
#A7B9AF
(167,185,175)
#B3C2BA
(179,194,186)
#BFCBC5
(191,203,197)
#CBD4D0
(203,212,208)
#D7DDDB
(215,221,219)
#E3E6E6
(227,230,230)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779583; }

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

This text font color is #779583.


Background Color

.myBgColor { background-color: #779583; }

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

This div background color is #779583.


Border color

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

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

This div border color is #779583.


Opacity

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

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

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

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

This text has shadow with #779583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779583 on black background.


Color preview on white background

This text has color #779583 on white background.



Black color preview on #779583 background

This text has black color on #779583 background.


White color preview on #779583 background

This text has white color on #779583 background.