COLOR #77909A

HEX: #77909A RGB: (119,144,154)

Color info

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

RGB color model

#77909A color RGB value is (119,144,154).

RGB: (119,144,154) (47%, 56%, 60%)

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 154 of 255 = 60%

119
144
154

R + G + B ~ 54%. #77909A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 144 + 154 = 417 (100%)
R 119 of 417 ~ 28.54%
G 144 of 417 ~ 34.53%
B 154 of 417 ~ 36.93'%

%28.54
%34.53
%36.93

CMYK color model

#77909A color CMYK value is (23,6,0,40).

  • cyan value is 22.73%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (23,6,0,40)
C23M6Y0K40 (23%, 6%, 0%, 40%)
(0.23 / 0.06 / 0.00 / 0.40)

CMYK percentages

%22.73
%6.49
%0
%39.61

Codes

Color #77909A in popluar color models

77 90 9A
RGB 119 144 154
HSL 197° 14.77% 53.53%
HSB/HSV 197° 22.73% 60.39%
CMYK 22.73% 6.49% 0.00%
39.61%

Color #77909A in popluar number systems.

HEX 77 90 9A
Decimal 119 144 154
Binary 1110111 10010000 10011010
Octal 167 220 232

Shades and tints

Shades of #77909A

#77909A
(119,144,154)
#6D838C
(109,131,140)
#63767E
(99,118,126)
#596970
(89,105,112)
#4F5C62
(79,92,98)
#454F54
(69,79,84)
#3B4246
(59,66,70)
#313538
(49,53,56)
#27282A
(39,40,42)
#1D1B1C
(29,27,28)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #77909A

#77909A
(119,144,154)
#839AA3
(131,154,163)
#8FA4AC
(143,164,172)
#9BAEB5
(155,174,181)
#A7B8BE
(167,184,190)
#B3C2C7
(179,194,199)
#BFCCD0
(191,204,208)
#CBD6D9
(203,214,217)
#D7E0E2
(215,224,226)
#E3EAEB
(227,234,235)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77909A color. Also use rgb(119,144,154) instead hex code.

Text Font Color

.myTextColor { color: #77909A; }

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

This text font color is #77909A.

Background Color

.myBgColor { background-color: #77909A; }

<div style="background-color:#77909A">Inner text</div>

This div background color is #77909A.

Border color

.myBorderColor { border: 1px solid #77909A; }

<div style="border:3px solid #77909A">Div</div>

This div border color is #77909A.

Opacity

.myOpacity80 { color: #77909A; opacity: 0.8; }

<p style="color:#77909A;opacity:0.8;">80%</p>

Text with #77909A 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 #77909A;}

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

This text has shadow with #77909A color.


.textShadow {text-shadow: 3px 3px 1px #77909A', 3px 3px 1px red;}

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

This text has shadow with #77909A primary color and red secondary color.


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

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

This text has shadow with #77909A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77909A; -webkit-box-shadow: 1px 1px 3px 2px #77909A; box-shadow:1px 1px 3px 2px #77909A;">
Div content here
</div>

This div box has shadow with color #77909A.

Preview

Color preview on black background

This text has color #77909A on black background.


Color preview on white background

This text has color #77909A on white background.


Black color preview on #77909A background

This text has black color on #77909A background.


White color preview on #77909A background

This text has white color on #77909A background.


Related colors

Complementary color

Complementary color for #hex is #886F65.


I love getcolorcode.com

Triadic colors

1 #9A7790 and #909A77 with #77909A are triadic colors.

2 #9A9077 and #90779A with #77909A are triadic colors.