COLOR #8D7750

HEX: #8D7750 RGB: (141,119,80)

Color info

#8D7750 contains mainly red and green colors. Web safe color of #8D7750 is #996666 (or #966).

RGB color model

#8D7750 color RGB value is (141,119,80).

RGB: (141,119,80) (55%, 47%, 31%)

RGB channels and saturation

R 141 of 255 = 55%
G 119 of 255 = 47%
B 80 of 255 = 31%

141
119
80

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

Portions of RGB colors in percentages

R + G + B = 141 + 119 + 80 = 340 (100%)
R 141 of 340 ~ 41.47%
G 119 of 340 ~ 35%
B 80 of 340 ~ 23.53'%

%41.47
%35
%23.53

CMYK color model

#8D7750 color CMYK value is (0,16,43,45).

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

CMYK: (0,16,43,45)
C0M16Y43K45 (0%, 16%, 43%, 45%)
(0.00 / 0.16 / 0.43 / 0.45)

CMYK percentages

%0
%15.6
%43.26
%44.71

Codes

Color #8D7750 in popluar color models

8D 77 50
RGB 141 119 80
HSL 38° 27.60% 43.33%
HSB/HSV 38° 43.26% 55.29%
CMYK 0.00% 15.60% 43.26%
44.71%

Color #8D7750 in popluar number systems.

HEX 8D 77 50
Decimal 141 119 80
Binary 10001101 1110111 1010000
Octal 215 167 120

Shades and tints

Shades of #8D7750

#8D7750
(141,119,80)
#816D49
(129,109,73)
#756342
(117,99,66)
#69593B
(105,89,59)
#5D4F34
(93,79,52)
#51452D
(81,69,45)
#453B26
(69,59,38)
#39311F
(57,49,31)
#2D2718
(45,39,24)
#211D11
(33,29,17)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #8D7750

#8D7750
(141,119,80)
#97835F
(151,131,95)
#A18F6E
(161,143,110)
#AB9B7D
(171,155,125)
#B5A78C
(181,167,140)
#BFB39B
(191,179,155)
#C9BFAA
(201,191,170)
#D3CBB9
(211,203,185)
#DDD7C8
(221,215,200)
#E7E3D7
(231,227,215)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7750; }

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

This text font color is #8D7750.

Background Color

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

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

This div background color is #8D7750.

Border color

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

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

This div border color is #8D7750.

Opacity

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

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

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

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

This text has shadow with #8D7750 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7750.

Preview

Color preview on black background

This text has color #8D7750 on black background.


Color preview on white background

This text has color #8D7750 on white background.


Black color preview on #8D7750 background

This text has black color on #8D7750 background.


White color preview on #8D7750 background

This text has white color on #8D7750 background.


Related colors

Complementary color

Complementary color for #hex is #7288AF.


I love getcolorcode.com

Triadic colors

1 #508D77 and #77508D with #8D7750 are triadic colors.

2 #50778D and #778D50 with #8D7750 are triadic colors.