COLOR #77999A

HEX: #77999A RGB: (119,153,154)

Color info

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

RGB color model

#77999A color RGB value is (119,153,154).

RGB: (119,153,154) (47%, 60%, 60%)

RGB channels and saturation

R 119 of 255 = 47%
G 153 of 255 = 60%
B 154 of 255 = 60%

119
153
154

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

Portions of RGB colors in percentages

R + G + B = 119 + 153 + 154 = 426 (100%)
R 119 of 426 ~ 27.93%
G 153 of 426 ~ 35.92%
B 154 of 426 ~ 36.15'%

%27.93
%35.92
%36.15

CMYK color model

#77999A color CMYK value is (23,1,0,40).

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

CMYK: (23,1,0,40)
C23M1Y0K40 (23%, 1%, 0%, 40%)
(0.23 / 0.01 / 0.00 / 0.40)

CMYK percentages

%22.73
%0.65
%0
%39.61

Codes

Color #77999A in popluar color models

77 99 9A
RGB 119 153 154
HSL 182° 14.77% 53.53%
HSB/HSV 182° 22.73% 60.39%
CMYK 22.73% 0.65% 0.00%
39.61%

Color #77999A in popluar number systems.

HEX 77 99 9A
Decimal 119 153 154
Binary 1110111 10011001 10011010
Octal 167 231 232

Shades and tints

Shades of #77999A

#77999A
(119,153,154)
#6D8C8C
(109,140,140)
#637F7E
(99,127,126)
#597270
(89,114,112)
#4F6562
(79,101,98)
#455854
(69,88,84)
#3B4B46
(59,75,70)
#313E38
(49,62,56)
#27312A
(39,49,42)
#1D241C
(29,36,28)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #77999A

#77999A
(119,153,154)
#83A2A3
(131,162,163)
#8FABAC
(143,171,172)
#9BB4B5
(155,180,181)
#A7BDBE
(167,189,190)
#B3C6C7
(179,198,199)
#BFCFD0
(191,207,208)
#CBD8D9
(203,216,217)
#D7E1E2
(215,225,226)
#E3EAEB
(227,234,235)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77999A; }

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

This text font color is #77999A.

Background Color

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

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

This div background color is #77999A.

Border color

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

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

This div border color is #77999A.

Opacity

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

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

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

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

This text has shadow with #77999A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77999A.

Preview

Color preview on black background

This text has color #77999A on black background.


Color preview on white background

This text has color #77999A on white background.


Black color preview on #77999A background

This text has black color on #77999A background.


White color preview on #77999A background

This text has white color on #77999A background.


Related colors

Complementary color

Complementary color for #hex is #886665.


I love getcolorcode.com

Triadic colors

1 #9A7799 and #999A77 with #77999A are triadic colors.

2 #9A9977 and #99779A with #77999A are triadic colors.