COLOR #92727D

HEX: #92727D
RGB: (146,114,125)

Color info

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

RGB color model

#92727D color RGB value is (146,114,125).

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

RGB channels and saturation

R 146 of 255 = 57%
G 114 of 255 = 45%
B 125 of 255 = 49%

146
114
125

R + G + B ~ 50%. #92727D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 114 + 125 = 385 (100%)
R 146 of 385 ~ 37.92%
G 114 of 385 ~ 29.61%
B 125 of 385 ~ 32.47%

%37.92
%29.61
%32.47

CMYK color model

#92727D color CMYK value is (0,22,14,43).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 14.38%
  • key color value is 42.75%
CMYK:
(0,22,14,43)
C0M22Y14K43 
(0%,22%,14%,43%)
(0.00/0.22/0.14/0.43)	

CMYK percentages

%0
%21.92
%14.38
%42.75

Codes

Color #92727D in popluar color models

92727D
RGB146114125
HSL339°12.80%50.98%
HSB/HSV339°21.92%57.25%
CMYK0.00%21.92%14.38%
42.75%

Color #92727D in popluar number systems.

HEX92727D
Decimal146114125
Binary1001001011100101111101
Octal222162175

Shades and tints

Shades of #92727D

#92727D
(146,114,125)
#856872
(133,104,114)
#785E67
(120,94,103)
#6B545C
(107,84,92)
#5E4A51
(94,74,81)
#514046
(81,64,70)
#44363B
(68,54,59)
#372C30
(55,44,48)
#2A2225
(42,34,37)
#1D181A
(29,24,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #92727D

#92727D
(146,114,125)
#9B7E88
(155,126,136)
#A48A93
(164,138,147)
#AD969E
(173,150,158)
#B6A2A9
(182,162,169)
#BFAEB4
(191,174,180)
#C8BABF
(200,186,191)
#D1C6CA
(209,198,202)
#DAD2D5
(218,210,213)
#E3DEE0
(227,222,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92727D color. Also use rgb(146,114,125) instead hex code.

Text Font Color

.myTextColor { color: #92727D; }

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

This text font color is #92727D.


Background Color

.myBgColor { background-color: #92727D; }

<div style="background-color:#92727D">Inner text</div>

This div background color is #92727D.


Border color

.myBorderColor { border: 1px solid #92727D; }

<div style="border:3px solid #92727D">Div</div>

This div border color is #92727D.


Opacity

.myOpacity80 { color: #92727D; opacity: 0.8; }

<p style="color:#92727D;opacity:0.8;">80%</p>

Text with #92727D 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 #92727D;}

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

This text has shadow with #92727D color.

.textShadow {text-shadow: 3px 3px 1px #92727D, 3px 3px 1px red;}

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

This text has shadow with #92727D primary color and red secondary color.


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

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

This text has shadow with #92727D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92727D on black background.


Color preview on white background

This text has color #92727D on white background.



Black color preview on #92727D background

This text has black color on #92727D background.


White color preview on #92727D background

This text has white color on #92727D background.