COLOR #997778

HEX: #997778
RGB: (153,119,120)

Color info

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

RGB color model

#997778 color RGB value is (153,119,120).

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

RGB channels and saturation

R 153 of 255 = 60%
G 119 of 255 = 47%
B 120 of 255 = 47%

153
119
120

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

Portions of RGB colors in percentages

R + G + B =
153 + 119 + 120 = 392 (100%)
R 153 of 392 ~ 39.03%
G 119 of 392 ~ 30.36%
B 120 of 392 ~ 30.61%

%39.03
%30.36
%30.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK:
(0,22,22,40)
C0M22Y22K40 
(0%,22%,22%,40%)
(0.00/0.22/0.22/0.40)	

CMYK percentages

%0
%22.22
%21.57
%40

Codes

Color #997778 in popluar color models

997778
RGB153119120
HSL358°14.29%53.33%
HSB/HSV358°22.22%60.00%
CMYK0.00%22.22%21.57%
40.00%

Color #997778 in popluar number systems.

HEX997778
Decimal153119120
Binary1001100111101111111000
Octal231167170

Shades and tints

Shades of #997778

#997778
(153,119,120)
#8C6D6E
(140,109,110)
#7F6364
(127,99,100)
#72595A
(114,89,90)
#654F50
(101,79,80)
#584546
(88,69,70)
#4B3B3C
(75,59,60)
#3E3132
(62,49,50)
#312728
(49,39,40)
#241D1E
(36,29,30)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #997778

#997778
(153,119,120)
#A28384
(162,131,132)
#AB8F90
(171,143,144)
#B49B9C
(180,155,156)
#BDA7A8
(189,167,168)
#C6B3B4
(198,179,180)
#CFBFC0
(207,191,192)
#D8CBCC
(216,203,204)
#E1D7D8
(225,215,216)
#EAE3E4
(234,227,228)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997778; }

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

This text font color is #997778.


Background Color

.myBgColor { background-color: #997778; }

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

This div background color is #997778.


Border color

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

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

This div border color is #997778.


Opacity

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

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

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

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

This text has shadow with #997778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997778 on black background.


Color preview on white background

This text has color #997778 on white background.



Black color preview on #997778 background

This text has black color on #997778 background.


White color preview on #997778 background

This text has white color on #997778 background.