COLOR #90767C

HEX: #90767C
RGB: (144,118,124)

Color info

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

RGB color model

#90767C color RGB value is (144,118,124).

  • red value is 144;
  • green value is 118;
  • blue value is 124.
RGB:
(144,118,124)
(56%,46%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 118 of 255 = 46%
B 124 of 255 = 49%

144
118
124

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

Portions of RGB colors in percentages

R + G + B =
144 + 118 + 124 = 386 (100%)
R 144 of 386 ~ 37.31%
G 118 of 386 ~ 30.57%
B 124 of 386 ~ 32.12%

%37.31
%30.57
%32.12

CMYK color model

#90767C color CMYK value is (0,18,14,44).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 13.89%
  • key color value is 43.53%
CMYK:
(0,18,14,44)
C0M18Y14K44 
(0%,18%,14%,44%)
(0.00/0.18/0.14/0.44)	

CMYK percentages

%0
%18.06
%13.89
%43.53

Codes

Color #90767C in popluar color models

90767C
RGB144118124
HSL346°10.48%51.37%
HSB/HSV346°18.06%56.47%
CMYK0.00%18.06%13.89%
43.53%

Color #90767C in popluar number systems.

HEX90767C
Decimal144118124
Binary1001000011101101111100
Octal220166174

Shades and tints

Shades of #90767C

#90767C
(144,118,124)
#836C71
(131,108,113)
#766266
(118,98,102)
#69585B
(105,88,91)
#5C4E50
(92,78,80)
#4F4445
(79,68,69)
#423A3A
(66,58,58)
#35302F
(53,48,47)
#282624
(40,38,36)
#1B1C19
(27,28,25)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #90767C

#90767C
(144,118,124)
#9A8287
(154,130,135)
#A48E92
(164,142,146)
#AE9A9D
(174,154,157)
#B8A6A8
(184,166,168)
#C2B2B3
(194,178,179)
#CCBEBE
(204,190,190)
#D6CAC9
(214,202,201)
#E0D6D4
(224,214,212)
#EAE2DF
(234,226,223)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90767C color. Also use rgb(144,118,124) instead hex code.

Text Font Color

.myTextColor { color: #90767C; }

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

This text font color is #90767C.


Background Color

.myBgColor { background-color: #90767C; }

<div style="background-color:#90767C">Inner text</div>

This div background color is #90767C.


Border color

.myBorderColor { border: 1px solid #90767C; }

<div style="border:3px solid #90767C">Div</div>

This div border color is #90767C.


Opacity

.myOpacity80 { color: #90767C; opacity: 0.8; }

<p style="color:#90767C;opacity:0.8;">80%</p>

Text with #90767C 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 #90767C;}

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

This text has shadow with #90767C color.

.textShadow {text-shadow: 3px 3px 1px #90767C, 3px 3px 1px red;}

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

This text has shadow with #90767C primary color and red secondary color.


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

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

This text has shadow with #90767C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90767C on black background.


Color preview on white background

This text has color #90767C on white background.



Black color preview on #90767C background

This text has black color on #90767C background.


White color preview on #90767C background

This text has white color on #90767C background.