COLOR #90877D

HEX: #90877D RGB: (144,135,125)

Color info

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

RGB color model

#90877D color RGB value is (144,135,125).

RGB: (144,135,125) (56%, 53%, 49%)

RGB channels and saturation

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

144
135
125

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

Portions of RGB colors in percentages

R + G + B = 144 + 135 + 125 = 404 (100%)
R 144 of 404 ~ 35.64%
G 135 of 404 ~ 33.42%
B 125 of 404 ~ 30.94'%

%35.64
%33.42
%30.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 13.19%
  • 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
%13.19
%43.53

Codes

Color #90877D in popluar color models

90 87 7D
RGB 144 135 125
HSL 32° 7.88% 52.75%
HSB/HSV 32° 13.19% 56.47%
CMYK 0.00% 6.25% 13.19%
43.53%

Color #90877D in popluar number systems.

HEX 90 87 7D
Decimal 144 135 125
Binary 10010000 10000111 1111101
Octal 220 207 175

Shades and tints

Shades of #90877D

#90877D
(144,135,125)
#837B72
(131,123,114)
#766F67
(118,111,103)
#69635C
(105,99,92)
#5C5751
(92,87,81)
#4F4B46
(79,75,70)
#423F3B
(66,63,59)
#353330
(53,51,48)
#282725
(40,39,37)
#1B1B1A
(27,27,26)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #90877D

#90877D
(144,135,125)
#9A9188
(154,145,136)
#A49B93
(164,155,147)
#AEA59E
(174,165,158)
#B8AFA9
(184,175,169)
#C2B9B4
(194,185,180)
#CCC3BF
(204,195,191)
#D6CDCA
(214,205,202)
#E0D7D5
(224,215,213)
#EAE1E0
(234,225,224)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90877D; }

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

This text font color is #90877D.

Background Color

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

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

This div background color is #90877D.

Border color

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

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

This div border color is #90877D.

Opacity

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

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

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

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

This text has shadow with #90877D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90877D.

Preview

Color preview on black background

This text has color #90877D on black background.


Color preview on white background

This text has color #90877D on white background.


Black color preview on #90877D background

This text has black color on #90877D background.


White color preview on #90877D background

This text has white color on #90877D background.


Related colors

Complementary color

Complementary color for #hex is #6F7882.


I love getcolorcode.com

Triadic colors

1 #7D9087 and #877D90 with #90877D are triadic colors.

2 #7D8790 and #87907D with #90877D are triadic colors.