COLOR #97779B

HEX: #97779B RGB: (151,119,155)

Color info

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

RGB color model

#97779B color RGB value is (151,119,155).

RGB: (151,119,155) (59%, 47%, 61%)

RGB channels and saturation

R 151 of 255 = 59%
G 119 of 255 = 47%
B 155 of 255 = 61%

151
119
155

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

Portions of RGB colors in percentages

R + G + B = 151 + 119 + 155 = 425 (100%)
R 151 of 425 ~ 35.53%
G 119 of 425 ~ 28%
B 155 of 425 ~ 36.47'%

%35.53
%28
%36.47

CMYK color model

#97779B color CMYK value is (3,23,0,39).

  • cyan value is 2.58%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (3,23,0,39)
C3M23Y0K39 (3%, 23%, 0%, 39%)
(0.03 / 0.23 / 0.00 / 0.39)

CMYK percentages

%2.58
%23.23
%0
%39.22

Codes

Color #97779B in popluar color models

97 77 9B
RGB 151 119 155
HSL 293° 15.25% 53.73%
HSB/HSV 293° 23.23% 60.78%
CMYK 2.58% 23.23% 0.00%
39.22%

Color #97779B in popluar number systems.

HEX 97 77 9B
Decimal 151 119 155
Binary 10010111 1110111 10011011
Octal 227 167 233

Shades and tints

Shades of #97779B

#97779B
(151,119,155)
#8A6D8D
(138,109,141)
#7D637F
(125,99,127)
#705971
(112,89,113)
#634F63
(99,79,99)
#564555
(86,69,85)
#493B47
(73,59,71)
#3C3139
(60,49,57)
#2F272B
(47,39,43)
#221D1D
(34,29,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #97779B

#97779B
(151,119,155)
#A083A4
(160,131,164)
#A98FAD
(169,143,173)
#B29BB6
(178,155,182)
#BBA7BF
(187,167,191)
#C4B3C8
(196,179,200)
#CDBFD1
(205,191,209)
#D6CBDA
(214,203,218)
#DFD7E3
(223,215,227)
#E8E3EC
(232,227,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97779B color. Also use rgb(151,119,155) instead hex code.

Text Font Color

.myTextColor { color: #97779B; }

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

This text font color is #97779B.

Background Color

.myBgColor { background-color: #97779B; }

<div style="background-color:#97779B">Inner text</div>

This div background color is #97779B.

Border color

.myBorderColor { border: 1px solid #97779B; }

<div style="border:3px solid #97779B">Div</div>

This div border color is #97779B.

Opacity

.myOpacity80 { color: #97779B; opacity: 0.8; }

<p style="color:#97779B;opacity:0.8;">80%</p>

Text with #97779B 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 #97779B;}

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

This text has shadow with #97779B color.


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

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

This text has shadow with #97779B primary color and red secondary color.


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

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

This text has shadow with #97779B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #97779B.

Preview

Color preview on black background

This text has color #97779B on black background.


Color preview on white background

This text has color #97779B on white background.


Black color preview on #97779B background

This text has black color on #97779B background.


White color preview on #97779B background

This text has white color on #97779B background.


Related colors

Complementary color

Complementary color for #hex is #688864.


I love getcolorcode.com

Triadic colors

1 #9B9777 and #779B97 with #97779B are triadic colors.

2 #9B7797 and #77979B with #97779B are triadic colors.