COLOR #8F7A7A

HEX: #8F7A7A RGB: (143,122,122)

Color info

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

RGB color model

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

RGB: (143,122,122) (56%, 48%, 48%)

RGB channels and saturation

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

143
122
122

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

Portions of RGB colors in percentages

R + G + B = 143 + 122 + 122 = 387 (100%)
R 143 of 387 ~ 36.95%
G 122 of 387 ~ 31.52%
B 122 of 387 ~ 31.52'%

%36.95
%31.52
%31.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 14.69%
  • key color value is 43.92%

CMYK: (0,15,15,44)
C0M15Y15K44 (0%, 15%, 15%, 44%)
(0.00 / 0.15 / 0.15 / 0.44)

CMYK percentages

%0
%14.69
%14.69
%43.92

Codes

Color #8F7A7A in popluar color models

8F 7A 7A
RGB 143 122 122
HSL 8.57% 51.96%
HSB/HSV 14.69% 56.08%
CMYK 0.00% 14.69% 14.69%
43.92%

Color #8F7A7A in popluar number systems.

HEX 8F 7A 7A
Decimal 143 122 122
Binary 10001111 1111010 1111010
Octal 217 172 172

Shades and tints

Shades of #8F7A7A

#8F7A7A
(143,122,122)
#826F6F
(130,111,111)
#756464
(117,100,100)
#685959
(104,89,89)
#5B4E4E
(91,78,78)
#4E4343
(78,67,67)
#413838
(65,56,56)
#342D2D
(52,45,45)
#272222
(39,34,34)
#1A1717
(26,23,23)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #8F7A7A

#8F7A7A
(143,122,122)
#998686
(153,134,134)
#A39292
(163,146,146)
#AD9E9E
(173,158,158)
#B7AAAA
(183,170,170)
#C1B6B6
(193,182,182)
#CBC2C2
(203,194,194)
#D5CECE
(213,206,206)
#DFDADA
(223,218,218)
#E9E6E6
(233,230,230)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7A7A; }

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

This text font color is #8F7A7A.

Background Color

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

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

This div background color is #8F7A7A.

Border color

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

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

This div border color is #8F7A7A.

Opacity

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

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

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

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

This text has shadow with #8F7A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7A7A.

Preview

Color preview on black background

This text has color #8F7A7A on black background.


Color preview on white background

This text has color #8F7A7A on white background.


Black color preview on #8F7A7A background

This text has black color on #8F7A7A background.


White color preview on #8F7A7A background

This text has white color on #8F7A7A background.


Related colors

Complementary color

Complementary color for #hex is #708585.


I love getcolorcode.com