COLOR #988778

HEX: #988778
RGB: (152,135,120)

Color info

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

RGB color model

#988778 color RGB value is (152,135,120).

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

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 120 of 255 = 47%

152
135
120

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

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 120 = 407 (100%)
R 152 of 407 ~ 37.35%
G 135 of 407 ~ 33.17%
B 120 of 407 ~ 29.48%

%37.35
%33.17
%29.48

CMYK color model

#988778 color CMYK value is (0,11,21,40).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 21.05%
  • key color value is 40.39%
CMYK:
(0,11,21,40)
C0M11Y21K40 
(0%,11%,21%,40%)
(0.00/0.11/0.21/0.40)	

CMYK percentages

%0
%11.18
%21.05
%40.39

Codes

Color #988778 in popluar color models

988778
RGB152135120
HSL28°13.45%53.33%
HSB/HSV28°21.05%59.61%
CMYK0.00%11.18%21.05%
40.39%

Color #988778 in popluar number systems.

HEX988778
Decimal152135120
Binary10011000100001111111000
Octal230207170

Shades and tints

Shades of #988778

#988778
(152,135,120)
#8B7B6E
(139,123,110)
#7E6F64
(126,111,100)
#71635A
(113,99,90)
#645750
(100,87,80)
#574B46
(87,75,70)
#4A3F3C
(74,63,60)
#3D3332
(61,51,50)
#302728
(48,39,40)
#231B1E
(35,27,30)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #988778

#988778
(152,135,120)
#A19184
(161,145,132)
#AA9B90
(170,155,144)
#B3A59C
(179,165,156)
#BCAFA8
(188,175,168)
#C5B9B4
(197,185,180)
#CEC3C0
(206,195,192)
#D7CDCC
(215,205,204)
#E0D7D8
(224,215,216)
#E9E1E4
(233,225,228)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988778; }

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

This text font color is #988778.


Background Color

.myBgColor { background-color: #988778; }

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

This div background color is #988778.


Border color

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

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

This div border color is #988778.


Opacity

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

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

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

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

This text has shadow with #988778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988778 on black background.


Color preview on white background

This text has color #988778 on white background.



Black color preview on #988778 background

This text has black color on #988778 background.


White color preview on #988778 background

This text has white color on #988778 background.