COLOR #937A77

HEX: #937A77
RGB: (147,122,119)

Color info

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

RGB color model

#937A77 color RGB value is (147,122,119).

  • red value is 147;
  • green value is 122;
  • blue value is 119.
RGB:
(147,122,119)
(58%,48%,47%)

RGB channels and saturation

R 147 of 255 = 58%
G 122 of 255 = 48%
B 119 of 255 = 47%

147
122
119

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

Portions of RGB colors in percentages

R + G + B =
147 + 122 + 119 = 388 (100%)
R 147 of 388 ~ 37.89%
G 122 of 388 ~ 31.44%
B 119 of 388 ~ 30.67%

%37.89
%31.44
%30.67

CMYK color model

#937A77 color CMYK value is (0,17,19,42).

  • cyan value is 0.00%
  • magenta value is 17.01%
  • yellow value is 19.05%
  • key color value is 42.35%
CMYK:
(0,17,19,42)
C0M17Y19K42 
(0%,17%,19%,42%)
(0.00/0.17/0.19/0.42)	

CMYK percentages

%0
%17.01
%19.05
%42.35

Codes

Color #937A77 in popluar color models

937A77
RGB147122119
HSL11.48%52.16%
HSB/HSV19.05%57.65%
CMYK0.00%17.01%19.05%
42.35%

Color #937A77 in popluar number systems.

HEX937A77
Decimal147122119
Binary1001001111110101110111
Octal223172167

Shades and tints

Shades of #937A77

#937A77
(147,122,119)
#866F6D
(134,111,109)
#796463
(121,100,99)
#6C5959
(108,89,89)
#5F4E4F
(95,78,79)
#524345
(82,67,69)
#45383B
(69,56,59)
#382D31
(56,45,49)
#2B2227
(43,34,39)
#1E171D
(30,23,29)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #937A77

#937A77
(147,122,119)
#9C8683
(156,134,131)
#A5928F
(165,146,143)
#AE9E9B
(174,158,155)
#B7AAA7
(183,170,167)
#C0B6B3
(192,182,179)
#C9C2BF
(201,194,191)
#D2CECB
(210,206,203)
#DBDAD7
(219,218,215)
#E4E6E3
(228,230,227)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937A77 color. Also use rgb(147,122,119) instead hex code.

Text Font Color

.myTextColor { color: #937A77; }

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

This text font color is #937A77.


Background Color

.myBgColor { background-color: #937A77; }

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

This div background color is #937A77.


Border color

.myBorderColor { border: 1px solid #937A77; }

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

This div border color is #937A77.


Opacity

.myOpacity80 { color: #937A77; opacity: 0.8; }

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

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

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

This text has shadow with #937A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937A77 on black background.


Color preview on white background

This text has color #937A77 on white background.



Black color preview on #937A77 background

This text has black color on #937A77 background.


White color preview on #937A77 background

This text has white color on #937A77 background.