COLOR #907C73

HEX: #907C73
RGB: (144,124,115)

Color info

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

RGB color model

#907C73 color RGB value is (144,124,115).

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

RGB channels and saturation

R 144 of 255 = 56%
G 124 of 255 = 49%
B 115 of 255 = 45%

144
124
115

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

Portions of RGB colors in percentages

R + G + B =
144 + 124 + 115 = 383 (100%)
R 144 of 383 ~ 37.6%
G 124 of 383 ~ 32.38%
B 115 of 383 ~ 30.03%

%37.6
%32.38
%30.03

CMYK color model

#907C73 color CMYK value is (0,14,20,44).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 20.14%
  • key color value is 43.53%
CMYK:
(0,14,20,44)
C0M14Y20K44 
(0%,14%,20%,44%)
(0.00/0.14/0.20/0.44)	

CMYK percentages

%0
%13.89
%20.14
%43.53

Codes

Color #907C73 in popluar color models

907C73
RGB144124115
HSL19°11.55%50.78%
HSB/HSV19°20.14%56.47%
CMYK0.00%13.89%20.14%
43.53%

Color #907C73 in popluar number systems.

HEX907C73
Decimal144124115
Binary1001000011111001110011
Octal220174163

Shades and tints

Shades of #907C73

#907C73
(144,124,115)
#837169
(131,113,105)
#76665F
(118,102,95)
#695B55
(105,91,85)
#5C504B
(92,80,75)
#4F4541
(79,69,65)
#423A37
(66,58,55)
#352F2D
(53,47,45)
#282423
(40,36,35)
#1B1919
(27,25,25)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #907C73

#907C73
(144,124,115)
#9A877F
(154,135,127)
#A4928B
(164,146,139)
#AE9D97
(174,157,151)
#B8A8A3
(184,168,163)
#C2B3AF
(194,179,175)
#CCBEBB
(204,190,187)
#D6C9C7
(214,201,199)
#E0D4D3
(224,212,211)
#EADFDF
(234,223,223)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #907C73 color. Also use rgb(144,124,115) instead hex code.

Text Font Color

.myTextColor { color: #907C73; }

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

This text font color is #907C73.


Background Color

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

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

This div background color is #907C73.


Border color

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

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

This div border color is #907C73.


Opacity

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

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

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

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

This text has shadow with #907C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #907C73 on black background.


Color preview on white background

This text has color #907C73 on white background.



Black color preview on #907C73 background

This text has black color on #907C73 background.


White color preview on #907C73 background

This text has white color on #907C73 background.