COLOR #90877E

HEX: #90877E
RGB: (144,135,126)

Color info

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

RGB color model

#90877E color RGB value is (144,135,126).

  • red value is 144;
  • green value is 135;
  • blue value is 126.
RGB:
(144,135,126)
(56%,53%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 135 of 255 = 53%
B 126 of 255 = 49%

144
135
126

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

Portions of RGB colors in percentages

R + G + B =
144 + 135 + 126 = 405 (100%)
R 144 of 405 ~ 35.56%
G 135 of 405 ~ 33.33%
B 126 of 405 ~ 31.11%

%35.56
%33.33
%31.11

CMYK color model

#90877E color CMYK value is (0,6,13,44).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 12.50%
  • key color value is 43.53%
CMYK:
(0,6,13,44)
C0M6Y13K44 
(0%,6%,13%,44%)
(0.00/0.06/0.13/0.44)	

CMYK percentages

%0
%6.25
%12.5
%43.53

Codes

Color #90877E in popluar color models

90877E
RGB144135126
HSL30°7.50%52.94%
HSB/HSV30°12.50%56.47%
CMYK0.00%6.25%12.50%
43.53%

Color #90877E in popluar number systems.

HEX90877E
Decimal144135126
Binary10010000100001111111110
Octal220207176

Shades and tints

Shades of #90877E

#90877E
(144,135,126)
#837B73
(131,123,115)
#766F68
(118,111,104)
#69635D
(105,99,93)
#5C5752
(92,87,82)
#4F4B47
(79,75,71)
#423F3C
(66,63,60)
#353331
(53,51,49)
#282726
(40,39,38)
#1B1B1B
(27,27,27)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #90877E

#90877E
(144,135,126)
#9A9189
(154,145,137)
#A49B94
(164,155,148)
#AEA59F
(174,165,159)
#B8AFAA
(184,175,170)
#C2B9B5
(194,185,181)
#CCC3C0
(204,195,192)
#D6CDCB
(214,205,203)
#E0D7D6
(224,215,214)
#EAE1E1
(234,225,225)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90877E color. Also use rgb(144,135,126) instead hex code.

Text Font Color

.myTextColor { color: #90877E; }

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

This text font color is #90877E.


Background Color

.myBgColor { background-color: #90877E; }

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

This div background color is #90877E.


Border color

.myBorderColor { border: 1px solid #90877E; }

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

This div border color is #90877E.


Opacity

.myOpacity80 { color: #90877E; opacity: 0.8; }

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

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

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

This text has shadow with #90877E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90877E on black background.


Color preview on white background

This text has color #90877E on white background.



Black color preview on #90877E background

This text has black color on #90877E background.


White color preview on #90877E background

This text has white color on #90877E background.