COLOR #8F778E

HEX: #8F778E
RGB: (143,119,142)

Color info

#8F778E contains red, green and blue colors in about the same proportion. Web safe color of #8F778E is #996699 (or #969).

RGB color model

#8F778E color RGB value is (143,119,142).

  • red value is 143;
  • green value is 119;
  • blue value is 142.
RGB:
(143,119,142)
(56%,47%,56%)

RGB channels and saturation

R 143 of 255 = 56%
G 119 of 255 = 47%
B 142 of 255 = 56%

143
119
142

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

Portions of RGB colors in percentages

R + G + B =
143 + 119 + 142 = 404 (100%)
R 143 of 404 ~ 35.4%
G 119 of 404 ~ 29.46%
B 142 of 404 ~ 35.15%

%35.4
%29.46
%35.15

CMYK color model

#8F778E color CMYK value is (0,17,1,44).

  • cyan value is 0.00%
  • magenta value is 16.78%
  • yellow value is 0.70%
  • key color value is 43.92%
CMYK:
(0,17,1,44)
C0M17Y1K44 
(0%,17%,1%,44%)
(0.00/0.17/0.01/0.44)	

CMYK percentages

%0
%16.78
%0.7
%43.92

Codes

Color #8F778E in popluar color models

8F778E
RGB143119142
HSL303°9.68%51.37%
HSB/HSV303°16.78%56.08%
CMYK0.00%16.78%0.70%
43.92%

Color #8F778E in popluar number systems.

HEX8F778E
Decimal143119142
Binary10001111111011110001110
Octal217167216

Shades and tints

Shades of #8F778E

#8F778E
(143,119,142)
#826D82
(130,109,130)
#756376
(117,99,118)
#68596A
(104,89,106)
#5B4F5E
(91,79,94)
#4E4552
(78,69,82)
#413B46
(65,59,70)
#34313A
(52,49,58)
#27272E
(39,39,46)
#1A1D22
(26,29,34)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #8F778E

#8F778E
(143,119,142)
#998398
(153,131,152)
#A38FA2
(163,143,162)
#AD9BAC
(173,155,172)
#B7A7B6
(183,167,182)
#C1B3C0
(193,179,192)
#CBBFCA
(203,191,202)
#D5CBD4
(213,203,212)
#DFD7DE
(223,215,222)
#E9E3E8
(233,227,232)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F778E; }

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

This text font color is #8F778E.


Background Color

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

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

This div background color is #8F778E.


Border color

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

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

This div border color is #8F778E.


Opacity

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

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

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

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

This text has shadow with #8F778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F778E on black background.


Color preview on white background

This text has color #8F778E on white background.



Black color preview on #8F778E background

This text has black color on #8F778E background.


White color preview on #8F778E background

This text has white color on #8F778E background.