COLOR #987755

HEX: #987755 RGB: (152,119,85)

Color info

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

RGB color model

#987755 color RGB value is (152,119,85).

RGB: (152,119,85) (60%, 47%, 33%)

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 85 of 255 = 33%

152
119
85

R + G + B ~ 47%. #987755 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 119 + 85 = 356 (100%)
R 152 of 356 ~ 42.7%
G 119 of 356 ~ 33.43%
B 85 of 356 ~ 23.88'%

%42.7
%33.43
%23.88

CMYK color model

#987755 color CMYK value is (0,22,44,40).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 44.08%
  • key color value is 40.39%

CMYK: (0,22,44,40)
C0M22Y44K40 (0%, 22%, 44%, 40%)
(0.00 / 0.22 / 0.44 / 0.40)

CMYK percentages

%0
%21.71
%44.08
%40.39

Codes

Color #987755 in popluar color models

98 77 55
RGB 152 119 85
HSL 30° 28.27% 46.47%
HSB/HSV 30° 44.08% 59.61%
CMYK 0.00% 21.71% 44.08%
40.39%

Color #987755 in popluar number systems.

HEX 98 77 55
Decimal 152 119 85
Binary 10011000 1110111 1010101
Octal 230 167 125

Shades and tints

Shades of #987755

#987755
(152,119,85)
#8B6D4E
(139,109,78)
#7E6347
(126,99,71)
#715940
(113,89,64)
#644F39
(100,79,57)
#574532
(87,69,50)
#4A3B2B
(74,59,43)
#3D3124
(61,49,36)
#30271D
(48,39,29)
#231D16
(35,29,22)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #987755

#987755
(152,119,85)
#A18364
(161,131,100)
#AA8F73
(170,143,115)
#B39B82
(179,155,130)
#BCA791
(188,167,145)
#C5B3A0
(197,179,160)
#CEBFAF
(206,191,175)
#D7CBBE
(215,203,190)
#E0D7CD
(224,215,205)
#E9E3DC
(233,227,220)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987755 color. Also use rgb(152,119,85) instead hex code.

Text Font Color

.myTextColor { color: #987755; }

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

This text font color is #987755.

Background Color

.myBgColor { background-color: #987755; }

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

This div background color is #987755.

Border color

.myBorderColor { border: 1px solid #987755; }

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

This div border color is #987755.

Opacity

.myOpacity80 { color: #987755; opacity: 0.8; }

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

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

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

This text has shadow with #987755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987755.

Preview

Color preview on black background

This text has color #987755 on black background.


Color preview on white background

This text has color #987755 on white background.


Black color preview on #987755 background

This text has black color on #987755 background.


White color preview on #987755 background

This text has white color on #987755 background.


Related colors

Complementary color

Complementary color for #hex is #6788AA.


I love getcolorcode.com

Triadic colors

1 #559877 and #775598 with #987755 are triadic colors.

2 #557798 and #779855 with #987755 are triadic colors.