COLOR #8F779C

HEX: #8F779C RGB: (143,119,156)

Color info

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

RGB color model

#8F779C color RGB value is (143,119,156).

RGB: (143,119,156) (56%, 47%, 61%)

RGB channels and saturation

R 143 of 255 = 56%
G 119 of 255 = 47%
B 156 of 255 = 61%

143
119
156

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

Portions of RGB colors in percentages

R + G + B = 143 + 119 + 156 = 418 (100%)
R 143 of 418 ~ 34.21%
G 119 of 418 ~ 28.47%
B 156 of 418 ~ 37.32'%

%34.21
%28.47
%37.32

CMYK color model

#8F779C color CMYK value is (8,24,0,39).

  • cyan value is 8.33%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (8,24,0,39)
C8M24Y0K39 (8%, 24%, 0%, 39%)
(0.08 / 0.24 / 0.00 / 0.39)

CMYK percentages

%8.33
%23.72
%0
%38.82

Codes

Color #8F779C in popluar color models

8F 77 9C
RGB 143 119 156
HSL 279° 15.74% 53.92%
HSB/HSV 279° 23.72% 61.18%
CMYK 8.33% 23.72% 0.00%
38.82%

Color #8F779C in popluar number systems.

HEX 8F 77 9C
Decimal 143 119 156
Binary 10001111 1110111 10011100
Octal 217 167 234

Shades and tints

Shades of #8F779C

#8F779C
(143,119,156)
#826D8E
(130,109,142)
#756380
(117,99,128)
#685972
(104,89,114)
#5B4F64
(91,79,100)
#4E4556
(78,69,86)
#413B48
(65,59,72)
#34313A
(52,49,58)
#27272C
(39,39,44)
#1A1D1E
(26,29,30)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #8F779C

#8F779C
(143,119,156)
#9983A5
(153,131,165)
#A38FAE
(163,143,174)
#AD9BB7
(173,155,183)
#B7A7C0
(183,167,192)
#C1B3C9
(193,179,201)
#CBBFD2
(203,191,210)
#D5CBDB
(213,203,219)
#DFD7E4
(223,215,228)
#E9E3ED
(233,227,237)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F779C; }

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

This text font color is #8F779C.

Background Color

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

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

This div background color is #8F779C.

Border color

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

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

This div border color is #8F779C.

Opacity

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

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

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

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

This text has shadow with #8F779C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F779C.

Preview

Color preview on black background

This text has color #8F779C on black background.


Color preview on white background

This text has color #8F779C on white background.


Black color preview on #8F779C background

This text has black color on #8F779C background.


White color preview on #8F779C background

This text has white color on #8F779C background.


Related colors

Complementary color

Complementary color for #hex is #708863.


I love getcolorcode.com

Triadic colors

1 #9C8F77 and #779C8F with #8F779C are triadic colors.

2 #9C778F and #778F9C with #8F779C are triadic colors.