COLOR #77999B

HEX: #77999B
RGB: (119,153,155)

Color info

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

RGB color model

#77999B color RGB value is (119,153,155).

  • red value is 119;
  • green value is 153;
  • blue value is 155.
RGB:
(119,153,155)
(47%,60%,61%)

RGB channels and saturation

R 119 of 255 = 47%
G 153 of 255 = 60%
B 155 of 255 = 61%

119
153
155

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

Portions of RGB colors in percentages

R + G + B =
119 + 153 + 155 = 427 (100%)
R 119 of 427 ~ 27.87%
G 153 of 427 ~ 35.83%
B 155 of 427 ~ 36.3%

%27.87
%35.83
%36.3

CMYK color model

#77999B color CMYK value is (23,1,0,39).

  • cyan value is 23.23%
  • magenta value is 1.29%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(23,1,0,39)
C23M1Y0K39 
(23%,1%,0%,39%)
(0.23/0.01/0.00/0.39)	

CMYK percentages

%23.23
%1.29
%0
%39.22

Codes

Color #77999B in popluar color models

77999B
RGB119153155
HSL183°15.25%53.73%
HSB/HSV183°23.23%60.78%
CMYK23.23%1.29%0.00%
39.22%

Color #77999B in popluar number systems.

HEX77999B
Decimal119153155
Binary11101111001100110011011
Octal167231233

Shades and tints

Shades of #77999B

#77999B
(119,153,155)
#6D8C8D
(109,140,141)
#637F7F
(99,127,127)
#597271
(89,114,113)
#4F6563
(79,101,99)
#455855
(69,88,85)
#3B4B47
(59,75,71)
#313E39
(49,62,57)
#27312B
(39,49,43)
#1D241D
(29,36,29)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #77999B

#77999B
(119,153,155)
#83A2A4
(131,162,164)
#8FABAD
(143,171,173)
#9BB4B6
(155,180,182)
#A7BDBF
(167,189,191)
#B3C6C8
(179,198,200)
#BFCFD1
(191,207,209)
#CBD8DA
(203,216,218)
#D7E1E3
(215,225,227)
#E3EAEC
(227,234,236)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77999B color. Also use rgb(119,153,155) instead hex code.

Text Font Color

.myTextColor { color: #77999B; }

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

This text font color is #77999B.


Background Color

.myBgColor { background-color: #77999B; }

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

This div background color is #77999B.


Border color

.myBorderColor { border: 1px solid #77999B; }

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

This div border color is #77999B.


Opacity

.myOpacity80 { color: #77999B; opacity: 0.8; }

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

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

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

This text has shadow with #77999B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77999B on black background.


Color preview on white background

This text has color #77999B on white background.



Black color preview on #77999B background

This text has black color on #77999B background.


White color preview on #77999B background

This text has white color on #77999B background.