COLOR #90797F

HEX: #90797F
RGB: (144,121,127)

Color info

#90797F contains red, green and blue colors in about the same proportion. Web safe color of #90797F is #996666 (or #966).

RGB color model

#90797F color RGB value is (144,121,127).

  • red value is 144;
  • green value is 121;
  • blue value is 127.
RGB:
(144,121,127)
(56%,47%,50%)

RGB channels and saturation

R 144 of 255 = 56%
G 121 of 255 = 47%
B 127 of 255 = 50%

144
121
127

R + G + B ~ 51%. #90797F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 121 + 127 = 392 (100%)
R 144 of 392 ~ 36.73%
G 121 of 392 ~ 30.87%
B 127 of 392 ~ 32.4%

%36.73
%30.87
%32.4

CMYK color model

#90797F color CMYK value is (0,16,12,44).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 11.81%
  • key color value is 43.53%
CMYK:
(0,16,12,44)
C0M16Y12K44 
(0%,16%,12%,44%)
(0.00/0.16/0.12/0.44)	

CMYK percentages

%0
%15.97
%11.81
%43.53

Codes

Color #90797F in popluar color models

90797F
RGB144121127
HSL344°9.39%51.96%
HSB/HSV344°15.97%56.47%
CMYK0.00%15.97%11.81%
43.53%

Color #90797F in popluar number systems.

HEX90797F
Decimal144121127
Binary1001000011110011111111
Octal220171177

Shades and tints

Shades of #90797F

#90797F
(144,121,127)
#836E74
(131,110,116)
#766369
(118,99,105)
#69585E
(105,88,94)
#5C4D53
(92,77,83)
#4F4248
(79,66,72)
#42373D
(66,55,61)
#352C32
(53,44,50)
#282127
(40,33,39)
#1B161C
(27,22,28)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #90797F

#90797F
(144,121,127)
#9A858A
(154,133,138)
#A49195
(164,145,149)
#AE9DA0
(174,157,160)
#B8A9AB
(184,169,171)
#C2B5B6
(194,181,182)
#CCC1C1
(204,193,193)
#D6CDCC
(214,205,204)
#E0D9D7
(224,217,215)
#EAE5E2
(234,229,226)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90797F color. Also use rgb(144,121,127) instead hex code.

Text Font Color

.myTextColor { color: #90797F; }

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

This text font color is #90797F.


Background Color

.myBgColor { background-color: #90797F; }

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

This div background color is #90797F.


Border color

.myBorderColor { border: 1px solid #90797F; }

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

This div border color is #90797F.


Opacity

.myOpacity80 { color: #90797F; opacity: 0.8; }

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

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

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

This text has shadow with #90797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90797F on black background.


Color preview on white background

This text has color #90797F on white background.



Black color preview on #90797F background

This text has black color on #90797F background.


White color preview on #90797F background

This text has white color on #90797F background.