COLOR #927F72

HEX: #927F72 RGB: (146,127,114)

Color info

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

RGB color model

#927F72 color RGB value is (146,127,114).

RGB: (146,127,114) (57%, 50%, 45%)

RGB channels and saturation

R 146 of 255 = 57%
G 127 of 255 = 50%
B 114 of 255 = 45%

146
127
114

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

Portions of RGB colors in percentages

R + G + B = 146 + 127 + 114 = 387 (100%)
R 146 of 387 ~ 37.73%
G 127 of 387 ~ 32.82%
B 114 of 387 ~ 29.46'%

%37.73
%32.82
%29.46

CMYK color model

#927F72 color CMYK value is (0,13,22,43).

  • cyan value is 0.00%
  • magenta value is 13.01%
  • yellow value is 21.92%
  • key color value is 42.75%

CMYK: (0,13,22,43)
C0M13Y22K43 (0%, 13%, 22%, 43%)
(0.00 / 0.13 / 0.22 / 0.43)

CMYK percentages

%0
%13.01
%21.92
%42.75

Codes

Color #927F72 in popluar color models

92 7F 72
RGB 146 127 114
HSL 24° 12.80% 50.98%
HSB/HSV 24° 21.92% 57.25%
CMYK 0.00% 13.01% 21.92%
42.75%

Color #927F72 in popluar number systems.

HEX 92 7F 72
Decimal 146 127 114
Binary 10010010 1111111 1110010
Octal 222 177 162

Shades and tints

Shades of #927F72

#927F72
(146,127,114)
#857468
(133,116,104)
#78695E
(120,105,94)
#6B5E54
(107,94,84)
#5E534A
(94,83,74)
#514840
(81,72,64)
#443D36
(68,61,54)
#37322C
(55,50,44)
#2A2722
(42,39,34)
#1D1C18
(29,28,24)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #927F72

#927F72
(146,127,114)
#9B8A7E
(155,138,126)
#A4958A
(164,149,138)
#ADA096
(173,160,150)
#B6ABA2
(182,171,162)
#BFB6AE
(191,182,174)
#C8C1BA
(200,193,186)
#D1CCC6
(209,204,198)
#DAD7D2
(218,215,210)
#E3E2DE
(227,226,222)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #927F72; }

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

This text font color is #927F72.

Background Color

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

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

This div background color is #927F72.

Border color

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

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

This div border color is #927F72.

Opacity

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

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

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

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

This text has shadow with #927F72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #927F72.

Preview

Color preview on black background

This text has color #927F72 on black background.


Color preview on white background

This text has color #927F72 on white background.


Black color preview on #927F72 background

This text has black color on #927F72 background.


White color preview on #927F72 background

This text has white color on #927F72 background.


Related colors

Complementary color

Complementary color for #hex is #6D808D.


I love getcolorcode.com

Triadic colors

1 #72927F and #7F7292 with #927F72 are triadic colors.

2 #727F92 and #7F9272 with #927F72 are triadic colors.