COLOR #997A78

HEX: #997A78
RGB: (153,122,120)

Color info

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

RGB color model

#997A78 color RGB value is (153,122,120).

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

RGB channels and saturation

R 153 of 255 = 60%
G 122 of 255 = 48%
B 120 of 255 = 47%

153
122
120

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

Portions of RGB colors in percentages

R + G + B =
153 + 122 + 120 = 395 (100%)
R 153 of 395 ~ 38.73%
G 122 of 395 ~ 30.89%
B 120 of 395 ~ 30.38%

%38.73
%30.89
%30.38

CMYK color model

#997A78 color CMYK value is (0,20,22,40).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK:
(0,20,22,40)
C0M20Y22K40 
(0%,20%,22%,40%)
(0.00/0.20/0.22/0.40)	

CMYK percentages

%0
%20.26
%21.57
%40

Codes

Color #997A78 in popluar color models

997A78
RGB153122120
HSL13.92%53.53%
HSB/HSV21.57%60.00%
CMYK0.00%20.26%21.57%
40.00%

Color #997A78 in popluar number systems.

HEX997A78
Decimal153122120
Binary1001100111110101111000
Octal231172170

Shades and tints

Shades of #997A78

#997A78
(153,122,120)
#8C6F6E
(140,111,110)
#7F6464
(127,100,100)
#72595A
(114,89,90)
#654E50
(101,78,80)
#584346
(88,67,70)
#4B383C
(75,56,60)
#3E2D32
(62,45,50)
#312228
(49,34,40)
#24171E
(36,23,30)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #997A78

#997A78
(153,122,120)
#A28684
(162,134,132)
#AB9290
(171,146,144)
#B49E9C
(180,158,156)
#BDAAA8
(189,170,168)
#C6B6B4
(198,182,180)
#CFC2C0
(207,194,192)
#D8CECC
(216,206,204)
#E1DAD8
(225,218,216)
#EAE6E4
(234,230,228)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997A78; }

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

This text font color is #997A78.


Background Color

.myBgColor { background-color: #997A78; }

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

This div background color is #997A78.


Border color

.myBorderColor { border: 1px solid #997A78; }

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

This div border color is #997A78.


Opacity

.myOpacity80 { color: #997A78; opacity: 0.8; }

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

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

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

This text has shadow with #997A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A78 on black background.


Color preview on white background

This text has color #997A78 on white background.



Black color preview on #997A78 background

This text has black color on #997A78 background.


White color preview on #997A78 background

This text has white color on #997A78 background.