COLOR #8F767B

HEX: #8F767B RGB: (143,118,123)

Color info

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

RGB color model

#8F767B color RGB value is (143,118,123).

RGB: (143,118,123) (56%, 46%, 48%)

RGB channels and saturation

R 143 of 255 = 56%
G 118 of 255 = 46%
B 123 of 255 = 48%

143
118
123

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

Portions of RGB colors in percentages

R + G + B = 143 + 118 + 123 = 384 (100%)
R 143 of 384 ~ 37.24%
G 118 of 384 ~ 30.73%
B 123 of 384 ~ 32.03'%

%37.24
%30.73
%32.03

CMYK color model

#8F767B color CMYK value is (0,17,14,44).

  • cyan value is 0.00%
  • magenta value is 17.48%
  • yellow value is 13.99%
  • key color value is 43.92%

CMYK: (0,17,14,44)
C0M17Y14K44 (0%, 17%, 14%, 44%)
(0.00 / 0.17 / 0.14 / 0.44)

CMYK percentages

%0
%17.48
%13.99
%43.92

Codes

Color #8F767B in popluar color models

8F 76 7B
RGB 143 118 123
HSL 348° 10.04% 51.18%
HSB/HSV 348° 17.48% 56.08%
CMYK 0.00% 17.48% 13.99%
43.92%

Color #8F767B in popluar number systems.

HEX 8F 76 7B
Decimal 143 118 123
Binary 10001111 1110110 1111011
Octal 217 166 173

Shades and tints

Shades of #8F767B

#8F767B
(143,118,123)
#826C70
(130,108,112)
#756265
(117,98,101)
#68585A
(104,88,90)
#5B4E4F
(91,78,79)
#4E4444
(78,68,68)
#413A39
(65,58,57)
#34302E
(52,48,46)
#272623
(39,38,35)
#1A1C18
(26,28,24)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #8F767B

#8F767B
(143,118,123)
#998287
(153,130,135)
#A38E93
(163,142,147)
#AD9A9F
(173,154,159)
#B7A6AB
(183,166,171)
#C1B2B7
(193,178,183)
#CBBEC3
(203,190,195)
#D5CACF
(213,202,207)
#DFD6DB
(223,214,219)
#E9E2E7
(233,226,231)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F767B color. Also use rgb(143,118,123) instead hex code.

Text Font Color

.myTextColor { color: #8F767B; }

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

This text font color is #8F767B.

Background Color

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

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

This div background color is #8F767B.

Border color

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

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

This div border color is #8F767B.

Opacity

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

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

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

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

This text has shadow with #8F767B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F767B.

Preview

Color preview on black background

This text has color #8F767B on black background.


Color preview on white background

This text has color #8F767B on white background.


Black color preview on #8F767B background

This text has black color on #8F767B background.


White color preview on #8F767B background

This text has white color on #8F767B background.


Related colors

Complementary color

Complementary color for #hex is #708984.


I love getcolorcode.com

Triadic colors

1 #7B8F76 and #767B8F with #8F767B are triadic colors.

2 #7B768F and #768F7B with #8F767B are triadic colors.