COLOR #907E72

HEX: #907E72
RGB: (144,126,114)

Color info

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

RGB color model

#907E72 color RGB value is (144,126,114).

  • red value is 144;
  • green value is 126;
  • blue value is 114.
RGB:
(144,126,114)
(56%,49%,45%)

RGB channels and saturation

R 144 of 255 = 56%
G 126 of 255 = 49%
B 114 of 255 = 45%

144
126
114

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

Portions of RGB colors in percentages

R + G + B =
144 + 126 + 114 = 384 (100%)
R 144 of 384 ~ 37.5%
G 126 of 384 ~ 32.81%
B 114 of 384 ~ 29.69%

%37.5
%32.81
%29.69

CMYK color model

#907E72 color CMYK value is (0,13,21,44).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 20.83%
  • key color value is 43.53%
CMYK:
(0,13,21,44)
C0M13Y21K44 
(0%,13%,21%,44%)
(0.00/0.13/0.21/0.44)	

CMYK percentages

%0
%12.5
%20.83
%43.53

Codes

Color #907E72 in popluar color models

907E72
RGB144126114
HSL24°11.90%50.59%
HSB/HSV24°20.83%56.47%
CMYK0.00%12.50%20.83%
43.53%

Color #907E72 in popluar number systems.

HEX907E72
Decimal144126114
Binary1001000011111101110010
Octal220176162

Shades and tints

Shades of #907E72

#907E72
(144,126,114)
#837368
(131,115,104)
#76685E
(118,104,94)
#695D54
(105,93,84)
#5C524A
(92,82,74)
#4F4740
(79,71,64)
#423C36
(66,60,54)
#35312C
(53,49,44)
#282622
(40,38,34)
#1B1B18
(27,27,24)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #907E72

#907E72
(144,126,114)
#9A897E
(154,137,126)
#A4948A
(164,148,138)
#AE9F96
(174,159,150)
#B8AAA2
(184,170,162)
#C2B5AE
(194,181,174)
#CCC0BA
(204,192,186)
#D6CBC6
(214,203,198)
#E0D6D2
(224,214,210)
#EAE1DE
(234,225,222)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #907E72 color. Also use rgb(144,126,114) instead hex code.

Text Font Color

.myTextColor { color: #907E72; }

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

This text font color is #907E72.


Background Color

.myBgColor { background-color: #907E72; }

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

This div background color is #907E72.


Border color

.myBorderColor { border: 1px solid #907E72; }

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

This div border color is #907E72.


Opacity

.myOpacity80 { color: #907E72; opacity: 0.8; }

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

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

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

This text has shadow with #907E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #907E72 on black background.


Color preview on white background

This text has color #907E72 on white background.



Black color preview on #907E72 background

This text has black color on #907E72 background.


White color preview on #907E72 background

This text has white color on #907E72 background.