COLOR #77858E

HEX: #77858E RGB: (119,133,142)

Color info

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

RGB color model

#77858E color RGB value is (119,133,142).

RGB: (119,133,142) (47%, 52%, 56%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 142 of 255 = 56%

119
133
142

R + G + B ~ 52%. #77858E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 133 + 142 = 394 (100%)
R 119 of 394 ~ 30.2%
G 133 of 394 ~ 33.76%
B 142 of 394 ~ 36.04'%

%30.2
%33.76
%36.04

CMYK color model

#77858E color CMYK value is (16,6,0,44).

  • cyan value is 16.20%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (16,6,0,44)
C16M6Y0K44 (16%, 6%, 0%, 44%)
(0.16 / 0.06 / 0.00 / 0.44)

CMYK percentages

%16.2
%6.34
%0
%44.31

Codes

Color #77858E in popluar color models

77 85 8E
RGB 119 133 142
HSL 203° 9.24% 51.18%
HSB/HSV 203° 16.20% 55.69%
CMYK 16.20% 6.34% 0.00%
44.31%

Color #77858E in popluar number systems.

HEX 77 85 8E
Decimal 119 133 142
Binary 1110111 10000101 10001110
Octal 167 205 216

Shades and tints

Shades of #77858E

#77858E
(119,133,142)
#6D7982
(109,121,130)
#636D76
(99,109,118)
#59616A
(89,97,106)
#4F555E
(79,85,94)
#454952
(69,73,82)
#3B3D46
(59,61,70)
#31313A
(49,49,58)
#27252E
(39,37,46)
#1D1922
(29,25,34)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #77858E

#77858E
(119,133,142)
#839098
(131,144,152)
#8F9BA2
(143,155,162)
#9BA6AC
(155,166,172)
#A7B1B6
(167,177,182)
#B3BCC0
(179,188,192)
#BFC7CA
(191,199,202)
#CBD2D4
(203,210,212)
#D7DDDE
(215,221,222)
#E3E8E8
(227,232,232)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77858E color. Also use rgb(119,133,142) instead hex code.

Text Font Color

.myTextColor { color: #77858E; }

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

This text font color is #77858E.

Background Color

.myBgColor { background-color: #77858E; }

<div style="background-color:#77858E">Inner text</div>

This div background color is #77858E.

Border color

.myBorderColor { border: 1px solid #77858E; }

<div style="border:3px solid #77858E">Div</div>

This div border color is #77858E.

Opacity

.myOpacity80 { color: #77858E; opacity: 0.8; }

<p style="color:#77858E;opacity:0.8;">80%</p>

Text with #77858E 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 #77858E;}

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

This text has shadow with #77858E color.


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

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

This text has shadow with #77858E primary color and red secondary color.


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

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

This text has shadow with #77858E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77858E.

Preview

Color preview on black background

This text has color #77858E on black background.


Color preview on white background

This text has color #77858E on white background.


Black color preview on #77858E background

This text has black color on #77858E background.


White color preview on #77858E background

This text has white color on #77858E background.


Related colors

Complementary color

Complementary color for #hex is #887A71.


I love getcolorcode.com

Triadic colors

1 #8E7785 and #858E77 with #77858E are triadic colors.

2 #8E8577 and #85778E with #77858E are triadic colors.