COLOR #99877A

HEX: #99877A
RGB: (153,135,122)

Color info

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

RGB color model

#99877A color RGB value is (153,135,122).

  • red value is 153;
  • green value is 135;
  • blue value is 122.
RGB:
(153,135,122)
(60%,53%,48%)

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 122 of 255 = 48%

153
135
122

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

Portions of RGB colors in percentages

R + G + B =
153 + 135 + 122 = 410 (100%)
R 153 of 410 ~ 37.32%
G 135 of 410 ~ 32.93%
B 122 of 410 ~ 29.76%

%37.32
%32.93
%29.76

CMYK color model

#99877A color CMYK value is (0,12,20,40).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK:
(0,12,20,40)
C0M12Y20K40 
(0%,12%,20%,40%)
(0.00/0.12/0.20/0.40)	

CMYK percentages

%0
%11.76
%20.26
%40

Codes

Color #99877A in popluar color models

99877A
RGB153135122
HSL25°13.19%53.92%
HSB/HSV25°20.26%60.00%
CMYK0.00%11.76%20.26%
40.00%

Color #99877A in popluar number systems.

HEX99877A
Decimal153135122
Binary10011001100001111111010
Octal231207172

Shades and tints

Shades of #99877A

#99877A
(153,135,122)
#8C7B6F
(140,123,111)
#7F6F64
(127,111,100)
#726359
(114,99,89)
#65574E
(101,87,78)
#584B43
(88,75,67)
#4B3F38
(75,63,56)
#3E332D
(62,51,45)
#312722
(49,39,34)
#241B17
(36,27,23)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #99877A

#99877A
(153,135,122)
#A29186
(162,145,134)
#AB9B92
(171,155,146)
#B4A59E
(180,165,158)
#BDAFAA
(189,175,170)
#C6B9B6
(198,185,182)
#CFC3C2
(207,195,194)
#D8CDCE
(216,205,206)
#E1D7DA
(225,215,218)
#EAE1E6
(234,225,230)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99877A color. Also use rgb(153,135,122) instead hex code.

Text Font Color

.myTextColor { color: #99877A; }

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

This text font color is #99877A.


Background Color

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

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

This div background color is #99877A.


Border color

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

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

This div border color is #99877A.


Opacity

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

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

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

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

This text has shadow with #99877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99877A on black background.


Color preview on white background

This text has color #99877A on white background.



Black color preview on #99877A background

This text has black color on #99877A background.


White color preview on #99877A background

This text has white color on #99877A background.