COLOR #988776

HEX: #988776
RGB: (152,135,118)

Color info

#988776 contains red, green and blue colors in about the same proportion. Web safe color of #988776 is #999966 (or #996).

RGB color model

#988776 color RGB value is (152,135,118).

  • red value is 152;
  • green value is 135;
  • blue value is 118.
RGB:
(152,135,118)
(60%,53%,46%)

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 118 of 255 = 46%

152
135
118

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

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 118 = 405 (100%)
R 152 of 405 ~ 37.53%
G 135 of 405 ~ 33.33%
B 118 of 405 ~ 29.14%

%37.53
%33.33
%29.14

CMYK color model

#988776 color CMYK value is (0,11,22,40).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 22.37%
  • key color value is 40.39%
CMYK:
(0,11,22,40)
C0M11Y22K40 
(0%,11%,22%,40%)
(0.00/0.11/0.22/0.40)	

CMYK percentages

%0
%11.18
%22.37
%40.39

Codes

Color #988776 in popluar color models

988776
RGB152135118
HSL30°14.17%52.94%
HSB/HSV30°22.37%59.61%
CMYK0.00%11.18%22.37%
40.39%

Color #988776 in popluar number systems.

HEX988776
Decimal152135118
Binary10011000100001111110110
Octal230207166

Shades and tints

Shades of #988776

#988776
(152,135,118)
#8B7B6C
(139,123,108)
#7E6F62
(126,111,98)
#716358
(113,99,88)
#64574E
(100,87,78)
#574B44
(87,75,68)
#4A3F3A
(74,63,58)
#3D3330
(61,51,48)
#302726
(48,39,38)
#231B1C
(35,27,28)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #988776

#988776
(152,135,118)
#A19182
(161,145,130)
#AA9B8E
(170,155,142)
#B3A59A
(179,165,154)
#BCAFA6
(188,175,166)
#C5B9B2
(197,185,178)
#CEC3BE
(206,195,190)
#D7CDCA
(215,205,202)
#E0D7D6
(224,215,214)
#E9E1E2
(233,225,226)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988776 color. Also use rgb(152,135,118) instead hex code.

Text Font Color

.myTextColor { color: #988776; }

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

This text font color is #988776.


Background Color

.myBgColor { background-color: #988776; }

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

This div background color is #988776.


Border color

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

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

This div border color is #988776.


Opacity

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

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

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

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

This text has shadow with #988776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988776 on black background.


Color preview on white background

This text has color #988776 on white background.



Black color preview on #988776 background

This text has black color on #988776 background.


White color preview on #988776 background

This text has white color on #988776 background.