COLOR #92757D

HEX: #92757D
RGB: (146,117,125)

Color info

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

RGB color model

#92757D color RGB value is (146,117,125).

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

RGB channels and saturation

R 146 of 255 = 57%
G 117 of 255 = 46%
B 125 of 255 = 49%

146
117
125

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

Portions of RGB colors in percentages

R + G + B =
146 + 117 + 125 = 388 (100%)
R 146 of 388 ~ 37.63%
G 117 of 388 ~ 30.15%
B 125 of 388 ~ 32.22%

%37.63
%30.15
%32.22

CMYK color model

#92757D color CMYK value is (0,20,14,43).

  • cyan value is 0.00%
  • magenta value is 19.86%
  • yellow value is 14.38%
  • key color value is 42.75%
CMYK:
(0,20,14,43)
C0M20Y14K43 
(0%,20%,14%,43%)
(0.00/0.20/0.14/0.43)	

CMYK percentages

%0
%19.86
%14.38
%42.75

Codes

Color #92757D in popluar color models

92757D
RGB146117125
HSL343°11.74%51.57%
HSB/HSV343°19.86%57.25%
CMYK0.00%19.86%14.38%
42.75%

Color #92757D in popluar number systems.

HEX92757D
Decimal146117125
Binary1001001011101011111101
Octal222165175

Shades and tints

Shades of #92757D

#92757D
(146,117,125)
#856B72
(133,107,114)
#786167
(120,97,103)
#6B575C
(107,87,92)
#5E4D51
(94,77,81)
#514346
(81,67,70)
#44393B
(68,57,59)
#372F30
(55,47,48)
#2A2525
(42,37,37)
#1D1B1A
(29,27,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #92757D

#92757D
(146,117,125)
#9B8188
(155,129,136)
#A48D93
(164,141,147)
#AD999E
(173,153,158)
#B6A5A9
(182,165,169)
#BFB1B4
(191,177,180)
#C8BDBF
(200,189,191)
#D1C9CA
(209,201,202)
#DAD5D5
(218,213,213)
#E3E1E0
(227,225,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92757D; }

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

This text font color is #92757D.


Background Color

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

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

This div background color is #92757D.


Border color

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

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

This div border color is #92757D.


Opacity

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

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

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

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

This text has shadow with #92757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92757D on black background.


Color preview on white background

This text has color #92757D on white background.



Black color preview on #92757D background

This text has black color on #92757D background.


White color preview on #92757D background

This text has white color on #92757D background.