COLOR #997780

HEX: #997780
RGB: (153,119,128)

Color info

#997780 contains red, green and blue colors in about the same proportion. Web safe color of #997780 is #996666 (or #966).

RGB color model

#997780 color RGB value is (153,119,128).

  • red value is 153;
  • green value is 119;
  • blue value is 128.
RGB:
(153,119,128)
(60%,47%,50%)

RGB channels and saturation

R 153 of 255 = 60%
G 119 of 255 = 47%
B 128 of 255 = 50%

153
119
128

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

Portions of RGB colors in percentages

R + G + B =
153 + 119 + 128 = 400 (100%)
R 153 of 400 ~ 38.25%
G 119 of 400 ~ 29.75%
B 128 of 400 ~ 32%

%38.25
%29.75
%32

CMYK color model

#997780 color CMYK value is (0,22,16,40).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK:
(0,22,16,40)
C0M22Y16K40 
(0%,22%,16%,40%)
(0.00/0.22/0.16/0.40)	

CMYK percentages

%0
%22.22
%16.34
%40

Codes

Color #997780 in popluar color models

997780
RGB153119128
HSL344°14.29%53.33%
HSB/HSV344°22.22%60.00%
CMYK0.00%22.22%16.34%
40.00%

Color #997780 in popluar number systems.

HEX997780
Decimal153119128
Binary10011001111011110000000
Octal231167200

Shades and tints

Shades of #997780

#997780
(153,119,128)
#8C6D75
(140,109,117)
#7F636A
(127,99,106)
#72595F
(114,89,95)
#654F54
(101,79,84)
#584549
(88,69,73)
#4B3B3E
(75,59,62)
#3E3133
(62,49,51)
#312728
(49,39,40)
#241D1D
(36,29,29)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #997780

#997780
(153,119,128)
#A2838B
(162,131,139)
#AB8F96
(171,143,150)
#B49BA1
(180,155,161)
#BDA7AC
(189,167,172)
#C6B3B7
(198,179,183)
#CFBFC2
(207,191,194)
#D8CBCD
(216,203,205)
#E1D7D8
(225,215,216)
#EAE3E3
(234,227,227)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997780 color. Also use rgb(153,119,128) instead hex code.

Text Font Color

.myTextColor { color: #997780; }

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

This text font color is #997780.


Background Color

.myBgColor { background-color: #997780; }

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

This div background color is #997780.


Border color

.myBorderColor { border: 1px solid #997780; }

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

This div border color is #997780.


Opacity

.myOpacity80 { color: #997780; opacity: 0.8; }

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

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

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

This text has shadow with #997780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997780 on black background.


Color preview on white background

This text has color #997780 on white background.



Black color preview on #997780 background

This text has black color on #997780 background.


White color preview on #997780 background

This text has white color on #997780 background.