COLOR #91787D

HEX: #91787D
RGB: (145,120,125)

Color info

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

RGB color model

#91787D color RGB value is (145,120,125).

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

RGB channels and saturation

R 145 of 255 = 57%
G 120 of 255 = 47%
B 125 of 255 = 49%

145
120
125

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

Portions of RGB colors in percentages

R + G + B =
145 + 120 + 125 = 390 (100%)
R 145 of 390 ~ 37.18%
G 120 of 390 ~ 30.77%
B 125 of 390 ~ 32.05%

%37.18
%30.77
%32.05

CMYK color model

#91787D color CMYK value is (0,17,14,43).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 13.79%
  • key color value is 43.14%
CMYK:
(0,17,14,43)
C0M17Y14K43 
(0%,17%,14%,43%)
(0.00/0.17/0.14/0.43)	

CMYK percentages

%0
%17.24
%13.79
%43.14

Codes

Color #91787D in popluar color models

91787D
RGB145120125
HSL348°10.20%51.96%
HSB/HSV348°17.24%56.86%
CMYK0.00%17.24%13.79%
43.14%

Color #91787D in popluar number systems.

HEX91787D
Decimal145120125
Binary1001000111110001111101
Octal221170175

Shades and tints

Shades of #91787D

#91787D
(145,120,125)
#846E72
(132,110,114)
#776467
(119,100,103)
#6A5A5C
(106,90,92)
#5D5051
(93,80,81)
#504646
(80,70,70)
#433C3B
(67,60,59)
#363230
(54,50,48)
#292825
(41,40,37)
#1C1E1A
(28,30,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #91787D

#91787D
(145,120,125)
#9B8488
(155,132,136)
#A59093
(165,144,147)
#AF9C9E
(175,156,158)
#B9A8A9
(185,168,169)
#C3B4B4
(195,180,180)
#CDC0BF
(205,192,191)
#D7CCCA
(215,204,202)
#E1D8D5
(225,216,213)
#EBE4E0
(235,228,224)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91787D color. Also use rgb(145,120,125) instead hex code.

Text Font Color

.myTextColor { color: #91787D; }

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

This text font color is #91787D.


Background Color

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

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

This div background color is #91787D.


Border color

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

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

This div border color is #91787D.


Opacity

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

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

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

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

This text has shadow with #91787D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91787D on black background.


Color preview on white background

This text has color #91787D on white background.



Black color preview on #91787D background

This text has black color on #91787D background.


White color preview on #91787D background

This text has white color on #91787D background.