COLOR #927D79

HEX: #927D79
RGB: (146,125,121)

Color info

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

RGB color model

#927D79 color RGB value is (146,125,121).

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

RGB channels and saturation

R 146 of 255 = 57%
G 125 of 255 = 49%
B 121 of 255 = 47%

146
125
121

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

Portions of RGB colors in percentages

R + G + B =
146 + 125 + 121 = 392 (100%)
R 146 of 392 ~ 37.24%
G 125 of 392 ~ 31.89%
B 121 of 392 ~ 30.87%

%37.24
%31.89
%30.87

CMYK color model

#927D79 color CMYK value is (0,14,17,43).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 17.12%
  • key color value is 42.75%
CMYK:
(0,14,17,43)
C0M14Y17K43 
(0%,14%,17%,43%)
(0.00/0.14/0.17/0.43)	

CMYK percentages

%0
%14.38
%17.12
%42.75

Codes

Color #927D79 in popluar color models

927D79
RGB146125121
HSL10°10.29%52.35%
HSB/HSV10°17.12%57.25%
CMYK0.00%14.38%17.12%
42.75%

Color #927D79 in popluar number systems.

HEX927D79
Decimal146125121
Binary1001001011111011111001
Octal222175171

Shades and tints

Shades of #927D79

#927D79
(146,125,121)
#85726E
(133,114,110)
#786763
(120,103,99)
#6B5C58
(107,92,88)
#5E514D
(94,81,77)
#514642
(81,70,66)
#443B37
(68,59,55)
#37302C
(55,48,44)
#2A2521
(42,37,33)
#1D1A16
(29,26,22)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #927D79

#927D79
(146,125,121)
#9B8885
(155,136,133)
#A49391
(164,147,145)
#AD9E9D
(173,158,157)
#B6A9A9
(182,169,169)
#BFB4B5
(191,180,181)
#C8BFC1
(200,191,193)
#D1CACD
(209,202,205)
#DAD5D9
(218,213,217)
#E3E0E5
(227,224,229)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #927D79 color. Also use rgb(146,125,121) instead hex code.

Text Font Color

.myTextColor { color: #927D79; }

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

This text font color is #927D79.


Background Color

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

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

This div background color is #927D79.


Border color

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

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

This div border color is #927D79.


Opacity

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

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

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

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

This text has shadow with #927D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #927D79 on black background.


Color preview on white background

This text has color #927D79 on white background.



Black color preview on #927D79 background

This text has black color on #927D79 background.


White color preview on #927D79 background

This text has white color on #927D79 background.