COLOR #927F78

HEX: #927F78
RGB: (146,127,120)

Color info

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

RGB color model

#927F78 color RGB value is (146,127,120).

  • red value is 146;
  • green value is 127;
  • blue value is 120.
RGB:
(146,127,120)
(57%,50%,47%)

RGB channels and saturation

R 146 of 255 = 57%
G 127 of 255 = 50%
B 120 of 255 = 47%

146
127
120

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

Portions of RGB colors in percentages

R + G + B =
146 + 127 + 120 = 393 (100%)
R 146 of 393 ~ 37.15%
G 127 of 393 ~ 32.32%
B 120 of 393 ~ 30.53%

%37.15
%32.32
%30.53

CMYK color model

#927F78 color CMYK value is (0,13,18,43).

  • cyan value is 0.00%
  • magenta value is 13.01%
  • yellow value is 17.81%
  • key color value is 42.75%
CMYK:
(0,13,18,43)
C0M13Y18K43 
(0%,13%,18%,43%)
(0.00/0.13/0.18/0.43)	

CMYK percentages

%0
%13.01
%17.81
%42.75

Codes

Color #927F78 in popluar color models

927F78
RGB146127120
HSL16°10.66%52.16%
HSB/HSV16°17.81%57.25%
CMYK0.00%13.01%17.81%
42.75%

Color #927F78 in popluar number systems.

HEX927F78
Decimal146127120
Binary1001001011111111111000
Octal222177170

Shades and tints

Shades of #927F78

#927F78
(146,127,120)
#85746E
(133,116,110)
#786964
(120,105,100)
#6B5E5A
(107,94,90)
#5E5350
(94,83,80)
#514846
(81,72,70)
#443D3C
(68,61,60)
#373232
(55,50,50)
#2A2728
(42,39,40)
#1D1C1E
(29,28,30)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #927F78

#927F78
(146,127,120)
#9B8A84
(155,138,132)
#A49590
(164,149,144)
#ADA09C
(173,160,156)
#B6ABA8
(182,171,168)
#BFB6B4
(191,182,180)
#C8C1C0
(200,193,192)
#D1CCCC
(209,204,204)
#DAD7D8
(218,215,216)
#E3E2E4
(227,226,228)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #927F78 color. Also use rgb(146,127,120) instead hex code.

Text Font Color

.myTextColor { color: #927F78; }

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

This text font color is #927F78.


Background Color

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

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

This div background color is #927F78.


Border color

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

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

This div border color is #927F78.


Opacity

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

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

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

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

This text has shadow with #927F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #927F78 on black background.


Color preview on white background

This text has color #927F78 on white background.



Black color preview on #927F78 background

This text has black color on #927F78 background.


White color preview on #927F78 background

This text has white color on #927F78 background.