COLOR #975B75

HEX: #975B75
RGB: (151,91,117)

Color info

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

RGB color model

#975B75 color RGB value is (151,91,117).

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

RGB channels and saturation

R 151 of 255 = 59%
G 91 of 255 = 36%
B 117 of 255 = 46%

151
91
117

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

Portions of RGB colors in percentages

R + G + B =
151 + 91 + 117 = 359 (100%)
R 151 of 359 ~ 42.06%
G 91 of 359 ~ 25.35%
B 117 of 359 ~ 32.59%

%42.06
%25.35
%32.59

CMYK color model

#975B75 color CMYK value is (0,40,23,41).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 22.52%
  • key color value is 40.78%
CMYK:
(0,40,23,41)
C0M40Y23K41 
(0%,40%,23%,41%)
(0.00/0.40/0.23/0.41)	

CMYK percentages

%0
%39.74
%22.52
%40.78

Codes

Color #975B75 in popluar color models

975B75
RGB15191117
HSL334°24.79%47.45%
HSB/HSV334°39.74%59.22%
CMYK0.00%39.74%22.52%
40.78%

Color #975B75 in popluar number systems.

HEX975B75
Decimal15191117
Binary1001011110110111110101
Octal227133165

Shades and tints

Shades of #975B75

#975B75
(151,91,117)
#8A536B
(138,83,107)
#7D4B61
(125,75,97)
#704357
(112,67,87)
#633B4D
(99,59,77)
#563343
(86,51,67)
#492B39
(73,43,57)
#3C232F
(60,35,47)
#2F1B25
(47,27,37)
#22131B
(34,19,27)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #975B75

#975B75
(151,91,117)
#A06981
(160,105,129)
#A9778D
(169,119,141)
#B28599
(178,133,153)
#BB93A5
(187,147,165)
#C4A1B1
(196,161,177)
#CDAFBD
(205,175,189)
#D6BDC9
(214,189,201)
#DFCBD5
(223,203,213)
#E8D9E1
(232,217,225)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975B75; }

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

This text font color is #975B75.


Background Color

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

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

This div background color is #975B75.


Border color

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

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

This div border color is #975B75.


Opacity

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

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

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

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

This text has shadow with #975B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975B75 on black background.


Color preview on white background

This text has color #975B75 on white background.



Black color preview on #975B75 background

This text has black color on #975B75 background.


White color preview on #975B75 background

This text has white color on #975B75 background.