COLOR #779595

HEX: #779595 RGB: (119,149,149)

Color info

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

RGB color model

#779595 color RGB value is (119,149,149).

RGB: (119,149,149) (47%, 58%, 58%)

RGB channels and saturation

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

119
149
149

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

Portions of RGB colors in percentages

R + G + B = 119 + 149 + 149 = 417 (100%)
R 119 of 417 ~ 28.54%
G 149 of 417 ~ 35.73%
B 149 of 417 ~ 35.73'%

%28.54
%35.73
%35.73

CMYK color model

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

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

CMYK percentages

%20.13
%0
%0
%41.57

Codes

Color #779595 in popluar color models

77 95 95
RGB 119 149 149
HSL 180° 12.40% 52.55%
HSB/HSV 180° 20.13% 58.43%
CMYK 20.13% 0.00% 0.00%
41.57%

Color #779595 in popluar number systems.

HEX 77 95 95
Decimal 119 149 149
Binary 1110111 10010101 10010101
Octal 167 225 225

Shades and tints

Shades of #779595

#779595
(119,149,149)
#6D8888
(109,136,136)
#637B7B
(99,123,123)
#596E6E
(89,110,110)
#4F6161
(79,97,97)
#455454
(69,84,84)
#3B4747
(59,71,71)
#313A3A
(49,58,58)
#272D2D
(39,45,45)
#1D2020
(29,32,32)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #779595

#779595
(119,149,149)
#839E9E
(131,158,158)
#8FA7A7
(143,167,167)
#9BB0B0
(155,176,176)
#A7B9B9
(167,185,185)
#B3C2C2
(179,194,194)
#BFCBCB
(191,203,203)
#CBD4D4
(203,212,212)
#D7DDDD
(215,221,221)
#E3E6E6
(227,230,230)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779595; }

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

This text font color is #779595.

Background Color

.myBgColor { background-color: #779595; }

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

This div background color is #779595.

Border color

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

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

This div border color is #779595.

Opacity

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

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

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

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

This text has shadow with #779595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779595.

Preview

Color preview on black background

This text has color #779595 on black background.


Color preview on white background

This text has color #779595 on white background.


Black color preview on #779595 background

This text has black color on #779595 background.


White color preview on #779595 background

This text has white color on #779595 background.


Related colors

Complementary color

Complementary color for #hex is #886A6A.


I love getcolorcode.com