COLOR #9F769A

HEX: #9F769A RGB: (159,118,154)

Color info

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

RGB color model

#9F769A color RGB value is (159,118,154).

RGB: (159,118,154) (62%, 46%, 60%)

RGB channels and saturation

R 159 of 255 = 62%
G 118 of 255 = 46%
B 154 of 255 = 60%

159
118
154

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

Portions of RGB colors in percentages

R + G + B = 159 + 118 + 154 = 431 (100%)
R 159 of 431 ~ 36.89%
G 118 of 431 ~ 27.38%
B 154 of 431 ~ 35.73'%

%36.89
%27.38
%35.73

CMYK color model

#9F769A color CMYK value is (0,26,3,38).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 3.14%
  • key color value is 37.65%

CMYK: (0,26,3,38)
C0M26Y3K38 (0%, 26%, 3%, 38%)
(0.00 / 0.26 / 0.03 / 0.38)

CMYK percentages

%0
%25.79
%3.14
%37.65

Codes

Color #9F769A in popluar color models

9F 76 9A
RGB 159 118 154
HSL 307° 17.60% 54.31%
HSB/HSV 307° 25.79% 62.35%
CMYK 0.00% 25.79% 3.14%
37.65%

Color #9F769A in popluar number systems.

HEX 9F 76 9A
Decimal 159 118 154
Binary 10011111 1110110 10011010
Octal 237 166 232

Shades and tints

Shades of #9F769A

#9F769A
(159,118,154)
#916C8C
(145,108,140)
#83627E
(131,98,126)
#755870
(117,88,112)
#674E62
(103,78,98)
#594454
(89,68,84)
#4B3A46
(75,58,70)
#3D3038
(61,48,56)
#2F262A
(47,38,42)
#211C1C
(33,28,28)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #9F769A

#9F769A
(159,118,154)
#A782A3
(167,130,163)
#AF8EAC
(175,142,172)
#B79AB5
(183,154,181)
#BFA6BE
(191,166,190)
#C7B2C7
(199,178,199)
#CFBED0
(207,190,208)
#D7CAD9
(215,202,217)
#DFD6E2
(223,214,226)
#E7E2EB
(231,226,235)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F769A color. Also use rgb(159,118,154) instead hex code.

Text Font Color

.myTextColor { color: #9F769A; }

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

This text font color is #9F769A.

Background Color

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

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

This div background color is #9F769A.

Border color

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

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

This div border color is #9F769A.

Opacity

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

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

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

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

This text has shadow with #9F769A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F769A.

Preview

Color preview on black background

This text has color #9F769A on black background.


Color preview on white background

This text has color #9F769A on white background.


Black color preview on #9F769A background

This text has black color on #9F769A background.


White color preview on #9F769A background

This text has white color on #9F769A background.


Related colors

Complementary color

Complementary color for #hex is #608965.


I love getcolorcode.com

Triadic colors

1 #9A9F76 and #769A9F with #9F769A are triadic colors.

2 #9A769F and #769F9A with #9F769A are triadic colors.