COLOR #77818C

HEX: #77818C RGB: (119,129,140)

Color info

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

RGB color model

#77818C color RGB value is (119,129,140).

RGB: (119,129,140) (47%, 51%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 129 of 255 = 51%
B 140 of 255 = 55%

119
129
140

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

Portions of RGB colors in percentages

R + G + B = 119 + 129 + 140 = 388 (100%)
R 119 of 388 ~ 30.67%
G 129 of 388 ~ 33.25%
B 140 of 388 ~ 36.08'%

%30.67
%33.25
%36.08

CMYK color model

#77818C color CMYK value is (15,8,0,45).

  • cyan value is 15.00%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (15,8,0,45)
C15M8Y0K45 (15%, 8%, 0%, 45%)
(0.15 / 0.08 / 0.00 / 0.45)

CMYK percentages

%15
%7.86
%0
%45.1

Codes

Color #77818C in popluar color models

77 81 8C
RGB 119 129 140
HSL 211° 8.37% 50.78%
HSB/HSV 211° 15.00% 54.90%
CMYK 15.00% 7.86% 0.00%
45.10%

Color #77818C in popluar number systems.

HEX 77 81 8C
Decimal 119 129 140
Binary 1110111 10000001 10001100
Octal 167 201 214

Shades and tints

Shades of #77818C

#77818C
(119,129,140)
#6D7680
(109,118,128)
#636B74
(99,107,116)
#596068
(89,96,104)
#4F555C
(79,85,92)
#454A50
(69,74,80)
#3B3F44
(59,63,68)
#313438
(49,52,56)
#27292C
(39,41,44)
#1D1E20
(29,30,32)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #77818C

#77818C
(119,129,140)
#838C96
(131,140,150)
#8F97A0
(143,151,160)
#9BA2AA
(155,162,170)
#A7ADB4
(167,173,180)
#B3B8BE
(179,184,190)
#BFC3C8
(191,195,200)
#CBCED2
(203,206,210)
#D7D9DC
(215,217,220)
#E3E4E6
(227,228,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77818C; }

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

This text font color is #77818C.

Background Color

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

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

This div background color is #77818C.

Border color

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

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

This div border color is #77818C.

Opacity

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

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

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

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

This text has shadow with #77818C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77818C.

Preview

Color preview on black background

This text has color #77818C on black background.


Color preview on white background

This text has color #77818C on white background.


Black color preview on #77818C background

This text has black color on #77818C background.


White color preview on #77818C background

This text has white color on #77818C background.


Related colors

Complementary color

Complementary color for #hex is #887E73.


I love getcolorcode.com

Triadic colors

1 #8C7781 and #818C77 with #77818C are triadic colors.

2 #8C8177 and #81778C with #77818C are triadic colors.