COLOR #9F788E

HEX: #9F788E RGB: (159,120,142)

Color info

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

RGB color model

#9F788E color RGB value is (159,120,142).

RGB: (159,120,142) (62%, 47%, 56%)

RGB channels and saturation

R 159 of 255 = 62%
G 120 of 255 = 47%
B 142 of 255 = 56%

159
120
142

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

Portions of RGB colors in percentages

R + G + B = 159 + 120 + 142 = 421 (100%)
R 159 of 421 ~ 37.77%
G 120 of 421 ~ 28.5%
B 142 of 421 ~ 33.73'%

%37.77
%28.5
%33.73

CMYK color model

#9F788E color CMYK value is (0,25,11,38).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 10.69%
  • key color value is 37.65%

CMYK: (0,25,11,38)
C0M25Y11K38 (0%, 25%, 11%, 38%)
(0.00 / 0.25 / 0.11 / 0.38)

CMYK percentages

%0
%24.53
%10.69
%37.65

Codes

Color #9F788E in popluar color models

9F 78 8E
RGB 159 120 142
HSL 326° 16.88% 54.71%
HSB/HSV 326° 24.53% 62.35%
CMYK 0.00% 24.53% 10.69%
37.65%

Color #9F788E in popluar number systems.

HEX 9F 78 8E
Decimal 159 120 142
Binary 10011111 1111000 10001110
Octal 237 170 216

Shades and tints

Shades of #9F788E

#9F788E
(159,120,142)
#916E82
(145,110,130)
#836476
(131,100,118)
#755A6A
(117,90,106)
#67505E
(103,80,94)
#594652
(89,70,82)
#4B3C46
(75,60,70)
#3D323A
(61,50,58)
#2F282E
(47,40,46)
#211E22
(33,30,34)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #9F788E

#9F788E
(159,120,142)
#A78498
(167,132,152)
#AF90A2
(175,144,162)
#B79CAC
(183,156,172)
#BFA8B6
(191,168,182)
#C7B4C0
(199,180,192)
#CFC0CA
(207,192,202)
#D7CCD4
(215,204,212)
#DFD8DE
(223,216,222)
#E7E4E8
(231,228,232)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F788E color. Also use rgb(159,120,142) instead hex code.

Text Font Color

.myTextColor { color: #9F788E; }

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

This text font color is #9F788E.

Background Color

.myBgColor { background-color: #9F788E; }

<div style="background-color:#9F788E">Inner text</div>

This div background color is #9F788E.

Border color

.myBorderColor { border: 1px solid #9F788E; }

<div style="border:3px solid #9F788E">Div</div>

This div border color is #9F788E.

Opacity

.myOpacity80 { color: #9F788E; opacity: 0.8; }

<p style="color:#9F788E;opacity:0.8;">80%</p>

Text with #9F788E 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 #9F788E;}

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

This text has shadow with #9F788E color.


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

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

This text has shadow with #9F788E primary color and red secondary color.


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

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

This text has shadow with #9F788E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9F788E.

Preview

Color preview on black background

This text has color #9F788E on black background.


Color preview on white background

This text has color #9F788E on white background.


Black color preview on #9F788E background

This text has black color on #9F788E background.


White color preview on #9F788E background

This text has white color on #9F788E background.


Related colors

Complementary color

Complementary color for #hex is #608771.


I love getcolorcode.com

Triadic colors

1 #8E9F78 and #788E9F with #9F788E are triadic colors.

2 #8E789F and #789F8E with #9F788E are triadic colors.