COLOR #77958D

HEX: #77958D
RGB: (119,149,141)

Color info

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

RGB color model

#77958D color RGB value is (119,149,141).

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

RGB channels and saturation

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

119
149
141

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

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 141 = 409 (100%)
R 119 of 409 ~ 29.1%
G 149 of 409 ~ 36.43%
B 141 of 409 ~ 34.47%

%29.1
%36.43
%34.47

CMYK color model

#77958D color CMYK value is (20,0,5,42).

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

CMYK percentages

%20.13
%0
%5.37
%41.57

Codes

Color #77958D in popluar color models

77958D
RGB119149141
HSL164°12.40%52.55%
HSB/HSV164°20.13%58.43%
CMYK20.13%0.00%5.37%
41.57%

Color #77958D in popluar number systems.

HEX77958D
Decimal119149141
Binary11101111001010110001101
Octal167225215

Shades and tints

Shades of #77958D

#77958D
(119,149,141)
#6D8881
(109,136,129)
#637B75
(99,123,117)
#596E69
(89,110,105)
#4F615D
(79,97,93)
#455451
(69,84,81)
#3B4745
(59,71,69)
#313A39
(49,58,57)
#272D2D
(39,45,45)
#1D2021
(29,32,33)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #77958D

#77958D
(119,149,141)
#839E97
(131,158,151)
#8FA7A1
(143,167,161)
#9BB0AB
(155,176,171)
#A7B9B5
(167,185,181)
#B3C2BF
(179,194,191)
#BFCBC9
(191,203,201)
#CBD4D3
(203,212,211)
#D7DDDD
(215,221,221)
#E3E6E7
(227,230,231)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77958D; }

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

This text font color is #77958D.


Background Color

.myBgColor { background-color: #77958D; }

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

This div background color is #77958D.


Border color

.myBorderColor { border: 1px solid #77958D; }

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

This div border color is #77958D.


Opacity

.myOpacity80 { color: #77958D; opacity: 0.8; }

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

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

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

This text has shadow with #77958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77958D on black background.


Color preview on white background

This text has color #77958D on white background.



Black color preview on #77958D background

This text has black color on #77958D background.


White color preview on #77958D background

This text has white color on #77958D background.