COLOR #907E7A

HEX: #907E7A
RGB: (144,126,122)

Color info

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

RGB color model

#907E7A color RGB value is (144,126,122).

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

RGB channels and saturation

R 144 of 255 = 56%
G 126 of 255 = 49%
B 122 of 255 = 48%

144
126
122

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

Portions of RGB colors in percentages

R + G + B =
144 + 126 + 122 = 392 (100%)
R 144 of 392 ~ 36.73%
G 126 of 392 ~ 32.14%
B 122 of 392 ~ 31.12%

%36.73
%32.14
%31.12

CMYK color model

#907E7A color CMYK value is (0,13,15,44).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 15.28%
  • key color value is 43.53%
CMYK:
(0,13,15,44)
C0M13Y15K44 
(0%,13%,15%,44%)
(0.00/0.13/0.15/0.44)	

CMYK percentages

%0
%12.5
%15.28
%43.53

Codes

Color #907E7A in popluar color models

907E7A
RGB144126122
HSL11°9.02%52.16%
HSB/HSV11°15.28%56.47%
CMYK0.00%12.50%15.28%
43.53%

Color #907E7A in popluar number systems.

HEX907E7A
Decimal144126122
Binary1001000011111101111010
Octal220176172

Shades and tints

Shades of #907E7A

#907E7A
(144,126,122)
#83736F
(131,115,111)
#766864
(118,104,100)
#695D59
(105,93,89)
#5C524E
(92,82,78)
#4F4743
(79,71,67)
#423C38
(66,60,56)
#35312D
(53,49,45)
#282622
(40,38,34)
#1B1B17
(27,27,23)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #907E7A

#907E7A
(144,126,122)
#9A8986
(154,137,134)
#A49492
(164,148,146)
#AE9F9E
(174,159,158)
#B8AAAA
(184,170,170)
#C2B5B6
(194,181,182)
#CCC0C2
(204,192,194)
#D6CBCE
(214,203,206)
#E0D6DA
(224,214,218)
#EAE1E6
(234,225,230)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #907E7A; }

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

This text font color is #907E7A.


Background Color

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

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

This div background color is #907E7A.


Border color

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

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

This div border color is #907E7A.


Opacity

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

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

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

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

This text has shadow with #907E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #907E7A on black background.


Color preview on white background

This text has color #907E7A on white background.



Black color preview on #907E7A background

This text has black color on #907E7A background.


White color preview on #907E7A background

This text has white color on #907E7A background.