COLOR #975C7A

HEX: #975C7A
RGB: (151,92,122)

Color info

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

RGB color model

#975C7A color RGB value is (151,92,122).

  • red value is 151;
  • green value is 92;
  • blue value is 122.
RGB:
(151,92,122)
(59%,36%,48%)

RGB channels and saturation

R 151 of 255 = 59%
G 92 of 255 = 36%
B 122 of 255 = 48%

151
92
122

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

Portions of RGB colors in percentages

R + G + B =
151 + 92 + 122 = 365 (100%)
R 151 of 365 ~ 41.37%
G 92 of 365 ~ 25.21%
B 122 of 365 ~ 33.42%

%41.37
%25.21
%33.42

CMYK color model

#975C7A color CMYK value is (0,39,19,41).

  • cyan value is 0.00%
  • magenta value is 39.07%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(0,39,19,41)
C0M39Y19K41 
(0%,39%,19%,41%)
(0.00/0.39/0.19/0.41)	

CMYK percentages

%0
%39.07
%19.21
%40.78

Codes

Color #975C7A in popluar color models

975C7A
RGB15192122
HSL329°24.28%47.65%
HSB/HSV329°39.07%59.22%
CMYK0.00%39.07%19.21%
40.78%

Color #975C7A in popluar number systems.

HEX975C7A
Decimal15192122
Binary1001011110111001111010
Octal227134172

Shades and tints

Shades of #975C7A

#975C7A
(151,92,122)
#8A546F
(138,84,111)
#7D4C64
(125,76,100)
#704459
(112,68,89)
#633C4E
(99,60,78)
#563443
(86,52,67)
#492C38
(73,44,56)
#3C242D
(60,36,45)
#2F1C22
(47,28,34)
#221417
(34,20,23)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #975C7A

#975C7A
(151,92,122)
#A06A86
(160,106,134)
#A97892
(169,120,146)
#B2869E
(178,134,158)
#BB94AA
(187,148,170)
#C4A2B6
(196,162,182)
#CDB0C2
(205,176,194)
#D6BECE
(214,190,206)
#DFCCDA
(223,204,218)
#E8DAE6
(232,218,230)
#F1E8F2
(241,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975C7A color. Also use rgb(151,92,122) instead hex code.

Text Font Color

.myTextColor { color: #975C7A; }

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

This text font color is #975C7A.


Background Color

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

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

This div background color is #975C7A.


Border color

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

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

This div border color is #975C7A.


Opacity

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

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

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

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

This text has shadow with #975C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975C7A on black background.


Color preview on white background

This text has color #975C7A on white background.



Black color preview on #975C7A background

This text has black color on #975C7A background.


White color preview on #975C7A background

This text has white color on #975C7A background.