COLOR #77857E

HEX: #77857E RGB: (119,133,126)

Color info

#77857E contains red, green and blue colors in about the same proportion. Web safe color of #77857E is #669966 (or #696).

RGB color model

#77857E color RGB value is (119,133,126).

RGB: (119,133,126) (47%, 52%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 126 of 255 = 49%

119
133
126

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

Portions of RGB colors in percentages

R + G + B = 119 + 133 + 126 = 378 (100%)
R 119 of 378 ~ 31.48%
G 133 of 378 ~ 35.19%
B 126 of 378 ~ 33.33'%

%31.48
%35.19
%33.33

CMYK color model

#77857E color CMYK value is (11,0,5,48).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 47.84%

CMYK: (11,0,5,48)
C11M0Y5K48 (11%, 0%, 5%, 48%)
(0.11 / 0.00 / 0.05 / 0.48)

CMYK percentages

%10.53
%0
%5.26
%47.84

Codes

Color #77857E in popluar color models

77 85 7E
RGB 119 133 126
HSL 150° 5.56% 49.41%
HSB/HSV 150° 10.53% 52.16%
CMYK 10.53% 0.00% 5.26%
47.84%

Color #77857E in popluar number systems.

HEX 77 85 7E
Decimal 119 133 126
Binary 1110111 10000101 1111110
Octal 167 205 176

Shades and tints

Shades of #77857E

#77857E
(119,133,126)
#6D7973
(109,121,115)
#636D68
(99,109,104)
#59615D
(89,97,93)
#4F5552
(79,85,82)
#454947
(69,73,71)
#3B3D3C
(59,61,60)
#313131
(49,49,49)
#272526
(39,37,38)
#1D191B
(29,25,27)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #77857E

#77857E
(119,133,126)
#839089
(131,144,137)
#8F9B94
(143,155,148)
#9BA69F
(155,166,159)
#A7B1AA
(167,177,170)
#B3BCB5
(179,188,181)
#BFC7C0
(191,199,192)
#CBD2CB
(203,210,203)
#D7DDD6
(215,221,214)
#E3E8E1
(227,232,225)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77857E; }

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

This text font color is #77857E.

Background Color

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

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

This div background color is #77857E.

Border color

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

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

This div border color is #77857E.

Opacity

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

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

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

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

This text has shadow with #77857E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77857E.

Preview

Color preview on black background

This text has color #77857E on black background.


Color preview on white background

This text has color #77857E on white background.


Black color preview on #77857E background

This text has black color on #77857E background.


White color preview on #77857E background

This text has white color on #77857E background.


Related colors

Complementary color

Complementary color for #hex is #887A81.


I love getcolorcode.com

Triadic colors

1 #7E7785 and #857E77 with #77857E are triadic colors.

2 #7E8577 and #85777E with #77857E are triadic colors.