COLOR #92767E

HEX: #92767E
RGB: (146,118,126)

Color info

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

RGB color model

#92767E color RGB value is (146,118,126).

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

RGB channels and saturation

R 146 of 255 = 57%
G 118 of 255 = 46%
B 126 of 255 = 49%

146
118
126

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

Portions of RGB colors in percentages

R + G + B =
146 + 118 + 126 = 390 (100%)
R 146 of 390 ~ 37.44%
G 118 of 390 ~ 30.26%
B 126 of 390 ~ 32.31%

%37.44
%30.26
%32.31

CMYK color model

#92767E color CMYK value is (0,19,14,43).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 13.70%
  • key color value is 42.75%
CMYK:
(0,19,14,43)
C0M19Y14K43 
(0%,19%,14%,43%)
(0.00/0.19/0.14/0.43)	

CMYK percentages

%0
%19.18
%13.7
%42.75

Codes

Color #92767E in popluar color models

92767E
RGB146118126
HSL343°11.38%51.76%
HSB/HSV343°19.18%57.25%
CMYK0.00%19.18%13.70%
42.75%

Color #92767E in popluar number systems.

HEX92767E
Decimal146118126
Binary1001001011101101111110
Octal222166176

Shades and tints

Shades of #92767E

#92767E
(146,118,126)
#856C73
(133,108,115)
#786268
(120,98,104)
#6B585D
(107,88,93)
#5E4E52
(94,78,82)
#514447
(81,68,71)
#443A3C
(68,58,60)
#373031
(55,48,49)
#2A2626
(42,38,38)
#1D1C1B
(29,28,27)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #92767E

#92767E
(146,118,126)
#9B8289
(155,130,137)
#A48E94
(164,142,148)
#AD9A9F
(173,154,159)
#B6A6AA
(182,166,170)
#BFB2B5
(191,178,181)
#C8BEC0
(200,190,192)
#D1CACB
(209,202,203)
#DAD6D6
(218,214,214)
#E3E2E1
(227,226,225)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92767E color. Also use rgb(146,118,126) instead hex code.

Text Font Color

.myTextColor { color: #92767E; }

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

This text font color is #92767E.


Background Color

.myBgColor { background-color: #92767E; }

<div style="background-color:#92767E">Inner text</div>

This div background color is #92767E.


Border color

.myBorderColor { border: 1px solid #92767E; }

<div style="border:3px solid #92767E">Div</div>

This div border color is #92767E.


Opacity

.myOpacity80 { color: #92767E; opacity: 0.8; }

<p style="color:#92767E;opacity:0.8;">80%</p>

Text with #92767E 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 #92767E;}

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

This text has shadow with #92767E color.

.textShadow {text-shadow: 3px 3px 1px #92767E, 3px 3px 1px red;}

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

This text has shadow with #92767E primary color and red secondary color.


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

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

This text has shadow with #92767E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92767E on black background.


Color preview on white background

This text has color #92767E on white background.



Black color preview on #92767E background

This text has black color on #92767E background.


White color preview on #92767E background

This text has white color on #92767E background.