COLOR #907E74

HEX: #907E74 RGB: (144,126,116)

Color info

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

RGB color model

#907E74 color RGB value is (144,126,116).

RGB: (144,126,116) (56%, 49%, 45%)

RGB channels and saturation

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

144
126
116

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

Portions of RGB colors in percentages

R + G + B = 144 + 126 + 116 = 386 (100%)
R 144 of 386 ~ 37.31%
G 126 of 386 ~ 32.64%
B 116 of 386 ~ 30.05'%

%37.31
%32.64
%30.05

CMYK color model

#907E74 color CMYK value is (0,13,19,44).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 19.44%
  • key color value is 43.53%

CMYK: (0,13,19,44)
C0M13Y19K44 (0%, 13%, 19%, 44%)
(0.00 / 0.13 / 0.19 / 0.44)

CMYK percentages

%0
%12.5
%19.44
%43.53

Codes

Color #907E74 in popluar color models

90 7E 74
RGB 144 126 116
HSL 21° 11.20% 50.98%
HSB/HSV 21° 19.44% 56.47%
CMYK 0.00% 12.50% 19.44%
43.53%

Color #907E74 in popluar number systems.

HEX 90 7E 74
Decimal 144 126 116
Binary 10010000 1111110 1110100
Octal 220 176 164

Shades and tints

Shades of #907E74

#907E74
(144,126,116)
#83736A
(131,115,106)
#766860
(118,104,96)
#695D56
(105,93,86)
#5C524C
(92,82,76)
#4F4742
(79,71,66)
#423C38
(66,60,56)
#35312E
(53,49,46)
#282624
(40,38,36)
#1B1B1A
(27,27,26)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #907E74

#907E74
(144,126,116)
#9A8980
(154,137,128)
#A4948C
(164,148,140)
#AE9F98
(174,159,152)
#B8AAA4
(184,170,164)
#C2B5B0
(194,181,176)
#CCC0BC
(204,192,188)
#D6CBC8
(214,203,200)
#E0D6D4
(224,214,212)
#EAE1E0
(234,225,224)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #907E74; }

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

This text font color is #907E74.

Background Color

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

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

This div background color is #907E74.

Border color

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

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

This div border color is #907E74.

Opacity

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

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

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

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

This text has shadow with #907E74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #907E74.

Preview

Color preview on black background

This text has color #907E74 on black background.


Color preview on white background

This text has color #907E74 on white background.


Black color preview on #907E74 background

This text has black color on #907E74 background.


White color preview on #907E74 background

This text has white color on #907E74 background.


Related colors

Complementary color

Complementary color for #hex is #6F818B.


I love getcolorcode.com

Triadic colors

1 #74907E and #7E7490 with #907E74 are triadic colors.

2 #747E90 and #7E9074 with #907E74 are triadic colors.