COLOR #90707B

HEX: #90707B RGB: (144,112,123)

Color info

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

RGB color model

#90707B color RGB value is (144,112,123).

RGB: (144,112,123) (56%, 44%, 48%)

RGB channels and saturation

R 144 of 255 = 56%
G 112 of 255 = 44%
B 123 of 255 = 48%

144
112
123

R + G + B ~ 49%. #90707B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 112 + 123 = 379 (100%)
R 144 of 379 ~ 37.99%
G 112 of 379 ~ 29.55%
B 123 of 379 ~ 32.45'%

%37.99
%29.55
%32.45

CMYK color model

#90707B color CMYK value is (0,22,15,44).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 14.58%
  • key color value is 43.53%

CMYK: (0,22,15,44)
C0M22Y15K44 (0%, 22%, 15%, 44%)
(0.00 / 0.22 / 0.15 / 0.44)

CMYK percentages

%0
%22.22
%14.58
%43.53

Codes

Color #90707B in popluar color models

90 70 7B
RGB 144 112 123
HSL 339° 12.60% 50.20%
HSB/HSV 339° 22.22% 56.47%
CMYK 0.00% 22.22% 14.58%
43.53%

Color #90707B in popluar number systems.

HEX 90 70 7B
Decimal 144 112 123
Binary 10010000 1110000 1111011
Octal 220 160 173

Shades and tints

Shades of #90707B

#90707B
(144,112,123)
#836670
(131,102,112)
#765C65
(118,92,101)
#69525A
(105,82,90)
#5C484F
(92,72,79)
#4F3E44
(79,62,68)
#423439
(66,52,57)
#352A2E
(53,42,46)
#282023
(40,32,35)
#1B1618
(27,22,24)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #90707B

#90707B
(144,112,123)
#9A7D87
(154,125,135)
#A48A93
(164,138,147)
#AE979F
(174,151,159)
#B8A4AB
(184,164,171)
#C2B1B7
(194,177,183)
#CCBEC3
(204,190,195)
#D6CBCF
(214,203,207)
#E0D8DB
(224,216,219)
#EAE5E7
(234,229,231)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90707B color. Also use rgb(144,112,123) instead hex code.

Text Font Color

.myTextColor { color: #90707B; }

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

This text font color is #90707B.

Background Color

.myBgColor { background-color: #90707B; }

<div style="background-color:#90707B">Inner text</div>

This div background color is #90707B.

Border color

.myBorderColor { border: 1px solid #90707B; }

<div style="border:3px solid #90707B">Div</div>

This div border color is #90707B.

Opacity

.myOpacity80 { color: #90707B; opacity: 0.8; }

<p style="color:#90707B;opacity:0.8;">80%</p>

Text with #90707B 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 #90707B;}

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

This text has shadow with #90707B color.


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

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

This text has shadow with #90707B primary color and red secondary color.


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

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

This text has shadow with #90707B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90707B.

Preview

Color preview on black background

This text has color #90707B on black background.


Color preview on white background

This text has color #90707B on white background.


Black color preview on #90707B background

This text has black color on #90707B background.


White color preview on #90707B background

This text has white color on #90707B background.


Related colors

Complementary color

Complementary color for #hex is #6F8F84.


I love getcolorcode.com

Triadic colors

1 #7B9070 and #707B90 with #90707B are triadic colors.

2 #7B7090 and #70907B with #90707B are triadic colors.