COLOR #978775

HEX: #978775
RGB: (151,135,117)

Color info

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

RGB color model

#978775 color RGB value is (151,135,117).

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

RGB channels and saturation

R 151 of 255 = 59%
G 135 of 255 = 53%
B 117 of 255 = 46%

151
135
117

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

Portions of RGB colors in percentages

R + G + B =
151 + 135 + 117 = 403 (100%)
R 151 of 403 ~ 37.47%
G 135 of 403 ~ 33.5%
B 117 of 403 ~ 29.03%

%37.47
%33.5
%29.03

CMYK color model

#978775 color CMYK value is (0,11,23,41).

  • cyan value is 0.00%
  • magenta value is 10.60%
  • yellow value is 22.52%
  • key color value is 40.78%
CMYK:
(0,11,23,41)
C0M11Y23K41 
(0%,11%,23%,41%)
(0.00/0.11/0.23/0.41)	

CMYK percentages

%0
%10.6
%22.52
%40.78

Codes

Color #978775 in popluar color models

978775
RGB151135117
HSL32°14.05%52.55%
HSB/HSV32°22.52%59.22%
CMYK0.00%10.60%22.52%
40.78%

Color #978775 in popluar number systems.

HEX978775
Decimal151135117
Binary10010111100001111110101
Octal227207165

Shades and tints

Shades of #978775

#978775
(151,135,117)
#8A7B6B
(138,123,107)
#7D6F61
(125,111,97)
#706357
(112,99,87)
#63574D
(99,87,77)
#564B43
(86,75,67)
#493F39
(73,63,57)
#3C332F
(60,51,47)
#2F2725
(47,39,37)
#221B1B
(34,27,27)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #978775

#978775
(151,135,117)
#A09181
(160,145,129)
#A99B8D
(169,155,141)
#B2A599
(178,165,153)
#BBAFA5
(187,175,165)
#C4B9B1
(196,185,177)
#CDC3BD
(205,195,189)
#D6CDC9
(214,205,201)
#DFD7D5
(223,215,213)
#E8E1E1
(232,225,225)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978775; }

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

This text font color is #978775.


Background Color

.myBgColor { background-color: #978775; }

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

This div background color is #978775.


Border color

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

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

This div border color is #978775.


Opacity

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

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

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

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

This text has shadow with #978775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978775 on black background.


Color preview on white background

This text has color #978775 on white background.



Black color preview on #978775 background

This text has black color on #978775 background.


White color preview on #978775 background

This text has white color on #978775 background.