COLOR #90767A

HEX: #90767A RGB: (144,118,122)

Color info

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

RGB color model

#90767A color RGB value is (144,118,122).

RGB: (144,118,122) (56%, 46%, 48%)

RGB channels and saturation

R 144 of 255 = 56%
G 118 of 255 = 46%
B 122 of 255 = 48%

144
118
122

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

Portions of RGB colors in percentages

R + G + B = 144 + 118 + 122 = 384 (100%)
R 144 of 384 ~ 37.5%
G 118 of 384 ~ 30.73%
B 122 of 384 ~ 31.77'%

%37.5
%30.73
%31.77

CMYK color model

#90767A color CMYK value is (0,18,15,44).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 15.28%
  • key color value is 43.53%

CMYK: (0,18,15,44)
C0M18Y15K44 (0%, 18%, 15%, 44%)
(0.00 / 0.18 / 0.15 / 0.44)

CMYK percentages

%0
%18.06
%15.28
%43.53

Codes

Color #90767A in popluar color models

90 76 7A
RGB 144 118 122
HSL 351° 10.48% 51.37%
HSB/HSV 351° 18.06% 56.47%
CMYK 0.00% 18.06% 15.28%
43.53%

Color #90767A in popluar number systems.

HEX 90 76 7A
Decimal 144 118 122
Binary 10010000 1110110 1111010
Octal 220 166 172

Shades and tints

Shades of #90767A

#90767A
(144,118,122)
#836C6F
(131,108,111)
#766264
(118,98,100)
#695859
(105,88,89)
#5C4E4E
(92,78,78)
#4F4443
(79,68,67)
#423A38
(66,58,56)
#35302D
(53,48,45)
#282622
(40,38,34)
#1B1C17
(27,28,23)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #90767A

#90767A
(144,118,122)
#9A8286
(154,130,134)
#A48E92
(164,142,146)
#AE9A9E
(174,154,158)
#B8A6AA
(184,166,170)
#C2B2B6
(194,178,182)
#CCBEC2
(204,190,194)
#D6CACE
(214,202,206)
#E0D6DA
(224,214,218)
#EAE2E6
(234,226,230)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90767A; }

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

This text font color is #90767A.

Background Color

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

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

This div background color is #90767A.

Border color

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

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

This div border color is #90767A.

Opacity

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

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

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

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

This text has shadow with #90767A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90767A.

Preview

Color preview on black background

This text has color #90767A on black background.


Color preview on white background

This text has color #90767A on white background.


Black color preview on #90767A background

This text has black color on #90767A background.


White color preview on #90767A background

This text has white color on #90767A background.


Related colors

Complementary color

Complementary color for #hex is #6F8985.


I love getcolorcode.com

Triadic colors

1 #7A9076 and #767A90 with #90767A are triadic colors.

2 #7A7690 and #76907A with #90767A are triadic colors.