COLOR #97779A

HEX: #97779A
RGB: (151,119,154)

Color info

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

RGB color model

#97779A color RGB value is (151,119,154).

  • red value is 151;
  • green value is 119;
  • blue value is 154.
RGB:
(151,119,154)
(59%,47%,60%)

RGB channels and saturation

R 151 of 255 = 59%
G 119 of 255 = 47%
B 154 of 255 = 60%

151
119
154

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

Portions of RGB colors in percentages

R + G + B =
151 + 119 + 154 = 424 (100%)
R 151 of 424 ~ 35.61%
G 119 of 424 ~ 28.07%
B 154 of 424 ~ 36.32%

%35.61
%28.07
%36.32

CMYK color model

#97779A color CMYK value is (2,23,0,40).

  • cyan value is 1.95%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(2,23,0,40)
C2M23Y0K40 
(2%,23%,0%,40%)
(0.02/0.23/0.00/0.40)	

CMYK percentages

%1.95
%22.73
%0
%39.61

Codes

Color #97779A in popluar color models

97779A
RGB151119154
HSL295°14.77%53.53%
HSB/HSV295°22.73%60.39%
CMYK1.95%22.73%0.00%
39.61%

Color #97779A in popluar number systems.

HEX97779A
Decimal151119154
Binary10010111111011110011010
Octal227167232

Shades and tints

Shades of #97779A

#97779A
(151,119,154)
#8A6D8C
(138,109,140)
#7D637E
(125,99,126)
#705970
(112,89,112)
#634F62
(99,79,98)
#564554
(86,69,84)
#493B46
(73,59,70)
#3C3138
(60,49,56)
#2F272A
(47,39,42)
#221D1C
(34,29,28)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #97779A

#97779A
(151,119,154)
#A083A3
(160,131,163)
#A98FAC
(169,143,172)
#B29BB5
(178,155,181)
#BBA7BE
(187,167,190)
#C4B3C7
(196,179,199)
#CDBFD0
(205,191,208)
#D6CBD9
(214,203,217)
#DFD7E2
(223,215,226)
#E8E3EB
(232,227,235)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97779A; }

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

This text font color is #97779A.


Background Color

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

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

This div background color is #97779A.


Border color

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

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

This div border color is #97779A.


Opacity

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

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

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

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

This text has shadow with #97779A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97779A on black background.


Color preview on white background

This text has color #97779A on white background.



Black color preview on #97779A background

This text has black color on #97779A background.


White color preview on #97779A background

This text has white color on #97779A background.