COLOR #978780

HEX: #978780
RGB: (151,135,128)

Color info

#978780 contains red, green and blue colors in about the same proportion. Web safe color of #978780 is #999966 (or #996).

RGB color model

#978780 color RGB value is (151,135,128).

  • red value is 151;
  • green value is 135;
  • blue value is 128.
RGB:
(151,135,128)
(59%,53%,50%)

RGB channels and saturation

R 151 of 255 = 59%
G 135 of 255 = 53%
B 128 of 255 = 50%

151
135
128

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

Portions of RGB colors in percentages

R + G + B =
151 + 135 + 128 = 414 (100%)
R 151 of 414 ~ 36.47%
G 135 of 414 ~ 32.61%
B 128 of 414 ~ 30.92%

%36.47
%32.61
%30.92

CMYK color model

#978780 color CMYK value is (0,11,15,41).

  • cyan value is 0.00%
  • magenta value is 10.60%
  • yellow value is 15.23%
  • key color value is 40.78%
CMYK:
(0,11,15,41)
C0M11Y15K41 
(0%,11%,15%,41%)
(0.00/0.11/0.15/0.41)	

CMYK percentages

%0
%10.6
%15.23
%40.78

Codes

Color #978780 in popluar color models

978780
RGB151135128
HSL18°9.96%54.71%
HSB/HSV18°15.23%59.22%
CMYK0.00%10.60%15.23%
40.78%

Color #978780 in popluar number systems.

HEX978780
Decimal151135128
Binary100101111000011110000000
Octal227207200

Shades and tints

Shades of #978780

#978780
(151,135,128)
#8A7B75
(138,123,117)
#7D6F6A
(125,111,106)
#70635F
(112,99,95)
#635754
(99,87,84)
#564B49
(86,75,73)
#493F3E
(73,63,62)
#3C3333
(60,51,51)
#2F2728
(47,39,40)
#221B1D
(34,27,29)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #978780

#978780
(151,135,128)
#A0918B
(160,145,139)
#A99B96
(169,155,150)
#B2A5A1
(178,165,161)
#BBAFAC
(187,175,172)
#C4B9B7
(196,185,183)
#CDC3C2
(205,195,194)
#D6CDCD
(214,205,205)
#DFD7D8
(223,215,216)
#E8E1E3
(232,225,227)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978780 color. Also use rgb(151,135,128) instead hex code.

Text Font Color

.myTextColor { color: #978780; }

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

This text font color is #978780.


Background Color

.myBgColor { background-color: #978780; }

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

This div background color is #978780.


Border color

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

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

This div border color is #978780.


Opacity

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

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

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

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

This text has shadow with #978780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978780 on black background.


Color preview on white background

This text has color #978780 on white background.



Black color preview on #978780 background

This text has black color on #978780 background.


White color preview on #978780 background

This text has white color on #978780 background.