COLOR #77858D

HEX: #77858D RGB: (119,133,141)

Color info

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

RGB color model

#77858D color RGB value is (119,133,141).

RGB: (119,133,141) (47%, 52%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 141 of 255 = 55%

119
133
141

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

Portions of RGB colors in percentages

R + G + B = 119 + 133 + 141 = 393 (100%)
R 119 of 393 ~ 30.28%
G 133 of 393 ~ 33.84%
B 141 of 393 ~ 35.88'%

%30.28
%33.84
%35.88

CMYK color model

#77858D color CMYK value is (16,6,0,45).

  • cyan value is 15.60%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (16,6,0,45)
C16M6Y0K45 (16%, 6%, 0%, 45%)
(0.16 / 0.06 / 0.00 / 0.45)

CMYK percentages

%15.6
%5.67
%0
%44.71

Codes

Color #77858D in popluar color models

77 85 8D
RGB 119 133 141
HSL 202° 8.80% 50.98%
HSB/HSV 202° 15.60% 55.29%
CMYK 15.60% 5.67% 0.00%
44.71%

Color #77858D in popluar number systems.

HEX 77 85 8D
Decimal 119 133 141
Binary 1110111 10000101 10001101
Octal 167 205 215

Shades and tints

Shades of #77858D

#77858D
(119,133,141)
#6D7981
(109,121,129)
#636D75
(99,109,117)
#596169
(89,97,105)
#4F555D
(79,85,93)
#454951
(69,73,81)
#3B3D45
(59,61,69)
#313139
(49,49,57)
#27252D
(39,37,45)
#1D1921
(29,25,33)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #77858D

#77858D
(119,133,141)
#839097
(131,144,151)
#8F9BA1
(143,155,161)
#9BA6AB
(155,166,171)
#A7B1B5
(167,177,181)
#B3BCBF
(179,188,191)
#BFC7C9
(191,199,201)
#CBD2D3
(203,210,211)
#D7DDDD
(215,221,221)
#E3E8E7
(227,232,231)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77858D; }

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

This text font color is #77858D.

Background Color

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

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

This div background color is #77858D.

Border color

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

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

This div border color is #77858D.

Opacity

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

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

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

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

This text has shadow with #77858D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77858D.

Preview

Color preview on black background

This text has color #77858D on black background.


Color preview on white background

This text has color #77858D on white background.


Black color preview on #77858D background

This text has black color on #77858D background.


White color preview on #77858D background

This text has white color on #77858D background.


Related colors

Complementary color

Complementary color for #hex is #887A72.


I love getcolorcode.com

Triadic colors

1 #8D7785 and #858D77 with #77858D are triadic colors.

2 #8D8577 and #85778D with #77858D are triadic colors.