COLOR #90797A

HEX: #90797A
RGB: (144,121,122)

Color info

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

RGB color model

#90797A color RGB value is (144,121,122).

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

RGB channels and saturation

R 144 of 255 = 56%
G 121 of 255 = 47%
B 122 of 255 = 48%

144
121
122

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

Portions of RGB colors in percentages

R + G + B =
144 + 121 + 122 = 387 (100%)
R 144 of 387 ~ 37.21%
G 121 of 387 ~ 31.27%
B 122 of 387 ~ 31.52%

%37.21
%31.27
%31.52

CMYK color model

#90797A color CMYK value is (0,16,15,44).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 15.28%
  • key color value is 43.53%
CMYK:
(0,16,15,44)
C0M16Y15K44 
(0%,16%,15%,44%)
(0.00/0.16/0.15/0.44)	

CMYK percentages

%0
%15.97
%15.28
%43.53

Codes

Color #90797A in popluar color models

90797A
RGB144121122
HSL357°9.39%51.96%
HSB/HSV357°15.97%56.47%
CMYK0.00%15.97%15.28%
43.53%

Color #90797A in popluar number systems.

HEX90797A
Decimal144121122
Binary1001000011110011111010
Octal220171172

Shades and tints

Shades of #90797A

#90797A
(144,121,122)
#836E6F
(131,110,111)
#766364
(118,99,100)
#695859
(105,88,89)
#5C4D4E
(92,77,78)
#4F4243
(79,66,67)
#423738
(66,55,56)
#352C2D
(53,44,45)
#282122
(40,33,34)
#1B1617
(27,22,23)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #90797A

#90797A
(144,121,122)
#9A8586
(154,133,134)
#A49192
(164,145,146)
#AE9D9E
(174,157,158)
#B8A9AA
(184,169,170)
#C2B5B6
(194,181,182)
#CCC1C2
(204,193,194)
#D6CDCE
(214,205,206)
#E0D9DA
(224,217,218)
#EAE5E6
(234,229,230)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90797A; }

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

This text font color is #90797A.


Background Color

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

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

This div background color is #90797A.


Border color

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

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

This div border color is #90797A.


Opacity

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

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

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

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

This text has shadow with #90797A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90797A on black background.


Color preview on white background

This text has color #90797A on white background.



Black color preview on #90797A background

This text has black color on #90797A background.


White color preview on #90797A background

This text has white color on #90797A background.