COLOR #8F757A

HEX: #8F757A
RGB: (143,117,122)

Color info

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

RGB color model

#8F757A color RGB value is (143,117,122).

  • red value is 143;
  • green value is 117;
  • blue value is 122.
RGB:
(143,117,122)
(56%,46%,48%)

RGB channels and saturation

R 143 of 255 = 56%
G 117 of 255 = 46%
B 122 of 255 = 48%

143
117
122

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

Portions of RGB colors in percentages

R + G + B =
143 + 117 + 122 = 382 (100%)
R 143 of 382 ~ 37.43%
G 117 of 382 ~ 30.63%
B 122 of 382 ~ 31.94%

%37.43
%30.63
%31.94

CMYK color model

#8F757A color CMYK value is (0,18,15,44).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 14.69%
  • key color value is 43.92%
CMYK:
(0,18,15,44)
C0M18Y15K44 
(0%,18%,15%,44%)
(0.00/0.18/0.15/0.44)	

CMYK percentages

%0
%18.18
%14.69
%43.92

Codes

Color #8F757A in popluar color models

8F757A
RGB143117122
HSL348°10.40%50.98%
HSB/HSV348°18.18%56.08%
CMYK0.00%18.18%14.69%
43.92%

Color #8F757A in popluar number systems.

HEX8F757A
Decimal143117122
Binary1000111111101011111010
Octal217165172

Shades and tints

Shades of #8F757A

#8F757A
(143,117,122)
#826B6F
(130,107,111)
#756164
(117,97,100)
#685759
(104,87,89)
#5B4D4E
(91,77,78)
#4E4343
(78,67,67)
#413938
(65,57,56)
#342F2D
(52,47,45)
#272522
(39,37,34)
#1A1B17
(26,27,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #8F757A

#8F757A
(143,117,122)
#998186
(153,129,134)
#A38D92
(163,141,146)
#AD999E
(173,153,158)
#B7A5AA
(183,165,170)
#C1B1B6
(193,177,182)
#CBBDC2
(203,189,194)
#D5C9CE
(213,201,206)
#DFD5DA
(223,213,218)
#E9E1E6
(233,225,230)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F757A color. Also use rgb(143,117,122) instead hex code.

Text Font Color

.myTextColor { color: #8F757A; }

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

This text font color is #8F757A.


Background Color

.myBgColor { background-color: #8F757A; }

<div style="background-color:#8F757A">Inner text</div>

This div background color is #8F757A.


Border color

.myBorderColor { border: 1px solid #8F757A; }

<div style="border:3px solid #8F757A">Div</div>

This div border color is #8F757A.


Opacity

.myOpacity80 { color: #8F757A; opacity: 0.8; }

<p style="color:#8F757A;opacity:0.8;">80%</p>

Text with #8F757A 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 #8F757A;}

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

This text has shadow with #8F757A color.

.textShadow {text-shadow: 3px 3px 1px #8F757A, 3px 3px 1px red;}

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

This text has shadow with #8F757A primary color and red secondary color.


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

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

This text has shadow with #8F757A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F757A on black background.


Color preview on white background

This text has color #8F757A on white background.



Black color preview on #8F757A background

This text has black color on #8F757A background.


White color preview on #8F757A background

This text has white color on #8F757A background.