COLOR #907080

HEX: #907080
RGB: (144,112,128)

Color info

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

RGB color model

#907080 color RGB value is (144,112,128).

  • red value is 144;
  • green value is 112;
  • blue value is 128.
RGB:
(144,112,128)
(56%,44%,50%)

RGB channels and saturation

R 144 of 255 = 56%
G 112 of 255 = 44%
B 128 of 255 = 50%

144
112
128

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

Portions of RGB colors in percentages

R + G + B =
144 + 112 + 128 = 384 (100%)
R 144 of 384 ~ 37.5%
G 112 of 384 ~ 29.17%
B 128 of 384 ~ 33.33%

%37.5
%29.17
%33.33

CMYK color model

#907080 color CMYK value is (0,22,11,44).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 11.11%
  • key color value is 43.53%
CMYK:
(0,22,11,44)
C0M22Y11K44 
(0%,22%,11%,44%)
(0.00/0.22/0.11/0.44)	

CMYK percentages

%0
%22.22
%11.11
%43.53

Codes

Color #907080 in popluar color models

907080
RGB144112128
HSL330°12.60%50.20%
HSB/HSV330°22.22%56.47%
CMYK0.00%22.22%11.11%
43.53%

Color #907080 in popluar number systems.

HEX907080
Decimal144112128
Binary10010000111000010000000
Octal220160200

Shades and tints

Shades of #907080

#907080
(144,112,128)
#836675
(131,102,117)
#765C6A
(118,92,106)
#69525F
(105,82,95)
#5C4854
(92,72,84)
#4F3E49
(79,62,73)
#42343E
(66,52,62)
#352A33
(53,42,51)
#282028
(40,32,40)
#1B161D
(27,22,29)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #907080

#907080
(144,112,128)
#9A7D8B
(154,125,139)
#A48A96
(164,138,150)
#AE97A1
(174,151,161)
#B8A4AC
(184,164,172)
#C2B1B7
(194,177,183)
#CCBEC2
(204,190,194)
#D6CBCD
(214,203,205)
#E0D8D8
(224,216,216)
#EAE5E3
(234,229,227)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #907080; }

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

This text font color is #907080.


Background Color

.myBgColor { background-color: #907080; }

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

This div background color is #907080.


Border color

.myBorderColor { border: 1px solid #907080; }

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

This div border color is #907080.


Opacity

.myOpacity80 { color: #907080; opacity: 0.8; }

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

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

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

This text has shadow with #907080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #907080 on black background.


Color preview on white background

This text has color #907080 on white background.



Black color preview on #907080 background

This text has black color on #907080 background.


White color preview on #907080 background

This text has white color on #907080 background.