COLOR #8D7975

HEX: #8D7975 RGB: (141,121,117)

Color info

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

RGB color model

#8D7975 color RGB value is (141,121,117).

RGB: (141,121,117) (55%, 47%, 46%)

RGB channels and saturation

R 141 of 255 = 55%
G 121 of 255 = 47%
B 117 of 255 = 46%

141
121
117

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

Portions of RGB colors in percentages

R + G + B = 141 + 121 + 117 = 379 (100%)
R 141 of 379 ~ 37.2%
G 121 of 379 ~ 31.93%
B 117 of 379 ~ 30.87'%

%37.2
%31.93
%30.87

CMYK color model

#8D7975 color CMYK value is (0,14,17,45).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 17.02%
  • key color value is 44.71%

CMYK: (0,14,17,45)
C0M14Y17K45 (0%, 14%, 17%, 45%)
(0.00 / 0.14 / 0.17 / 0.45)

CMYK percentages

%0
%14.18
%17.02
%44.71

Codes

Color #8D7975 in popluar color models

8D 79 75
RGB 141 121 117
HSL 10° 9.52% 50.59%
HSB/HSV 10° 17.02% 55.29%
CMYK 0.00% 14.18% 17.02%
44.71%

Color #8D7975 in popluar number systems.

HEX 8D 79 75
Decimal 141 121 117
Binary 10001101 1111001 1110101
Octal 215 171 165

Shades and tints

Shades of #8D7975

#8D7975
(141,121,117)
#816E6B
(129,110,107)
#756361
(117,99,97)
#695857
(105,88,87)
#5D4D4D
(93,77,77)
#514243
(81,66,67)
#453739
(69,55,57)
#392C2F
(57,44,47)
#2D2125
(45,33,37)
#21161B
(33,22,27)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #8D7975

#8D7975
(141,121,117)
#978581
(151,133,129)
#A1918D
(161,145,141)
#AB9D99
(171,157,153)
#B5A9A5
(181,169,165)
#BFB5B1
(191,181,177)
#C9C1BD
(201,193,189)
#D3CDC9
(211,205,201)
#DDD9D5
(221,217,213)
#E7E5E1
(231,229,225)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7975 color. Also use rgb(141,121,117) instead hex code.

Text Font Color

.myTextColor { color: #8D7975; }

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

This text font color is #8D7975.

Background Color

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

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

This div background color is #8D7975.

Border color

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

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

This div border color is #8D7975.

Opacity

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

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

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

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

This text has shadow with #8D7975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7975.

Preview

Color preview on black background

This text has color #8D7975 on black background.


Color preview on white background

This text has color #8D7975 on white background.


Black color preview on #8D7975 background

This text has black color on #8D7975 background.


White color preview on #8D7975 background

This text has white color on #8D7975 background.


Related colors

Complementary color

Complementary color for #hex is #72868A.


I love getcolorcode.com

Triadic colors

1 #758D79 and #79758D with #8D7975 are triadic colors.

2 #75798D and #798D75 with #8D7975 are triadic colors.