COLOR #77908C

HEX: #77908C
RGB: (119,144,140)

Color info

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

RGB color model

#77908C color RGB value is (119,144,140).

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

RGB channels and saturation

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

119
144
140

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

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 140 = 403 (100%)
R 119 of 403 ~ 29.53%
G 144 of 403 ~ 35.73%
B 140 of 403 ~ 34.74%

%29.53
%35.73
%34.74

CMYK color model

#77908C color CMYK value is (17,0,3,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 43.53%
CMYK:
(17,0,3,44)
C17M0Y3K44 
(17%,0%,3%,44%)
(0.17/0.00/0.03/0.44)	

CMYK percentages

%17.36
%0
%2.78
%43.53

Codes

Color #77908C in popluar color models

77908C
RGB119144140
HSL170°10.12%51.57%
HSB/HSV170°17.36%56.47%
CMYK17.36%0.00%2.78%
43.53%

Color #77908C in popluar number systems.

HEX77908C
Decimal119144140
Binary11101111001000010001100
Octal167220214

Shades and tints

Shades of #77908C

#77908C
(119,144,140)
#6D8380
(109,131,128)
#637674
(99,118,116)
#596968
(89,105,104)
#4F5C5C
(79,92,92)
#454F50
(69,79,80)
#3B4244
(59,66,68)
#313538
(49,53,56)
#27282C
(39,40,44)
#1D1B20
(29,27,32)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #77908C

#77908C
(119,144,140)
#839A96
(131,154,150)
#8FA4A0
(143,164,160)
#9BAEAA
(155,174,170)
#A7B8B4
(167,184,180)
#B3C2BE
(179,194,190)
#BFCCC8
(191,204,200)
#CBD6D2
(203,214,210)
#D7E0DC
(215,224,220)
#E3EAE6
(227,234,230)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77908C; }

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

This text font color is #77908C.


Background Color

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

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

This div background color is #77908C.


Border color

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

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

This div border color is #77908C.


Opacity

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

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

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

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

This text has shadow with #77908C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77908C on black background.


Color preview on white background

This text has color #77908C on white background.



Black color preview on #77908C background

This text has black color on #77908C background.


White color preview on #77908C background

This text has white color on #77908C background.