COLOR #975B77

HEX: #975B77
RGB: (151,91,119)

Color info

#975B77 contains mainly red and blue colors. Web safe color of #975B77 is #996666 (or #966).

RGB color model

#975B77 color RGB value is (151,91,119).

  • red value is 151;
  • green value is 91;
  • blue value is 119.
RGB:
(151,91,119)
(59%,36%,47%)

RGB channels and saturation

R 151 of 255 = 59%
G 91 of 255 = 36%
B 119 of 255 = 47%

151
91
119

R + G + B ~ 47%. #975B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 91 + 119 = 361 (100%)
R 151 of 361 ~ 41.83%
G 91 of 361 ~ 25.21%
B 119 of 361 ~ 32.96%

%41.83
%25.21
%32.96

CMYK color model

#975B77 color CMYK value is (0,40,21,41).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 21.19%
  • key color value is 40.78%
CMYK:
(0,40,21,41)
C0M40Y21K41 
(0%,40%,21%,41%)
(0.00/0.40/0.21/0.41)	

CMYK percentages

%0
%39.74
%21.19
%40.78

Codes

Color #975B77 in popluar color models

975B77
RGB15191119
HSL332°24.79%47.45%
HSB/HSV332°39.74%59.22%
CMYK0.00%39.74%21.19%
40.78%

Color #975B77 in popluar number systems.

HEX975B77
Decimal15191119
Binary1001011110110111110111
Octal227133167

Shades and tints

Shades of #975B77

#975B77
(151,91,119)
#8A536D
(138,83,109)
#7D4B63
(125,75,99)
#704359
(112,67,89)
#633B4F
(99,59,79)
#563345
(86,51,69)
#492B3B
(73,43,59)
#3C2331
(60,35,49)
#2F1B27
(47,27,39)
#22131D
(34,19,29)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #975B77

#975B77
(151,91,119)
#A06983
(160,105,131)
#A9778F
(169,119,143)
#B2859B
(178,133,155)
#BB93A7
(187,147,167)
#C4A1B3
(196,161,179)
#CDAFBF
(205,175,191)
#D6BDCB
(214,189,203)
#DFCBD7
(223,203,215)
#E8D9E3
(232,217,227)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975B77 color. Also use rgb(151,91,119) instead hex code.

Text Font Color

.myTextColor { color: #975B77; }

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

This text font color is #975B77.


Background Color

.myBgColor { background-color: #975B77; }

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

This div background color is #975B77.


Border color

.myBorderColor { border: 1px solid #975B77; }

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

This div border color is #975B77.


Opacity

.myOpacity80 { color: #975B77; opacity: 0.8; }

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

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

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

This text has shadow with #975B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975B77 on black background.


Color preview on white background

This text has color #975B77 on white background.



Black color preview on #975B77 background

This text has black color on #975B77 background.


White color preview on #975B77 background

This text has white color on #975B77 background.