COLOR #927E77

HEX: #927E77
RGB: (146,126,119)

Color info

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

RGB color model

#927E77 color RGB value is (146,126,119).

  • red value is 146;
  • green value is 126;
  • blue value is 119.
RGB:
(146,126,119)
(57%,49%,47%)

RGB channels and saturation

R 146 of 255 = 57%
G 126 of 255 = 49%
B 119 of 255 = 47%

146
126
119

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

Portions of RGB colors in percentages

R + G + B =
146 + 126 + 119 = 391 (100%)
R 146 of 391 ~ 37.34%
G 126 of 391 ~ 32.23%
B 119 of 391 ~ 30.43%

%37.34
%32.23
%30.43

CMYK color model

#927E77 color CMYK value is (0,14,18,43).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 18.49%
  • key color value is 42.75%
CMYK:
(0,14,18,43)
C0M14Y18K43 
(0%,14%,18%,43%)
(0.00/0.14/0.18/0.43)	

CMYK percentages

%0
%13.7
%18.49
%42.75

Codes

Color #927E77 in popluar color models

927E77
RGB146126119
HSL16°11.02%51.96%
HSB/HSV16°18.49%57.25%
CMYK0.00%13.70%18.49%
42.75%

Color #927E77 in popluar number systems.

HEX927E77
Decimal146126119
Binary1001001011111101110111
Octal222176167

Shades and tints

Shades of #927E77

#927E77
(146,126,119)
#85736D
(133,115,109)
#786863
(120,104,99)
#6B5D59
(107,93,89)
#5E524F
(94,82,79)
#514745
(81,71,69)
#443C3B
(68,60,59)
#373131
(55,49,49)
#2A2627
(42,38,39)
#1D1B1D
(29,27,29)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #927E77

#927E77
(146,126,119)
#9B8983
(155,137,131)
#A4948F
(164,148,143)
#AD9F9B
(173,159,155)
#B6AAA7
(182,170,167)
#BFB5B3
(191,181,179)
#C8C0BF
(200,192,191)
#D1CBCB
(209,203,203)
#DAD6D7
(218,214,215)
#E3E1E3
(227,225,227)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #927E77 color. Also use rgb(146,126,119) instead hex code.

Text Font Color

.myTextColor { color: #927E77; }

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

This text font color is #927E77.


Background Color

.myBgColor { background-color: #927E77; }

<div style="background-color:#927E77">Inner text</div>

This div background color is #927E77.


Border color

.myBorderColor { border: 1px solid #927E77; }

<div style="border:3px solid #927E77">Div</div>

This div border color is #927E77.


Opacity

.myOpacity80 { color: #927E77; opacity: 0.8; }

<p style="color:#927E77;opacity:0.8;">80%</p>

Text with #927E77 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 #927E77;}

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

This text has shadow with #927E77 color.

.textShadow {text-shadow: 3px 3px 1px #927E77, 3px 3px 1px red;}

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

This text has shadow with #927E77 primary color and red secondary color.


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

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

This text has shadow with #927E77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #927E77 on black background.


Color preview on white background

This text has color #927E77 on white background.



Black color preview on #927E77 background

This text has black color on #927E77 background.


White color preview on #927E77 background

This text has white color on #927E77 background.