COLOR #90768D

HEX: #90768D RGB: (144,118,141)

Color info

#90768D contains red, green and blue colors in about the same proportion. Web safe color of #90768D is #996699 (or #969).

RGB color model

#90768D color RGB value is (144,118,141).

RGB: (144,118,141) (56%, 46%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 118 of 255 = 46%
B 141 of 255 = 55%

144
118
141

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

Portions of RGB colors in percentages

R + G + B = 144 + 118 + 141 = 403 (100%)
R 144 of 403 ~ 35.73%
G 118 of 403 ~ 29.28%
B 141 of 403 ~ 34.99'%

%35.73
%29.28
%34.99

CMYK color model

#90768D color CMYK value is (0,18,2,44).

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

CMYK: (0,18,2,44)
C0M18Y2K44 (0%, 18%, 2%, 44%)
(0.00 / 0.18 / 0.02 / 0.44)

CMYK percentages

%0
%18.06
%2.08
%43.53

Codes

Color #90768D in popluar color models

90 76 8D
RGB 144 118 141
HSL 307° 10.48% 51.37%
HSB/HSV 307° 18.06% 56.47%
CMYK 0.00% 18.06% 2.08%
43.53%

Color #90768D in popluar number systems.

HEX 90 76 8D
Decimal 144 118 141
Binary 10010000 1110110 10001101
Octal 220 166 215

Shades and tints

Shades of #90768D

#90768D
(144,118,141)
#836C81
(131,108,129)
#766275
(118,98,117)
#695869
(105,88,105)
#5C4E5D
(92,78,93)
#4F4451
(79,68,81)
#423A45
(66,58,69)
#353039
(53,48,57)
#28262D
(40,38,45)
#1B1C21
(27,28,33)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #90768D

#90768D
(144,118,141)
#9A8297
(154,130,151)
#A48EA1
(164,142,161)
#AE9AAB
(174,154,171)
#B8A6B5
(184,166,181)
#C2B2BF
(194,178,191)
#CCBEC9
(204,190,201)
#D6CAD3
(214,202,211)
#E0D6DD
(224,214,221)
#EAE2E7
(234,226,231)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90768D color. Also use rgb(144,118,141) instead hex code.

Text Font Color

.myTextColor { color: #90768D; }

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

This text font color is #90768D.

Background Color

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

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

This div background color is #90768D.

Border color

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

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

This div border color is #90768D.

Opacity

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

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

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

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

This text has shadow with #90768D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90768D.

Preview

Color preview on black background

This text has color #90768D on black background.


Color preview on white background

This text has color #90768D on white background.


Black color preview on #90768D background

This text has black color on #90768D background.


White color preview on #90768D background

This text has white color on #90768D background.


Related colors

Complementary color

Complementary color for #hex is #6F8972.


I love getcolorcode.com

Triadic colors

1 #8D9076 and #768D90 with #90768D are triadic colors.

2 #8D7690 and #76908D with #90768D are triadic colors.