COLOR #779885

HEX: #779885
RGB: (119,152,133)

Color info

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

RGB color model

#779885 color RGB value is (119,152,133).

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

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 133 of 255 = 52%

119
152
133

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

Portions of RGB colors in percentages

R + G + B =
119 + 152 + 133 = 404 (100%)
R 119 of 404 ~ 29.46%
G 152 of 404 ~ 37.62%
B 133 of 404 ~ 32.92%

%29.46
%37.62
%32.92

CMYK color model

#779885 color CMYK value is (22,0,13,40).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 40.39%
CMYK:
(22,0,13,40)
C22M0Y13K40 
(22%,0%,13%,40%)
(0.22/0.00/0.13/0.40)	

CMYK percentages

%21.71
%0
%12.5
%40.39

Codes

Color #779885 in popluar color models

779885
RGB119152133
HSL145°13.81%53.14%
HSB/HSV145°21.71%59.61%
CMYK21.71%0.00%12.50%
40.39%

Color #779885 in popluar number systems.

HEX779885
Decimal119152133
Binary11101111001100010000101
Octal167230205

Shades and tints

Shades of #779885

#779885
(119,152,133)
#6D8B79
(109,139,121)
#637E6D
(99,126,109)
#597161
(89,113,97)
#4F6455
(79,100,85)
#455749
(69,87,73)
#3B4A3D
(59,74,61)
#313D31
(49,61,49)
#273025
(39,48,37)
#1D2319
(29,35,25)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #779885

#779885
(119,152,133)
#83A190
(131,161,144)
#8FAA9B
(143,170,155)
#9BB3A6
(155,179,166)
#A7BCB1
(167,188,177)
#B3C5BC
(179,197,188)
#BFCEC7
(191,206,199)
#CBD7D2
(203,215,210)
#D7E0DD
(215,224,221)
#E3E9E8
(227,233,232)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779885; }

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

This text font color is #779885.


Background Color

.myBgColor { background-color: #779885; }

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

This div background color is #779885.


Border color

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

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

This div border color is #779885.


Opacity

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

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

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

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

This text has shadow with #779885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779885 on black background.


Color preview on white background

This text has color #779885 on white background.



Black color preview on #779885 background

This text has black color on #779885 background.


White color preview on #779885 background

This text has white color on #779885 background.