COLOR #8D777B

HEX: #8D777B RGB: (141,119,123)

Color info

#8D777B contains red, green and blue colors in about the same proportion. Web safe color of #8D777B is #996666 (or #966).

RGB color model

#8D777B color RGB value is (141,119,123).

RGB: (141,119,123) (55%, 47%, 48%)

RGB channels and saturation

R 141 of 255 = 55%
G 119 of 255 = 47%
B 123 of 255 = 48%

141
119
123

R + G + B ~ 50%. #8D777B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 119 + 123 = 383 (100%)
R 141 of 383 ~ 36.81%
G 119 of 383 ~ 31.07%
B 123 of 383 ~ 32.11'%

%36.81
%31.07
%32.11

CMYK color model

#8D777B color CMYK value is (0,16,13,45).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 12.77%
  • key color value is 44.71%
CMYK: (0,16,13,45) C0M16Y13K45 (0%,16%,13%,45%) (0.00/0.16/0.13/0.45) 

CMYK percentages

%0
%15.6
%12.77
%44.71

Codes

Color #8D777B in popluar color models

8D 77 7B
RGB 141 119 123
HSL 349° 8.80% 50.98%
HSB/HSV 349° 15.60% 55.29%
CMYK 0.00% 15.60% 12.77%
44.71%

Color #8D777B in popluar number systems.

HEX 8D 77 7B
Decimal 141 119 123
Binary 10001101 1110111 1111011
Octal 215 167 173

Shades and tints

Shades of #8D777B

#8D777B
(141,119,123)
#816D70
(129,109,112)
#756365
(117,99,101)
#69595A
(105,89,90)
#5D4F4F
(93,79,79)
#514544
(81,69,68)
#453B39
(69,59,57)
#39312E
(57,49,46)
#2D2723
(45,39,35)
#211D18
(33,29,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #8D777B

#8D777B
(141,119,123)
#978387
(151,131,135)
#A18F93
(161,143,147)
#AB9B9F
(171,155,159)
#B5A7AB
(181,167,171)
#BFB3B7
(191,179,183)
#C9BFC3
(201,191,195)
#D3CBCF
(211,203,207)
#DDD7DB
(221,215,219)
#E7E3E7
(231,227,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D777B color. Also use rgb(141,119,123) instead hex code.

Text Font Color

.myTextColor { color: #8D777B; }

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

This text font color is #8D777B.

Background Color

.myBgColor { background-color: #8D777B; }

<div style="background-color:#8D777B">Inner text</div>

This div background color is #8D777B.

Border color

.myBorderColor { border: 1px solid #8D777B; }

<div style="border:3px solid #8D777B">Div</div>

This div border color is #8D777B.

Opacity

.myOpacity80 { color: #8D777B; opacity: 0.8; }

<p style="color:#8D777B;opacity:0.8;">80%</p>

Text with #8D777B 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 #8D777B;}

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

This text has shadow with #8D777B color.


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

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

This text has shadow with #8D777B primary color and red secondary color.


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

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

This text has shadow with #8D777B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D777B.

Preview

Color preview on black background

This text has color #8D777B on black background.


Color preview on white background

This text has color #8D777B on white background.


Black color preview on #8D777B background

This text has black color on #8D777B background.


White color preview on #8D777B background

This text has white color on #8D777B background.


Related colors

Complementary color

Complementary color for #hex is #728884.


I love getcolorcode.com

Triadic colors

1 #7B8D77 and #777B8D with #8D777B are triadic colors.

2 #7B778D and #778D7B with #8D777B are triadic colors.