COLOR #88977A

HEX: #88977A
RGB: (136,151,122)

Color info

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

RGB color model

#88977A color RGB value is (136,151,122).

  • red value is 136;
  • green value is 151;
  • blue value is 122.
RGB:
(136,151,122)
(53%,59%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 151 of 255 = 59%
B 122 of 255 = 48%

136
151
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 151 + 122 = 409 (100%)
R 136 of 409 ~ 33.25%
G 151 of 409 ~ 36.92%
B 122 of 409 ~ 29.83%

%33.25
%36.92
%29.83

CMYK color model

#88977A color CMYK value is (10,0,19,41).

  • cyan value is 9.93%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(10,0,19,41)
C10M0Y19K41 
(10%,0%,19%,41%)
(0.10/0.00/0.19/0.41)	

CMYK percentages

%9.93
%0
%19.21
%40.78

Codes

Color #88977A in popluar color models

88977A
RGB136151122
HSL91°12.24%53.53%
HSB/HSV91°19.21%59.22%
CMYK9.93%0.00%19.21%
40.78%

Color #88977A in popluar number systems.

HEX88977A
Decimal136151122
Binary10001000100101111111010
Octal210227172

Shades and tints

Shades of #88977A

#88977A
(136,151,122)
#7C8A6F
(124,138,111)
#707D64
(112,125,100)
#647059
(100,112,89)
#58634E
(88,99,78)
#4C5643
(76,86,67)
#404938
(64,73,56)
#343C2D
(52,60,45)
#282F22
(40,47,34)
#1C2217
(28,34,23)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #88977A

#88977A
(136,151,122)
#92A086
(146,160,134)
#9CA992
(156,169,146)
#A6B29E
(166,178,158)
#B0BBAA
(176,187,170)
#BAC4B6
(186,196,182)
#C4CDC2
(196,205,194)
#CED6CE
(206,214,206)
#D8DFDA
(216,223,218)
#E2E8E6
(226,232,230)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88977A color. Also use rgb(136,151,122) instead hex code.

Text Font Color

.myTextColor { color: #88977A; }

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

This text font color is #88977A.


Background Color

.myBgColor { background-color: #88977A; }

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

This div background color is #88977A.


Border color

.myBorderColor { border: 1px solid #88977A; }

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

This div border color is #88977A.


Opacity

.myOpacity80 { color: #88977A; opacity: 0.8; }

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

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

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

This text has shadow with #88977A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88977A on black background.


Color preview on white background

This text has color #88977A on white background.



Black color preview on #88977A background

This text has black color on #88977A background.


White color preview on #88977A background

This text has white color on #88977A background.