COLOR #77969B

HEX: #77969B
RGB: (119,150,155)

Color info

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

RGB color model

#77969B color RGB value is (119,150,155).

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

RGB channels and saturation

R 119 of 255 = 47%
G 150 of 255 = 59%
B 155 of 255 = 61%

119
150
155

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

Portions of RGB colors in percentages

R + G + B =
119 + 150 + 155 = 424 (100%)
R 119 of 424 ~ 28.07%
G 150 of 424 ~ 35.38%
B 155 of 424 ~ 36.56%

%28.07
%35.38
%36.56

CMYK color model

#77969B color CMYK value is (23,3,0,39).

  • cyan value is 23.23%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(23,3,0,39)
C23M3Y0K39 
(23%,3%,0%,39%)
(0.23/0.03/0.00/0.39)	

CMYK percentages

%23.23
%3.23
%0
%39.22

Codes

Color #77969B in popluar color models

77969B
RGB119150155
HSL188°15.25%53.73%
HSB/HSV188°23.23%60.78%
CMYK23.23%3.23%0.00%
39.22%

Color #77969B in popluar number systems.

HEX77969B
Decimal119150155
Binary11101111001011010011011
Octal167226233

Shades and tints

Shades of #77969B

#77969B
(119,150,155)
#6D898D
(109,137,141)
#637C7F
(99,124,127)
#596F71
(89,111,113)
#4F6263
(79,98,99)
#455555
(69,85,85)
#3B4847
(59,72,71)
#313B39
(49,59,57)
#272E2B
(39,46,43)
#1D211D
(29,33,29)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #77969B

#77969B
(119,150,155)
#839FA4
(131,159,164)
#8FA8AD
(143,168,173)
#9BB1B6
(155,177,182)
#A7BABF
(167,186,191)
#B3C3C8
(179,195,200)
#BFCCD1
(191,204,209)
#CBD5DA
(203,213,218)
#D7DEE3
(215,222,227)
#E3E7EC
(227,231,236)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77969B; }

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

This text font color is #77969B.


Background Color

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

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

This div background color is #77969B.


Border color

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

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

This div border color is #77969B.


Opacity

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

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

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

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

This text has shadow with #77969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77969B on black background.


Color preview on white background

This text has color #77969B on white background.



Black color preview on #77969B background

This text has black color on #77969B background.


White color preview on #77969B background

This text has white color on #77969B background.