COLOR #77908D

HEX: #77908D
RGB: (119,144,141)

Color info

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

RGB color model

#77908D color RGB value is (119,144,141).

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

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 141 of 255 = 55%

119
144
141

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

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 141 = 404 (100%)
R 119 of 404 ~ 29.46%
G 144 of 404 ~ 35.64%
B 141 of 404 ~ 34.9%

%29.46
%35.64
%34.9

CMYK color model

#77908D color CMYK value is (17,0,2,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK:
(17,0,2,44)
C17M0Y2K44 
(17%,0%,2%,44%)
(0.17/0.00/0.02/0.44)	

CMYK percentages

%17.36
%0
%2.08
%43.53

Codes

Color #77908D in popluar color models

77908D
RGB119144141
HSL173°10.12%51.57%
HSB/HSV173°17.36%56.47%
CMYK17.36%0.00%2.08%
43.53%

Color #77908D in popluar number systems.

HEX77908D
Decimal119144141
Binary11101111001000010001101
Octal167220215

Shades and tints

Shades of #77908D

#77908D
(119,144,141)
#6D8381
(109,131,129)
#637675
(99,118,117)
#596969
(89,105,105)
#4F5C5D
(79,92,93)
#454F51
(69,79,81)
#3B4245
(59,66,69)
#313539
(49,53,57)
#27282D
(39,40,45)
#1D1B21
(29,27,33)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #77908D

#77908D
(119,144,141)
#839A97
(131,154,151)
#8FA4A1
(143,164,161)
#9BAEAB
(155,174,171)
#A7B8B5
(167,184,181)
#B3C2BF
(179,194,191)
#BFCCC9
(191,204,201)
#CBD6D3
(203,214,211)
#D7E0DD
(215,224,221)
#E3EAE7
(227,234,231)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77908D; }

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

This text font color is #77908D.


Background Color

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

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

This div background color is #77908D.


Border color

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

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

This div border color is #77908D.


Opacity

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

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

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

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

This text has shadow with #77908D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77908D on black background.


Color preview on white background

This text has color #77908D on white background.



Black color preview on #77908D background

This text has black color on #77908D background.


White color preview on #77908D background

This text has white color on #77908D background.